aboutsummaryrefslogtreecommitdiffstats
path: root/src/contract_wrappers/ether_token_wrapper.ts
Commit message (Collapse)AuthorAgeFilesLines
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-87/+0
|
* Remove redundant assertionsLeonid Logvinov2017-11-101-2/+0
|
* Add assert.isValidBaseUnitAmount that checks for decimals in amounts that ↵Fabio Berger2017-11-091-0/+2
| | | | should be in baseUnits. This can sometimes alert developers whenever they accidentally pass in unitAmounts.
* Upgrade bignumber to the version with native typings and remove typingsLeonid Logvinov2017-10-261-2/+3
|
* Revert "Reduce final bundle size by 11% (82kB)"Leonid2017-10-241-1/+1
|
* 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
| | | | -> x.estimateGasAsync()
* 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 ↵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