aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/exchange/match_orders.ts
Commit message (Expand)AuthorAgeFilesLines
* Initial refactor of order-utils. Move many utils from contracts into this pac...Fabio Berger2018-05-301-7/+3
* Migrate migrations to v2Leonid Logvinov2018-05-251-2/+1
* Check transaction receipt status codes where applicableAlex Browne2018-05-241-2/+2
* Move contract utilsLeonid Logvinov2018-05-241-1/+1
* Fix ExchangeWrapperFabio Berger2018-05-231-1/+1
* Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDepFabio Berger2018-05-231-6/+18
|\
| * Apply changes to test/exchange/match_orders.tsAlex Browne2018-05-221-6/+18
* | Remove 0x.js dep from contractsFabio Berger2018-05-231-84/+79
|/
* Rebased against v2-prototypeGreg Hysen2018-05-191-8/+10
* Moved feeTokenAddress to MatchOrderTester constructor. Since it is constant, ...Greg Hysen2018-05-191-20/+1
* The OrderInfo struct is now returned by the getOrderInfo functionGreg Hysen2018-05-191-64/+41
* Throw if the left or right orders do not compute the correct fill results. I ...Greg Hysen2018-05-191-10/+8
* Style changes to atomic order matchingGreg Hysen2018-05-191-1/+1
* Atomic Order Matching - TestsGreg Hysen2018-05-191-0/+873