aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/contract_wrappers/ether_token_wrapper.ts
Commit message (Expand)AuthorAgeFilesLines
* Fix linter errorsLeonid Logvinov2018-01-041-1/+1
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
* Apply prettier configLeonid Logvinov2018-01-031-18/+41
* Fix linter issueLeonid Logvinov2017-12-201-1/+0
* Add WETH9 testsLeonid Logvinov2017-12-201-1/+1
* Fix WETH events watchingLeonid Logvinov2017-12-201-1/+1
* Init the _etherTokenContractsByAddressLeonid Logvinov2017-12-201-1/+1
* Add EtherToken events to the ABILeonid Logvinov2017-12-201-2/+2
* Enable multiple EtherTokenContract instancesLeonid Logvinov2017-12-201-4/+9
* Add etherToken.getLogsAsync and etherToken.subscribe with testsLeonid Logvinov2017-12-201-3/+71
* Modify the etherToken wrapper methods to accept an etherTokenAddress as the f...Fabio Berger2017-12-171-28/+13
* Refactor networkId out of web3WrapperLeonid Logvinov2017-12-081-2/+3
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-1/+1
* Adjust 0x.js to use generated wrappersLeonid Logvinov2017-12-021-2/+4
* Add an initializer for txOpts in etherTokenLeonid Logvinov2017-11-281-2/+6
* Add option config for gasPrice and gasLimit for every transaction sending methodLeonid Logvinov2017-11-281-4/+10
* Refactor getContractAddress to contractWrapperLeonid Logvinov2017-11-241-10/+4
* Auto-fix linter errorsLeonid Logvinov2017-11-241-5/+7
* Remove even more asyncsLeonid Logvinov2017-11-241-4/+12
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-0/+87