aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/utils/match_order_tester.ts
Commit message (Collapse)AuthorAgeFilesLines
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-3/+3
|
* Extract only `fill` event logsGreg Hysen2018-08-251-4/+5
|
* Addressed linter errors in match order tessterGreg Hysen2018-08-251-9/+2
|
* Swapped direction of `expect` values to match output in failure casesGreg Hysen2018-08-251-37/+26
|
* Renaming verify -> assert in order matchingGreg Hysen2018-08-251-35/+34
|
* Fixed a function commentGreg Hysen2018-08-251-1/+2
|
* Added function signature commentsGreg Hysen2018-08-251-206/+197
|
* Added `expect` messages for checking left/right order statesGreg Hysen2018-08-251-2/+6
|
* Ran prettier and linterGreg Hysen2018-08-251-178/+309
|
* Updated all existing match order tests to use new formatGreg Hysen2018-08-251-6/+14
|
* Passes comprehensive testGreg Hysen2018-08-251-191/+141
|
* Verify logsGreg Hysen2018-08-251-72/+44
|
* First balance test with intentional valuesGreg Hysen2018-08-251-48/+71
|
* Ironing out the new set of test cases for order matchubngGreg Hysen2018-08-251-10/+101
|
* Rounding for fees in match orders addressed, plus exampleGreg Hysen2018-08-251-5/+79
|
* All existing tests pass.Greg Hysen2018-08-251-20/+33
|
* Merge pull request #884 from 0xProject/export-more-0x.jsFabio Berger2018-07-181-7/+7
|\ | | | | Export missing V2 pieces from 0x.js
| * Rename decodeAssetDataId to decodeAssetProxyId for consistencyFabio Berger2018-07-181-2/+2
| |
| * Rename assetProxyUtils to assetDataUtilsFabio Berger2018-07-171-7/+7
| |
* | Fix tslint issuesLeonid Logvinov2018-07-171-4/+4
|/
* Update file structureAmir Bandeali2018-06-301-0/+326
|
* Move contract utilsLeonid Logvinov2018-05-241-356/+0
|
* Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDepFabio Berger2018-05-231-7/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Fix tslint issuesFabio Berger2018-05-231-6/+9
| |
| * Add missing return typesRemco Bloemen2018-05-221-1/+1
| |
* | Remove 0x.js dep from contractsFabio Berger2018-05-231-1/+1
|/
* orderFilledAmount -> orderTakerAssetFilledAmountGreg Hysen2018-05-191-12/+12
|
* Rebased against v2-prototypeGreg Hysen2018-05-191-2/+2
|
* Moved feeTokenAddress to MatchOrderTester constructor. Since it is constant, ↵Greg Hysen2018-05-191-118/+125
| | | | we dont need to pass it in on each call.
* Cleaned up interface for decoding proxy data. Added a general decoder, which ↵Greg Hysen2018-05-191-12/+10
| | | | should be useful for the forwarding contract code.
* Style improvements to the match orders typescript test classGreg Hysen2018-05-191-18/+14
|
* Style changes to atomic order matchingGreg Hysen2018-05-191-1/+0
|
* Atomic Order Matching - TestsGreg Hysen2018-05-191-0/+353