aboutsummaryrefslogtreecommitdiffstats
path: root/src/contract_wrappers/token_wrapper.ts
Commit message (Expand)AuthorAgeFilesLines
* Add missing return commentFabio Berger2017-06-261-0/+1
* Revert "Use different lodash import syntax which allows to include only used ...Leonid2017-06-221-4/+4
* Fall back to import x = require() syntaxLeonid Logvinov2017-06-211-1/+1
* Use different lodash import syntax which allows to include only used functionsLeonid Logvinov2017-06-211-4/+4
* Add and improve commentsFabio Berger2017-06-161-4/+10
* Fix last testsLeonid Logvinov2017-06-111-7/+7
* Prefix private vars with _Leonid Logvinov2017-06-101-15/+15
* Align all param comments so that they are more readableFabio Berger2017-06-101-25/+27
* Add param & return comments to all public methods and add comments to some pu...Fabio Berger2017-06-101-1/+26
* Address feedbackLeonid Logvinov2017-06-061-2/+2
* Add isAnyAddressAvailableAsyncLeonid Logvinov2017-06-061-0/+2
* Rename isSenderAddressHexAsync to isSenderAddressAsyncLeonid Logvinov2017-06-061-3/+3
* Rename senderAccount to senderAddressLeonid Logvinov2017-06-061-5/+5
* Rename assert.isSenderAccountHexAsync to assert.isSenderAddressHexAsyncLeonid Logvinov2017-06-061-3/+3
* Add variableName to isSenderAddcountHexAsyncLeonid Logvinov2017-06-061-3/+3
* Make methods accept senderAccountLeonid Logvinov2017-06-051-6/+5
* Merge branch 'master' into remainingTokenMethodsFabio Berger2017-06-031-2/+2
|\
| * Always wrap BigNumbers returned by web3 with our own version and add commentFabio Berger2017-06-021-2/+2
* | Fix bugFabio Berger2017-06-031-1/+1
* | Fix commentFabio Berger2017-06-031-1/+1
* | Add balance check to `transferAsync` and related testFabio Berger2017-06-021-0/+6
* | Improve commentFabio Berger2017-06-021-0/+2
* | Add setAllowanceAsync, getAllowanceAsync and transferFrom to tokenWrapperFabio Berger2017-06-021-15/+66
|/
* Merge branch 'master' into erc20transferLeonid2017-05-311-8/+6
|\
| * remove InternalError type since this error could surface through the public i...Fabio Berger2017-05-311-2/+2
| * Remove superfluous undefined checkFabio Berger2017-05-311-4/+2
| * Add full stop to commentsFabio Berger2017-05-311-2/+2
* | Add transfer function and tests for itLeonid Logvinov2017-05-311-1/+16
|/
* Implement setProxyAllowanceAsyncFabio Berger2017-05-301-4/+32
* Implement zeroEx.token.getProxyAllowanceAsyncFabio Berger2017-05-301-1/+26
* rename ERC20Contract to TokenContractFabio Berger2017-05-301-4/+4
* rename erc20Wrapper to tokenWrapper to be more generic in case we end up supp...Fabio Berger2017-05-301-0/+42