aboutsummaryrefslogtreecommitdiffstats
path: root/test/order_validation_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-327/+0
|
* Upgrade bignumber to the version with native typings and remove typingsLeonid Logvinov2017-10-261-3/+3
|
* Fix indexLeonid Logvinov2017-10-241-1/+1
|
* Use more meaningful variable namesLeonid Logvinov2017-10-241-3/+6
|
* Add tests testing that rounding or makerFillAmount is correct and that we ↵Leonid Logvinov2017-10-241-2/+31
| | | | only validate partial fees
* Remove unused codeLeonid Logvinov2017-10-131-2/+0
|
* Add a regression testLeonid Logvinov2017-10-121-0/+36
|
* Implement transfer Emulator and rewrite testsLeonid Logvinov2017-10-091-233/+46
|
* Fix testsLeonid Logvinov2017-10-041-2/+2
|
* Fi fees validation is one of the tokens transfered is 0xLeonid Logvinov2017-10-041-43/+99
|
* Fix an issue when validation failed, but contract call will succeedLeonid Logvinov2017-10-041-0/+32
|
* 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