aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/test/0x.js_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Throw a better error message when taker is null|undefined or anything but ↵Leonid Logvinov2017-12-191-0/+9
| | | | not a string
* Merge pull request #267 from 0xProject/refactor/passInEtherTokenAddressFabio Berger2017-12-191-8/+0
|\ | | | | Refactor EtherToken wrapper to accept address in method args
| * Modify the etherToken wrapper methods to accept an etherTokenAddress as the ↵Fabio Berger2017-12-171-8/+0
| | | | | | | | 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 web3 import after subprovider imports in test web3_factoryBrandon Millman2017-12-181-3/+3
|/
* Fix 0x.js unused varsLeonid Logvinov2017-12-151-1/+1
|
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-141-2/+2
|
* Pass networkId on provider updateLeonid Logvinov2017-11-241-1/+1
|
* Fix the imports orderLeonid Logvinov2017-11-241-8/+10
|
* Remove even more asyncsLeonid Logvinov2017-11-241-5/+4
|
* Make zeroEx.exchange.getContractAddress non-asyncLeonid Logvinov2017-11-241-2/+1
|
* Adjust the testsLeonid Logvinov2017-11-241-13/+13
|
* Fix CI testsLeonid Logvinov2017-11-241-1/+7
|
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-0/+259