aboutsummaryrefslogtreecommitdiffstats
path: root/src/contract_wrappers/token_wrapper.ts
Commit message (Expand)AuthorAgeFilesLines
* Make the functions immidiately return txHash instead of awaiting for a transa...Leonid Logvinov2017-09-051-1/+3
* Remove default value for gasPriceLeonid Logvinov2017-08-291-1/+1
* Allow user to specify the gas priceLeonid Logvinov2017-08-291-2/+2
* Use 0x-json-schemasLeonid Logvinov2017-08-281-4/+3
* Improve commentsLeonid Logvinov2017-08-251-0/+4
* Refactor UNLIMITED_ALLOWANCE_IN_BASE_UNITS to constantsLeonid Logvinov2017-08-251-1/+1
* Add tests for unlimited allowanceLeonid Logvinov2017-08-251-1/+1
* Add setUnlimitedProxyAllowanceAsync and setUnlimitedAllowanceAsyncLeonid Logvinov2017-08-251-0/+25
* Convert artifacts addresses lo lower case before usingLeonid Logvinov2017-08-241-1/+1
* Update artifacts and rename proxy to tokenTransferProxyFabio Berger2017-08-211-2/+2
* remove unnecessary assertion and add regression testFabio Berger2017-08-171-1/+0
* Remove isUserAddressAvailable assertion from getBalanceAsync and add regressi...Fabio Berger2017-08-171-1/+0
* Use PascalCase names as string enum keysLeonid Logvinov2017-07-121-4/+4
* Make invalidateContractInstancesAsync private on exchange and tokenLeonid Logvinov2017-07-051-4/+4
* Add parameter validation for subscribeAsyncLeonid Logvinov2017-07-051-0/+4
* Refactor event testsLeonid Logvinov2017-07-051-4/+0
* Add tests for order hash SchemaLeonid Logvinov2017-07-051-0/+6
* Fix commentsLeonid Logvinov2017-07-041-5/+4
* Add initial implementation and tests for zeroEx.token.subscribeAsyncLeonid Logvinov2017-07-041-2/+55
* 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