aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/utils/match_order_tester.ts
Commit message (Expand)AuthorAgeFilesLines
* Move packages/contracts to contracts/coreLeonid Logvinov2018-12-031-566/+0
* 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
|\
| * 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
|\
| * 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
* Cleaned up interface for decoding proxy data. Added a general decoder, which ...Greg Hysen2018-05-191-12/+10
* 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