aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/0x.ts
Commit message (Expand)AuthorAgeFilesLines
* Make awaitTransactionMinedAsync non-generic againLeonid Logvinov2018-01-301-4/+4
* Remove truffle from testsLeonid Logvinov2018-01-301-17/+9
* Add config file specifically in prettier command and fix filesFabio Berger2018-01-301-304/+304
* Fix prettierFabio Berger2018-01-301-304/+304
* Add shouldAddPersonalMessagePrefix param to signOrderHashAsync instead of try...Fabio Berger2018-01-301-9/+11
* Fix the bug making it impossible to specify the custom ZRX addressLeonid Logvinov2018-01-241-0/+1
* Make some callbacks failable and add error handlingLeonid Logvinov2018-01-111-18/+25
* Include web3 types via typeRoots and factor out common parts of tsconfig.jsonLeonid Logvinov2018-01-101-1/+6
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-5/+1
* Apply prettier configLeonid Logvinov2018-01-031-51/+54
* Refactor toBaseUnitAmount so that it throws if user supplies unitAmount with ...Fabio Berger2017-12-211-0/+4
* Make assertion stricter so that one cannot submit invalid baseUnit amounts to...Fabio Berger2017-12-211-1/+1
* 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 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