aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/exchange/fill_order.ts
Commit message (Expand)AuthorAgeFilesLines
* Add tests for ERC20 token with no return valuesAmir Bandeali2018-08-171-1/+1
* [Order-utils] Order is valid when maker amount is very smallJacob Evans2018-08-151-0/+11
* Add combinatorial tests for internal Exchange functions (#807)Alex Browne2018-07-271-24/+27
* Remove unused variableFabio Berger2018-07-021-1/+0
* Merge branch 'v2-prototype' into fix/five_decimal_scenarioFabio Berger2018-07-021-5/+4
|\
| * Fix buildAmir Bandeali2018-06-301-5/+4
* | Print out entire orderFill scenarioFabio Berger2018-07-021-7/+1
|/
* Move combinatorial fillOrder tests into the `fill_ordere` test fileFabio Berger2018-06-271-0/+21
* Fix inconsistency between contract and reference implementation of order vali...Fabio Berger2018-06-261-0/+2
* Fix tslint issuesFabio Berger2018-06-261-2/+0
* Add support for approveAll in assetWrapper and fillOrderScenariosFabio Berger2018-06-211-1/+39
* Split balance and allowance amount types in prep of adding the "unlimited" al...Fabio Berger2018-06-201-13/+14
* Add ability to tweak the relevant balances/allowances for the maker and taker...Fabio Berger2018-06-151-0/+57
* Rename OrderAmountScenario to OrderAssetAmountScenario and convert generateOr...Fabio Berger2018-06-141-10/+10
* Use a defaultFillScenario in fillOrder testsFabio Berger2018-06-141-36/+39
* Replace initial set of legacy manually written fillOrder tests with declarati...Fabio Berger2018-06-141-0/+186