aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/0x.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add etherToken.getLogsAsync and etherToken.subscribe with testsLeonid Logvinov2017-12-201-1/+1
|
* Throw a better error message when taker is null|undefined or anything but ↵Leonid Logvinov2017-12-191-0/+2
| | | | not a string
* Modify the etherToken wrapper methods to accept an etherTokenAddress as the ↵Fabio Berger2017-12-171-1/+1
| | | | 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.
* Fix 0x.js unused varsLeonid Logvinov2017-12-151-2/+0
|
* Fix linter errorsLeonid Logvinov2017-12-141-1/+1
|
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-141-2/+1
|
* Refactor networkId out of web3WrapperLeonid Logvinov2017-12-081-3/+10
|
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-1/+1
|
* Pass networkId on provider updateLeonid Logvinov2017-11-241-4/+5
|
* Fix the imports orderLeonid Logvinov2017-11-241-22/+23
|
* Store networkId in web3WrapperLeonid Logvinov2017-11-241-1/+1
|
* Add networkId to ZeroExConfig and make it requiredLeonid Logvinov2017-11-241-16/+7
|
* Add json-schemas package to mono repoBrandon Millman2017-11-141-1/+1
|
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-0/+333