aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/test/ether_token_wrapper_test.ts
Commit message (Expand)AuthorAgeFilesLines
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...Fabio Berger2018-05-101-386/+0
* Simplify the testsFabio Berger2018-04-111-2/+1
* Move away from using web3 directly in 0x.js testsFabio Berger2018-04-061-5/+4
* Merge branch 'development' into removeMigrateStepFabio Berger2018-04-051-2/+3
|\
| * Fix testsLeonid Logvinov2018-04-051-1/+2
| * Call static functions as staticLeonid Logvinov2018-04-051-2/+2
* | Update 0x.js to run tests against in-process ganacheFabio Berger2018-04-041-1/+1
|/
* 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 f...Fabio Berger2017-12-171-6/+7
* 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