aboutsummaryrefslogtreecommitdiffstats
path: root/test/order_validation_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Use zeroEx.getAvailableAddressesAsync instead of web3.eth.getAccountsLeonid Logvinov2017-08-301-1/+1
|
* Add validation for the case where the order is fully filled or canceled and ↵Leonid Logvinov2017-08-241-0/+9
| | | | a test
* Fix order validation testsLeonid Logvinov2017-08-241-19/+20
|
* Remove And's from namesLeonid Logvinov2017-08-241-33/+36
|
* Separate order validation errors tests from exchange testsLeonid Logvinov2017-08-241-1/+95
|
* Rename shouldCheckTransfer to shouldThrowOnInsufficientBalanceOrAllowance in ↵Leonid Logvinov2017-08-221-13/+13
| | | | tests
* Indent callbacksLeonid Logvinov2017-07-261-2/+2
|
* Rearrange importsLeonid Logvinov2017-07-261-1/+1
|
* Fix testsLeonid Logvinov2017-07-261-1/+1
|
* Factor out order validation testsLeonid Logvinov2017-07-261-0/+203