| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename shouldCheckTransfer to shouldThrowOnInsufficientBalanceOrAllowance in ... | Leonid Logvinov | 2017-08-22 | 1 | -1/+1 |
* | Use lowercase address in tests | Leonid Logvinov | 2017-08-22 | 1 | -1/+1 |
* | remove unnecessary assertion and add regression test | Fabio Berger | 2017-08-17 | 1 | -17/+40 |
* | Remove isUserAddressAvailable assertion from getBalanceAsync and add regressi... | Fabio Berger | 2017-08-17 | 1 | -18/+36 |
* | Use actual exception values in test names | Leonid Logvinov | 2017-07-12 | 1 | -3/+3 |
* | Use PascalCase names as string enum keys | Leonid Logvinov | 2017-07-12 | 1 | -10/+10 |
* | Use .bignumber for BigNumber comparation | Leonid Logvinov | 2017-07-05 | 1 | -2/+2 |
* | Refactor event tests | Leonid Logvinov | 2017-07-05 | 1 | -13/+12 |
* | Handle errors from pseudo-async subscription tests | Leonid Logvinov | 2017-07-04 | 1 | -5/+5 |
* | Add initial implementation and tests for zeroEx.token.subscribeAsync | Leonid Logvinov | 2017-07-04 | 1 | -1/+112 |
* | Make ZeroEx constructor accept Web3Provider instead of Web3 instance | Leonid Logvinov | 2017-06-15 | 1 | -1/+1 |
* | Introduce index.ts file which defines public interface | Leonid Logvinov | 2017-06-13 | 1 | -2/+1 |
* | Change main file name from 0x.js.ts to 0x.ts | Leonid Logvinov | 2017-06-12 | 1 | -1/+1 |
* | Merge branch 'master' into chai-setup | Leonid | 2017-06-06 | 1 | -0/+11 |
|\ |
|
| * | Address feedback | Leonid Logvinov | 2017-06-06 | 1 | -1/+2 |
| * | Add regression test for transferFrom bug | Leonid Logvinov | 2017-06-05 | 1 | -0/+10 |
* | | Address feedback | Leonid Logvinov | 2017-06-06 | 1 | -2/+2 |
* | | Add chai_setup | Leonid Logvinov | 2017-06-05 | 1 | -1/+2 |
|/ |
|
* | Fix bug | Fabio Berger | 2017-06-03 | 1 | -7/+5 |
* | Merge branch 'master' into remainingTokenMethods | Fabio Berger | 2017-06-03 | 1 | -0/+1 |
|\ |
|
| * | Add includeStack config to chai setup so that we get stackTraces | Fabio Berger | 2017-06-03 | 1 | -0/+1 |
* | | remove unneeded calls to toBaseUnitAmount | Fabio Berger | 2017-06-02 | 1 | -8/+4 |
* | | pass numbers to BigNumber unless it's too big for the number type | Fabio Berger | 2017-06-02 | 1 | -4/+4 |
* | | use BigNumber(0) instead of with a string zero | Fabio Berger | 2017-06-02 | 1 | -4/+4 |
* | | Add balance check to `transferAsync` and related test | Fabio Berger | 2017-06-02 | 1 | -3/+14 |
* | | Add tests for transferFromAsync, setAllowanceAsync and getAllowanceAsync and ... | Fabio Berger | 2017-06-02 | 1 | -21/+125 |
|/ |
|
* | Address feedback | Leonid Logvinov | 2017-05-31 | 1 | -26/+28 |
* | Add transfer function and tests for it | Leonid Logvinov | 2017-05-31 | 1 | -0/+19 |
* | remove unused imports | Fabio Berger | 2017-05-30 | 1 | -2/+0 |
* | Add test for setProxyAllowanceAsync and additional test for getProxyAllowance... | Fabio Berger | 2017-05-30 | 1 | -2/+32 |
* | remove spaces after it keyword | Fabio Berger | 2017-05-30 | 1 | -2/+2 |
* | Add first test for getProxyAllowanceAsync | Fabio Berger | 2017-05-30 | 1 | -0/+9 |
* | use token instead of erc20 | Fabio Berger | 2017-05-30 | 1 | -3/+3 |
* | rename erc20Wrapper to tokenWrapper to be more generic in case we end up supp... | Fabio Berger | 2017-05-30 | 1 | -0/+55 |