aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/exchange/match_orders.ts
Commit message (Collapse)AuthorAgeFilesLines
* Initial refactor of order-utils. Move many utils from contracts into this ↵Fabio Berger2018-05-301-7/+3
| | | | package.
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Fix tslint issues Add `are` to boolean naming conventions Fix tslint Fix the tsutils version, fixing ts typings issue Rename some variables in multi_sig_with_time_lock.ts Remove extra awaitTransactionMinedAsync calls Update artifacts Update yarn.lock Fix warnings in Metacoin Upgrade UglifyJS to include ES6 support Add CancelOrder and MatchOrder types Add missing return types Ignore classnames linter rule Apply changes to test/exchange/match_orders.ts Fix some unhandled promise rejections Add awaitTransactionMinedAsync after every sent transaction Add missing blockchainLifecycle calls to contracts tests # Conflicts: # packages/contracts/src/utils/exchange_wrapper.ts # packages/contracts/test/asset_proxy/proxies.ts # packages/contracts/test/exchange/dispatcher.ts # packages/contracts/test/multi_sig_with_time_lock.ts
| * 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
| | | | we dont need to pass it in on each call.
* 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
| | | | like this better than just logging an error and failing silently.
* Style changes to atomic order matchingGreg Hysen2018-05-191-1/+1
|
* Atomic Order Matching - TestsGreg Hysen2018-05-191-0/+873