aboutsummaryrefslogtreecommitdiffstats
path: root/src/contract_wrappers/ether_token_wrapper.ts
Commit message (Collapse)AuthorAgeFilesLines
* Make the functions immidiately return txHash instead of awaiting for a ↵Leonid Logvinov2017-09-051-1/+3
| | | | transaction to be mined
* 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 ↵Fabio Berger2017-06-271-2/+1
| | | | assertions to check if the discrepancy between the existing ETH balance and expected balance is small enough to simply be the gas cost used by the transaction.
* Fix typoFabio Berger2017-06-271-1/+1
|
* Implement EtherTokenWrapper and tests, with deposit and withdraw methodsFabio Berger2017-06-261-0/+76