aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/test/ether_token_wrapper_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosFabio Berger2018-03-231-1/+1
|
* Make BlockchainLifecycle accept only web3WrapperLeonid Logvinov2018-03-121-2/+2
|
* Add sol-cover implementationLeonid Logvinov2018-03-121-3/+2
|
* Rename _unsubscribeAll to unsubscribeAllLeonid Logvinov2018-02-271-1/+1
|
* Fix testsLeonid Logvinov2018-02-151-4/+7
|
* Merge branch 'development' into fix/ether_token_addressLeonid2018-02-051-4/+3
|\
| * Fix lint errorsBrandon Millman2018-01-311-1/+1
| |
| * Make an RPC constructor param implicitLeonid Logvinov2018-01-301-1/+1
| |
| * Refactor contracts tests to not use injected web3 instanceLeonid Logvinov2018-01-301-3/+2
| |
* | Add regression testsLeonid Logvinov2018-02-051-0/+12
| |
* | Fix linter errorsLeonid Logvinov2018-01-301-1/+0
| |
* | Add zeroEx.etherToken.getContractAddressifExistsLeonid Logvinov2018-01-301-1/+1
|/
* Fix callback typesLeonid Logvinov2018-01-101-50/+53
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
|
* Apply prettier configLeonid Logvinov2018-01-031-33/+62
|
* Fix test descriptionLeonid Logvinov2017-12-201-1/+1
|
* Fix a typoLeonid Logvinov2017-12-201-1/+1
|
* Add err==null assertionsLeonid Logvinov2017-12-201-0/+4
|
* Add WETH9 testsLeonid Logvinov2017-12-201-2/+56
|
* Fix a typoLeonid Logvinov2017-12-201-1/+1
|
* Add etherToken.getLogsAsync and etherToken.subscribe with testsLeonid Logvinov2017-12-201-1/+170
|
* Modify the etherToken wrapper methods to accept an etherTokenAddress as the ↵Fabio Berger2017-12-171-6/+7
| | | | 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.
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-141-2/+2
|
* Update MAX_REASONABLE_GAS_COST_IN_WEILeonid Logvinov2017-11-281-1/+1
|
* Fix the imports orderLeonid Logvinov2017-11-241-5/+7
|
* Remove even more asyncsLeonid Logvinov2017-11-241-1/+1
|
* Adjust the testsLeonid Logvinov2017-11-241-0/+2
|
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-0/+111