aboutsummaryrefslogtreecommitdiffstats
path: root/src/contract_wrappers/ether_token_wrapper.ts
Commit message (Expand)AuthorAgeFilesLines
* Include only used lodash functionsLeonid Logvinov2017-10-181-1/+1
* Postfix variable names with 'ifExists'Leonid Logvinov2017-09-191-4/+4
* Make contract addresses configurableLeonid Logvinov2017-09-181-2/+4
* 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
* Fix gasPrice regressionLeonid Logvinov2017-09-051-2/+2
* Change non-exhange contracts to also return txHashLeonid Logvinov2017-09-051-4/+8
* 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 PascalCase names as string enum keysLeonid Logvinov2017-07-121-2/+2
* Fix the bug when didn't invalidate etherToken contract instanceLeonid Logvinov2017-07-051-0/+3
* Additional EtherToken comment changesFabio Berger2017-06-271-10/+10
* Improve EtherToken commentsFabio Berger2017-06-271-10/+10
* refactor getBalanceInEthAsync to getBalanceInWeiAsync and change the test ass...Fabio Berger2017-06-271-2/+1
* Fix typoFabio Berger2017-06-271-1/+1
* Implement EtherTokenWrapper and tests, with deposit and withdraw methodsFabio Berger2017-06-261-0/+76