aboutsummaryrefslogtreecommitdiffstats
path: root/test/order_validation_test.ts
Commit message (Expand)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 onl...Leonid Logvinov2017-10-241-2/+31
* 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 makerTo...Fabio Berger2017-09-261-0/+19
* 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 a...Leonid Logvinov2017-08-241-0/+9
* 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
* 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