| Commit message (Expand) | Author | Age | Files | Lines |
* | Upgrade bignumber to the version with native typings and remove typings | Leonid Logvinov | 2017-10-26 | 1 | -3/+3 |
* | Fix index | Leonid Logvinov | 2017-10-24 | 1 | -1/+1 |
* | Use more meaningful variable names | Leonid Logvinov | 2017-10-24 | 1 | -3/+6 |
* | Add tests testing that rounding or makerFillAmount is correct and that we onl... | Leonid Logvinov | 2017-10-24 | 1 | -2/+31 |
* | Remove unused code | Leonid Logvinov | 2017-10-13 | 1 | -2/+0 |
* | Add a regression test | Leonid Logvinov | 2017-10-12 | 1 | -0/+36 |
* | Implement transfer Emulator and rewrite tests | Leonid Logvinov | 2017-10-09 | 1 | -233/+46 |
* | Fix tests | Leonid Logvinov | 2017-10-04 | 1 | -2/+2 |
* | Fi fees validation is one of the tokens transfered is 0x | Leonid Logvinov | 2017-10-04 | 1 | -43/+99 |
* | Fix an issue when validation failed, but contract call will succeed | Leonid Logvinov | 2017-10-04 | 1 | -0/+32 |
* | fix test | Fabio Berger | 2017-09-26 | 1 | -1/+1 |
* | fix test | Fabio Berger | 2017-09-26 | 1 | -1/+1 |
* | Add success test and regression test for previous bug where comparing makerTo... | Fabio Berger | 2017-09-26 | 1 | -0/+19 |
* | Add tests for validateOrderFillableOrThrowAsync | Fabio Berger | 2017-09-26 | 1 | -0/+21 |
* | Add signature verification as a part of order validation and tests for it | Leonid Logvinov | 2017-09-06 | 1 | -1/+11 |
* | Use zeroEx.getAvailableAddressesAsync instead of web3.eth.getAccounts | Leonid Logvinov | 2017-08-30 | 1 | -1/+1 |
* | Add validation for the case where the order is fully filled or canceled and a... | Leonid Logvinov | 2017-08-24 | 1 | -0/+9 |
* | Fix order validation tests | Leonid Logvinov | 2017-08-24 | 1 | -19/+20 |
* | Remove And's from names | Leonid Logvinov | 2017-08-24 | 1 | -33/+36 |
* | Separate order validation errors tests from exchange tests | Leonid Logvinov | 2017-08-24 | 1 | -1/+95 |
* | Rename shouldCheckTransfer to shouldThrowOnInsufficientBalanceOrAllowance in ... | Leonid Logvinov | 2017-08-22 | 1 | -13/+13 |
* | Indent callbacks | Leonid Logvinov | 2017-07-26 | 1 | -2/+2 |
* | Rearrange imports | Leonid Logvinov | 2017-07-26 | 1 | -1/+1 |
* | Fix tests | Leonid Logvinov | 2017-07-26 | 1 | -1/+1 |
* | Factor out order validation tests | Leonid Logvinov | 2017-07-26 | 1 | -0/+203 |