index
:
dexon-0x-contracts
dev
master
stable
DEXON fork of 0x protocol contracts forked from 0x-monorepo (https://github.com/dexon-foundation/0x-contracts)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
contracts
/
test
/
exchange
/
match_orders.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Async suffix to relevant assertions
Alex Browne
2018-06-07
1
-6
/
+6
*
Add more transactions to Geth on init. Skip tests that are failing.
Alex Browne
2018-06-07
1
-1
/
+1
*
Replace constant.REVERT test assertions with expectRevertOrAlwaysFailingTrans...
Alex Browne
2018-06-07
1
-10
/
+11
*
Update Exchange statuses, revert instead of emmitting event on fill/cancel fa...
Amir Bandeali
2018-06-05
1
-22
/
+21
*
Merge branch 'v2-prototype' into refactor/order-utils/for-v2
Fabio Berger
2018-06-02
1
-1
/
+2
|
\
|
*
Introduce ethereum-types package
Leonid Logvinov
2018-06-01
1
-1
/
+2
*
|
Initial refactor of order-utils. Move many utils from contracts into this pac...
Fabio Berger
2018-05-30
1
-7
/
+3
|
/
*
Migrate migrations to v2
Leonid Logvinov
2018-05-25
1
-2
/
+1
*
Check transaction receipt status codes where applicable
Alex Browne
2018-05-24
1
-2
/
+2
*
Move contract utils
Leonid Logvinov
2018-05-24
1
-1
/
+1
*
Fix ExchangeWrapper
Fabio Berger
2018-05-23
1
-1
/
+1
*
Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDep
Fabio Berger
2018-05-23
1
-6
/
+18
|
\
|
*
Apply changes to test/exchange/match_orders.ts
Alex Browne
2018-05-22
1
-6
/
+18
*
|
Remove 0x.js dep from contracts
Fabio Berger
2018-05-23
1
-84
/
+79
|
/
*
Rebased against v2-prototype
Greg Hysen
2018-05-19
1
-8
/
+10
*
Moved feeTokenAddress to MatchOrderTester constructor. Since it is constant, ...
Greg Hysen
2018-05-19
1
-20
/
+1
*
The OrderInfo struct is now returned by the getOrderInfo function
Greg Hysen
2018-05-19
1
-64
/
+41
*
Throw if the left or right orders do not compute the correct fill results. I ...
Greg Hysen
2018-05-19
1
-10
/
+8
*
Style changes to atomic order matching
Greg Hysen
2018-05-19
1
-1
/
+1
*
Atomic Order Matching - Tests
Greg Hysen
2018-05-19
1
-0
/
+873