aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/0x.ts
Commit message (Expand)AuthorAgeFilesLines
* Throw a better error message when taker is null|undefined or anything but not...Leonid Logvinov2017-12-191-0/+2
* Modify the etherToken wrapper methods to accept an etherTokenAddress as the f...Fabio Berger2017-12-171-1/+1
* 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