aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/utils/core_combinatorial_utils.ts
Commit message (Expand)AuthorAgeFilesLines
* Fix tslint issuesFabio Berger2018-06-261-12/+2
* Check revert reasons in declarative and combinatorial testsFabio Berger2018-06-251-7/+8
* Add support for approveAll in assetWrapper and fillOrderScenariosFabio Berger2018-06-211-0/+32
* Improve verbose loggingFabio Berger2018-06-211-2/+5
* Fix merge variable name issueFabio Berger2018-06-201-1/+1
* Split balance and allowance amount types in prep of adding the "unlimited" al...Fabio Berger2018-06-201-33/+34
* Add ability for verbose loggingFabio Berger2018-06-201-2/+10
* Rename NewOrderFactory to OrderFactoryFromScenario for clarityFabio Berger2018-06-191-4/+4
* Cleanup coreCombinatorialUtilsFabio Berger2018-06-191-220/+226
* Add ability to tweak the relevant balances/allowances for the maker and taker...Fabio Berger2018-06-151-35/+308
* Rename OrderAmountScenario to OrderAssetAmountScenario and convert generateOr...Fabio Berger2018-06-141-21/+26
* Fix calculation of expFilledTakerAmount and expected values in events emittedFabio Berger2018-06-141-4/+7
* Add ability to specify takerAssetFillAmount and taker scenarios as part of a ...Fabio Berger2018-06-141-23/+56
* Implement initial set of orderFill combinatorial testsFabio Berger2018-06-131-0/+445