aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/0x.ts
Commit message (Collapse)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 ↵Fabio Berger2018-01-301-9/+11
| | | | trying to infer whether to add it or not from the nodeVersion
* 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
| | | | too many decimals
* Make assertion stricter so that one cannot submit invalid baseUnit amounts ↵Fabio Berger2017-12-211-1/+1
| | | | to `toUnitAmount`
* 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