aboutsummaryrefslogtreecommitdiffstats
path: root/src/contract_wrappers/token_transfer_proxy_wrapper.ts
Commit message (Expand)AuthorAgeFilesLines
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-60/+0
* Revert "Reduce final bundle size by 11% (82kB)"Leonid2017-10-241-1/+1
* Include only used lodash functionsLeonid Logvinov2017-10-181-1/+1
* Fetch tokenTransferProxy address from exchange contractLeonid Logvinov2017-09-181-1/+8
* Decode logs args in awaitTransactionMinedAsyncLeonid Logvinov2017-09-061-2/+2
* Rename x.call -> x.callAsync x() -> x.sendTransactionAsync() x.estimateGas() ...Leonid Logvinov2017-09-051-2/+2
* Make the functions immidiately return txHash instead of awaiting for a transa...Leonid Logvinov2017-09-051-1/+3
* Return variable instead of expressionFabio Berger2017-08-231-1/+2
* Add getContractAddressAsync public method to proxy instanceFabio Berger2017-08-231-0/+9
* Rename internally Proxy to TokenTransferProxyLeonid Logvinov2017-08-221-0/+41