aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/test
Commit message (Expand)AuthorAgeFilesLines
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-122-13/+4
* Remove global hooks from tests and deploy contracts from within the specific ...Fabio Berger2018-06-122-54/+32
* Fix tslint issuesFabio Berger2018-06-121-3/+2
* Move OrderValidationUtils (+ tests) and ExchangeTransferSimulator to order-utilsFabio Berger2018-06-124-0/+305
* Fix tslint failureFabio Berger2018-06-081-1/+1
* Pass in fee and assetAmount rather then the whole signedOrderFabio Berger2018-06-081-30/+20
* - Refactor remainingFillableCalculator so it can be used for the maker and ta...Fabio Berger2018-06-081-0/+257
* Try enabling no-unused-variable...fragosti2018-06-054-6/+2
* Fix type importsFabio Berger2018-06-022-2/+2
* Add signature specific validation methods, and other refactorsFabio Berger2018-06-021-2/+0
* Fix TODOsFabio Berger2018-06-011-2/+1
* Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-011-3/+3
|\
* | Move isValidOrderHash to the order_hash_test fileFabio Berger2018-05-312-15/+15
* | Fix order-utils testsFabio Berger2018-05-312-33/+28
* | Initial refactor of order-utils. Move many utils from contracts into this pac...Fabio Berger2018-05-302-28/+85
|/
* Remove web3Factory.create and remove dev-tools dependency on sol-covLeonid Logvinov2018-05-231-3/+2
* Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-231-4/+8
|\
| * Fix TSLint rulesFabio Berger2018-05-161-4/+8
* | Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-173-0/+3
|/
* Add missing type definitionsLeonid Logvinov2018-05-142-3/+3
* Fix signature utils testsLeonid Logvinov2018-05-031-15/+22
* Move order utils to @0xproject/order-utilsLeonid Logvinov2018-05-025-0/+260