aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/exchange/match_orders.ts
Commit message (Expand)AuthorAgeFilesLines
* Move packages/contracts to contracts/coreLeonid Logvinov2018-12-031-1276/+0
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-5/+5
* Move generated contract wrappers and artifacts into contracts packageAlex Browne2018-10-161-8/+8
* Test cases for rounding fees in matchOrdersGreg Hysen2018-08-311-0/+94
* safeGetPartialAmount (#1035)Amir Bandeali2018-08-291-35/+185
* Run all testsGreg Hysen2018-08-251-1/+1
* Give right maker better price when correct value is not integralGreg Hysen2018-08-251-10/+14
* Tests for matchOrders edge casesGreg Hysen2018-08-251-13/+71
* Renaming verify -> assert in order matchingGreg Hysen2018-08-251-18/+18
* Added function signature commentsGreg Hysen2018-08-251-27/+27
* Ran prettier and linterGreg Hysen2018-08-251-41/+3
* Updated all existing match order tests to use new formatGreg Hysen2018-08-251-122/+287
* First balance test with intentional valuesGreg Hysen2018-08-251-11/+24
* Ironing out the new set of test cases for order matchubngGreg Hysen2018-08-251-1/+1
* All existing tests pass.Greg Hysen2018-08-251-1/+104
* Add tests for matchOrdersAmir Bandeali2018-08-251-121/+52
* Update TypeScript to version 2.9.2Alex Browne2018-08-091-4/+19
* merge v2-prototypeFabio Berger2018-07-181-40/+40
|\
| * Fix bugs having to do with block timestamps and order expirationTimesAlex Browne2018-07-171-40/+40
* | Rename assetProxyUtils to assetDataUtilsFabio Berger2018-07-171-50/+50
|/
* Make it possible to configure block polling interval in base contract wrapperLeonid Logvinov2018-07-051-4/+4
* Improve robustness of revert reason assertionsAlex Browne2018-07-031-6/+6
* Update file structureAmir Bandeali2018-06-301-16/+16
* Make registerAssetProxy append onlyAmir Bandeali2018-06-301-3/+3
* Update expectRevertReasonOrAlwaysFailingTransactionAsync to check status codesAlex Browne2018-06-301-21/+3
* Reduce the userAddresses to the individual addresses actually used by tests, ...Fabio Berger2018-06-281-2/+3
* Merge branch 'refactor/check-revert-reasons' into feature/combinatorial-testingFabio Berger2018-06-271-6/+6
|\
| * Rename RevertReasons to RevertReason since singular enum names are more commonFabio Berger2018-06-261-6/+6
| * Merge branch 'v2-prototype' into refactor/check-revert-reasonsFabio Berger2018-06-261-1/+1
| |\
* | \ Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-261-1/+1
|\ \ \ | | |/ | |/|
| * | Fix testsAmir Bandeali2018-06-261-1/+1
* | | merge check-revert-reasonsFabio Berger2018-06-251-8/+2
|\ \ \ | | |/ | |/|
| * | Move RevertReasons to @0xproject/types packageFabio Berger2018-06-251-8/+2
* | | merge check-revert-reasonsFabio Berger2018-06-251-7/+22
|\| |
| * | Fix tslintFabio Berger2018-06-231-1/+1
| * | Fix prettierFabio Berger2018-06-231-4/+8
| * | Rename ContractLibErrors to RevertReasonsFabio Berger2018-06-231-6/+6
| * | Fix testsFabio Berger2018-06-221-2/+2
| * | Add revert reason checks to match_orders testsFabio Berger2018-06-221-7/+18
| |/
* / Remove hack in ERC20WrapperFabio Berger2018-06-191-1/+4
|/
* Make ZRX_PROXY_ID constant rather than popping it from ZRX_ASSET_DATAAmir Bandeali2018-06-131-1/+1
* Removed setting makerAssetData/takerAssetData from tests where values are sam...Greg Hysen2018-06-081-34/+0
* Converged on naming scheme for asset data: renamed all instances of assetMeta...Greg Hysen2018-06-081-83/+83
* Fixed pathFabio Berger2018-06-071-5/+5
* merge v2-prototypeFabio Berger2018-06-071-32/+19
|\
| * Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-10/+11
| |\
| | * Add Async suffix to relevant assertionsAlex Browne2018-06-071-6/+6
| | * Add more transactions to Geth on init. Skip tests that are failing.Alex Browne2018-06-071-1/+1
| | * Replace constant.REVERT test assertions with expectRevertOrAlwaysFailingTrans...Alex Browne2018-06-071-10/+11
| * | Linter now passesfragosti2018-06-061-18/+4
| |/
* / move generated contract wrappers from `contract_wrappers/generated/` to `gene...Fabio Berger2018-06-061-5/+5
|/
* Update Exchange statuses, revert instead of emmitting event on fill/cancel fa...Amir Bandeali2018-06-051-22/+21
* Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-021-1/+2
|\
| * Introduce ethereum-types packageLeonid Logvinov2018-06-011-1/+2
* | 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