Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵ | Fabio Berger | 2018-05-10 | 1 | -195/+0 |
| | | | | unifying library with the same interface | ||||
* | Fix expiration watcher comparator | Leonid Logvinov | 2018-04-18 | 1 | -0/+39 |
| | |||||
* | Move away from using web3 directly in 0x.js tests | Fabio Berger | 2018-04-06 | 1 | -3/+2 |
| | |||||
* | Make BlockchainLifecycle accept only web3Wrapper | Leonid Logvinov | 2018-03-12 | 1 | -3/+3 |
| | |||||
* | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 1 | -3/+2 |
| | |||||
* | Fix tests | Leonid Logvinov | 2018-02-15 | 1 | -1/+1 |
| | |||||
* | 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 | -4/+2 |
| | |||||
* | Fix callback types | Leonid Logvinov | 2018-01-10 | 1 | -5/+5 |
| | |||||
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 1 | -1/+1 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 1 | -18/+34 |
| | |||||
* | Fix 0x.js unused vars | Leonid Logvinov | 2017-12-15 | 1 | -1/+0 |
| | |||||
* | Rename tokenUtils.getNonProtocolTokens to tokenUtils.getDummyTokens | Leonid Logvinov | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | Move more shared utils into utils package and reuse them | Leonid Logvinov | 2017-12-14 | 1 | -2/+3 |
| | |||||
* | Refactor web3Wrapper to a separate package | Leonid Logvinov | 2017-12-07 | 1 | -1/+1 |
| | |||||
* | Fix the imports order | Leonid Logvinov | 2017-11-24 | 1 | -10/+12 |
| | |||||
* | Cleanup order watcher from redundant asyncs | Leonid Logvinov | 2017-11-24 | 1 | -2/+6 |
| | |||||
* | Add blockchainLifecycle management to the ExpirationWatcher test | Brandon Millman | 2017-11-23 | 1 | -2/+6 |
| | |||||
* | Fix tests | Leonid Logvinov | 2017-11-22 | 1 | -5/+5 |
| | |||||
* | Address nits | Leonid Logvinov | 2017-11-21 | 1 | -7/+7 |
| | |||||
* | Fix async callbacks | Leonid Logvinov | 2017-11-21 | 1 | -10/+9 |
| | |||||
* | Fix typos | Leonid Logvinov | 2017-11-21 | 1 | -1/+1 |
| | |||||
* | Rename orderLifetime to orderLifetimeS | Leonid Logvinov | 2017-11-21 | 1 | -6/+6 |
| | |||||
* | Reference types directly | Leonid Logvinov | 2017-11-21 | 1 | -4/+2 |
| | |||||
* | Add tests for expirationWatcher | Leonid Logvinov | 2017-11-18 | 1 | -0/+137 |