| Commit message (Expand) | Author | Age | Files | Lines |
* | Update artifacts and rename proxy to tokenTransferProxy | Fabio Berger | 2017-08-21 | 1 | -2/+2 |
* | remove unnecessary assertion and add regression test | Fabio Berger | 2017-08-17 | 1 | -1/+0 |
* | Remove isUserAddressAvailable assertion from getBalanceAsync and add regressi... | Fabio Berger | 2017-08-17 | 1 | -1/+0 |
* | Use PascalCase names as string enum keys | Leonid Logvinov | 2017-07-12 | 1 | -4/+4 |
* | Make invalidateContractInstancesAsync private on exchange and token | Leonid Logvinov | 2017-07-05 | 1 | -4/+4 |
* | Add parameter validation for subscribeAsync | Leonid Logvinov | 2017-07-05 | 1 | -0/+4 |
* | Refactor event tests | Leonid Logvinov | 2017-07-05 | 1 | -4/+0 |
* | Add tests for order hash Schema | Leonid Logvinov | 2017-07-05 | 1 | -0/+6 |
* | Fix comments | Leonid Logvinov | 2017-07-04 | 1 | -5/+4 |
* | Add initial implementation and tests for zeroEx.token.subscribeAsync | Leonid Logvinov | 2017-07-04 | 1 | -2/+55 |
* | Add missing return comment | Fabio Berger | 2017-06-26 | 1 | -0/+1 |
* | Revert "Use different lodash import syntax which allows to include only used ... | Leonid | 2017-06-22 | 1 | -4/+4 |
* | Fall back to import x = require() syntax | Leonid Logvinov | 2017-06-21 | 1 | -1/+1 |
* | Use different lodash import syntax which allows to include only used functions | Leonid Logvinov | 2017-06-21 | 1 | -4/+4 |
* | Add and improve comments | Fabio Berger | 2017-06-16 | 1 | -4/+10 |
* | Fix last tests | Leonid Logvinov | 2017-06-11 | 1 | -7/+7 |
* | Prefix private vars with _ | Leonid Logvinov | 2017-06-10 | 1 | -15/+15 |
* | Align all param comments so that they are more readable | Fabio Berger | 2017-06-10 | 1 | -25/+27 |
* | Add param & return comments to all public methods and add comments to some pu... | Fabio Berger | 2017-06-10 | 1 | -1/+26 |
* | Address feedback | Leonid Logvinov | 2017-06-06 | 1 | -2/+2 |
* | Add isAnyAddressAvailableAsync | Leonid Logvinov | 2017-06-06 | 1 | -0/+2 |
* | Rename isSenderAddressHexAsync to isSenderAddressAsync | Leonid Logvinov | 2017-06-06 | 1 | -3/+3 |
* | Rename senderAccount to senderAddress | Leonid Logvinov | 2017-06-06 | 1 | -5/+5 |
* | Rename assert.isSenderAccountHexAsync to assert.isSenderAddressHexAsync | Leonid Logvinov | 2017-06-06 | 1 | -3/+3 |
* | Add variableName to isSenderAddcountHexAsync | Leonid Logvinov | 2017-06-06 | 1 | -3/+3 |
* | Make methods accept senderAccount | Leonid Logvinov | 2017-06-05 | 1 | -6/+5 |
* | Merge branch 'master' into remainingTokenMethods | Fabio Berger | 2017-06-03 | 1 | -2/+2 |
|\ |
|
| * | Always wrap BigNumbers returned by web3 with our own version and add comment | Fabio Berger | 2017-06-02 | 1 | -2/+2 |
* | | Fix bug | Fabio Berger | 2017-06-03 | 1 | -1/+1 |
* | | Fix comment | Fabio Berger | 2017-06-03 | 1 | -1/+1 |
* | | Add balance check to `transferAsync` and related test | Fabio Berger | 2017-06-02 | 1 | -0/+6 |
* | | Improve comment | Fabio Berger | 2017-06-02 | 1 | -0/+2 |
* | | Add setAllowanceAsync, getAllowanceAsync and transferFrom to tokenWrapper | Fabio Berger | 2017-06-02 | 1 | -15/+66 |
|/ |
|
* | Merge branch 'master' into erc20transfer | Leonid | 2017-05-31 | 1 | -8/+6 |
|\ |
|
| * | remove InternalError type since this error could surface through the public i... | Fabio Berger | 2017-05-31 | 1 | -2/+2 |
| * | Remove superfluous undefined check | Fabio Berger | 2017-05-31 | 1 | -4/+2 |
| * | Add full stop to comments | Fabio Berger | 2017-05-31 | 1 | -2/+2 |
* | | Add transfer function and tests for it | Leonid Logvinov | 2017-05-31 | 1 | -1/+16 |
|/ |
|
* | Implement setProxyAllowanceAsync | Fabio Berger | 2017-05-30 | 1 | -4/+32 |
* | Implement zeroEx.token.getProxyAllowanceAsync | Fabio Berger | 2017-05-30 | 1 | -1/+26 |
* | rename ERC20Contract to TokenContract | Fabio Berger | 2017-05-30 | 1 | -4/+4 |
* | rename erc20Wrapper to tokenWrapper to be more generic in case we end up supp... | Fabio Berger | 2017-05-30 | 1 | -0/+42 |