aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/contract_wrappers/ether_token_wrapper.ts
Commit message (Collapse)AuthorAgeFilesLines
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-204/+0
| | | | unifying library with the same interface
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-1/+6
|
* Add metacoin example projectLeonid Logvinov2018-04-021-2/+2
|
* Fix typosFabio Berger2018-03-231-2/+2
|
* Allow users to specify the contracts backend in abi-genLeonid Logvinov2018-02-281-2/+2
|
* Merge branch 'development' into fix/unsubscribeAllLeonid Logvinov2018-02-281-8/+19
|\
| * Check isETHAddressHex before lowercaseJacob Evans2018-02-271-11/+9
| | | | | | | | Flip the check so assertion happens before lowercase
| * Lowercase public addressesJacob Evans2018-02-231-12/+25
| | | | | | | | | | Normalize the public api addresses to lowercase to prevent an avoidable error
* | Rename _unsubscribeAll to unsubscribeAllLeonid Logvinov2018-02-271-2/+2
|/
* Use abi-gen for events in 0x.jsLeonid Logvinov2018-02-071-10/+2
|
* Merge branch 'development' into fix/ether_token_addressLeonid2018-02-051-6/+5
|\
| * Fix lint errorsBrandon Millman2018-01-311-3/+3
| |
| * Remove truffle from testsLeonid Logvinov2018-01-301-3/+2
| |
* | Improve the comment and fix an exceptionLeonid Logvinov2018-02-051-3/+7
| |
* | Add zeroEx.etherToken.getContractAddressifExistsLeonid Logvinov2018-01-301-0/+9
|/
* 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 ↵Fabio Berger2017-12-171-28/+13
| | | | first arg. Since it is becoming apparent we will be updating the canonical WETH contract, we want users of 0x.js to be able to interact with n number of etherTokens without re-instantiating for each one.
* 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