Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make an RPC constructor param implicit | Leonid Logvinov | 2018-01-30 | 1 | -1/+1 |
| | |||||
* | Refactor contracts tests to not use injected web3 instance | Leonid Logvinov | 2018-01-30 | 1 | -3/+2 |
| | |||||
* | Add config file specifically in prettier command and fix files | Fabio Berger | 2018-01-30 | 1 | -269/+269 |
| | |||||
* | Fix prettier | Fabio Berger | 2018-01-30 | 1 | -269/+269 |
| | |||||
* | Add shouldAddPersonalMessagePrefix param to signOrderHashAsync instead of ↵ | Fabio Berger | 2018-01-30 | 1 | -3/+17 |
| | | | | trying to infer whether to add it or not from the nodeVersion | ||||
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 1 | -1/+1 |
| | |||||
* | Fix formatting | Leonid Logvinov | 2018-01-03 | 1 | -3/+0 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 1 | -29/+36 |
| | |||||
* | Refactor toBaseUnitAmount so that it throws if user supplies unitAmount with ↵ | Fabio Berger | 2017-12-21 | 1 | -0/+6 |
| | | | | too many decimals | ||||
* | Make assertion stricter so that one cannot submit invalid baseUnit amounts ↵ | Fabio Berger | 2017-12-21 | 1 | -0/+6 |
| | | | | to `toUnitAmount` | ||||
* | Throw a better error message when taker is null|undefined or anything but ↵ | Leonid Logvinov | 2017-12-19 | 1 | -0/+9 |
| | | | | not a string | ||||
* | Merge pull request #267 from 0xProject/refactor/passInEtherTokenAddress | Fabio Berger | 2017-12-19 | 1 | -8/+0 |
|\ | | | | | Refactor EtherToken wrapper to accept address in method args | ||||
| * | Modify the etherToken wrapper methods to accept an etherTokenAddress as the ↵ | Fabio Berger | 2017-12-17 | 1 | -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_factory | Brandon Millman | 2017-12-18 | 1 | -3/+3 |
|/ | |||||
* | Fix 0x.js unused vars | Leonid Logvinov | 2017-12-15 | 1 | -1/+1 |
| | |||||
* | Move more shared utils into utils package and reuse them | Leonid Logvinov | 2017-12-14 | 1 | -2/+2 |
| | |||||
* | Pass networkId on provider update | Leonid Logvinov | 2017-11-24 | 1 | -1/+1 |
| | |||||
* | Fix the imports order | Leonid Logvinov | 2017-11-24 | 1 | -8/+10 |
| | |||||
* | Remove even more asyncs | Leonid Logvinov | 2017-11-24 | 1 | -5/+4 |
| | |||||
* | Make zeroEx.exchange.getContractAddress non-async | Leonid Logvinov | 2017-11-24 | 1 | -2/+1 |
| | |||||
* | Adjust the tests | Leonid Logvinov | 2017-11-24 | 1 | -13/+13 |
| | |||||
* | Fix CI tests | Leonid Logvinov | 2017-11-24 | 1 | -1/+7 |
| | |||||
* | Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach | Fabio Berger | 2017-11-13 | 1 | -0/+259 |