aboutsummaryrefslogtreecommitdiffstats
path: root/test/order_validation_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* fix testFabio Berger2017-09-261-1/+1
|
* fix testFabio Berger2017-09-261-1/+1
|
* Add success test and regression test for previous bug where comparing ↵Fabio Berger2017-09-261-0/+19
| | | | makerTokenAmount with a takerTokenAmount
* Add tests for validateOrderFillableOrThrowAsyncFabio Berger2017-09-261-0/+21
|
* Add signature verification as a part of order validation and tests for itLeonid Logvinov2017-09-061-1/+11
|
* 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