Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor 0x.js to simply re-export it's own sub-dependencies rather then ↵ | Fabio Berger | 2018-08-14 | 1 | -150/+0 |
| | | | | wrapping them in a ZeroEx object | ||||
* | Apply prettier | Alex Browne | 2018-08-09 | 1 | -3/+3 |
| | |||||
* | Add strictArgumentEncodingCheck to BaseContract and use it in contract templates | Alex Browne | 2018-08-09 | 1 | -1/+2 |
| | |||||
* | Fix linter issues | Fabio Berger | 2018-07-12 | 1 | -1/+0 |
| | |||||
* | Refactor 0x.js to V2 | Fabio Berger | 2018-07-12 | 1 | -39/+29 |
| | |||||
* | Remove TokenRegistry from 0x.js | Fabio Berger | 2018-07-12 | 1 | -5/+0 |
| | |||||
* | Use make-promises-safe as a preloader instead of manually importing | Alex Browne | 2018-06-22 | 1 | -1/+0 |
| | |||||
* | Fix linting issues | fragosti | 2018-06-07 | 1 | -1/+1 |
| | |||||
* | Get build and tests to pass | fragosti | 2018-06-07 | 1 | -1/+1 |
| | |||||
* | remove unused imports from 0x.js test | Fabio Berger | 2018-06-06 | 1 | -1/+1 |
| | |||||
* | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 1 | -4/+3 |
| | |||||
* | Use make-promises-safe to catch unhandled rejections in tests | Alex Browne | 2018-05-17 | 1 | -0/+1 |
| | |||||
* | Fix type error for latched on property | Fabio Berger | 2018-05-10 | 1 | -1/+1 |
| | |||||
* | Fix no-any-propagation | Fabio Berger | 2018-05-10 | 1 | -1/+2 |
| | |||||
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵ | Fabio Berger | 2018-05-10 | 1 | -2/+2 |
| | | | | unifying library with the same interface | ||||
* | Move order utils to @0xproject/order-utils | Leonid Logvinov | 2018-05-02 | 1 | -133/+0 |
| | |||||
* | Fix expiration watcher comparator | Leonid Logvinov | 2018-04-18 | 1 | -7/+0 |
| | |||||
* | Simplify the tests | Fabio Berger | 2018-04-11 | 1 | -3/+2 |
| | |||||
* | Move migrations into separate monorepo subpackage and hook it up to 0x.js ↵ | Fabio Berger | 2018-04-09 | 1 | -1/+4 |
| | | | | and contracts | ||||
* | Move away from using web3 directly in 0x.js tests | Fabio Berger | 2018-04-06 | 1 | -16/+6 |
| | |||||
* | Update 0x.js to run tests against in-process ganache | Fabio Berger | 2018-04-04 | 1 | -5/+23 |
| | |||||
* | Fix stubbing of a non-existent property | Leonid Logvinov | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | Add clean-state tests | Leonid Logvinov | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | Remove duplicate method | Fabio Berger | 2018-03-21 | 1 | -3/+3 |
| | |||||
* | Make BlockchainLifecycle accept only web3Wrapper | Leonid Logvinov | 2018-03-12 | 1 | -2/+2 |
| | |||||
* | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 1 | -2/+2 |
| | |||||
* | 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 |