| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 1 | -1/+1 |
* | Merge branch 'development' into breakUp0xjs | Fabio Berger | 2018-05-11 | 1 | -18/+0 |
|\ |
|
| * | Remove unused deployer docs configs | Leonid Logvinov | 2018-05-10 | 1 | -1/+0 |
| * | Add a check for compiler output | Leonid Logvinov | 2018-05-10 | 1 | -1/+0 |
| * | Put ARTIFACTS_VERSION in a config | Leonid Logvinov | 2018-05-10 | 1 | -0/+1 |
| * | Remove deployer from 0x.js and migrations | Leonid Logvinov | 2018-05-10 | 1 | -18/+0 |
* | | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin... | Fabio Berger | 2018-05-10 | 3 | -270/+2 |
|/ |
|
* | Move order utils to @0xproject/order-utils | Leonid Logvinov | 2018-05-02 | 3 | -51/+2 |
* | Move NULL_BYTES to @0xproject/utils | Fabio Berger | 2018-04-11 | 1 | -1/+0 |
* | Remove unused var | Fabio Berger | 2018-04-07 | 1 | -1/+0 |
* | Move away from using web3 directly in 0x.js tests | Fabio Berger | 2018-04-06 | 2 | -1/+21 |
* | Merge branch 'development' into removeMigrateStep | Fabio Berger | 2018-04-05 | 1 | -1/+6 |
|\ |
|
| * | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 1 | -1/+6 |
* | | Update 0x.js to run tests against in-process ganache | Fabio Berger | 2018-04-04 | 3 | -3/+9 |
|/ |
|
* | Add forgotten file | Leonid Logvinov | 2018-03-13 | 1 | -0/+6 |
* | Allow users to specify the contracts backend in abi-gen | Leonid Logvinov | 2018-02-28 | 1 | -5/+1 |
* | Refactor contracts tests to not use injected web3 instance | Leonid Logvinov | 2018-01-30 | 4 | -105/+0 |
* | Add config file specifically in prettier command and fix files | Fabio Berger | 2018-01-30 | 9 | -372/+372 |
* | Fix prettier | Fabio Berger | 2018-01-30 | 9 | -372/+372 |
* | Add shouldAddPersonalMessagePrefix param to signOrderHashAsync instead of try... | Fabio Berger | 2018-01-30 | 1 | -1/+3 |
* | Remove trailing slash | Leonid Logvinov | 2018-01-17 | 1 | -1/+1 |
* | Make some callbacks failable and add error handling | Leonid Logvinov | 2018-01-11 | 1 | -2/+4 |
* | Fix linter issues | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
* | Fix callback types | Leonid Logvinov | 2018-01-10 | 1 | -5/+55 |
* | Fix linter errors | Leonid Logvinov | 2018-01-04 | 1 | -1/+1 |
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 2 | -2/+2 |
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 7 | -71/+138 |
* | Add some missed underscores, update changelog and comments | Brandon Millman | 2017-12-21 | 1 | -1/+1 |
* | Merge branch 'development' into fix/underscorePrivate | Brandon Millman | 2017-12-21 | 2 | -3/+10 |
|\ |
|
| * | Add slashes to base URLs | Leonid Logvinov | 2017-12-20 | 1 | -3/+3 |
| * | Fix WETH symbol | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
| * | Add WETH9 tests | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
| * | Add etherToken.getLogsAsync and etherToken.subscribe with tests | Leonid Logvinov | 2017-12-20 | 1 | -0/+7 |
* | | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 3 | -43/+43 |
|/ |
|
* | Move web3 import after subprovider imports in test web3_factory | Brandon Millman | 2017-12-18 | 1 | -1/+7 |
* | Fix redundant spaces | Leonid Logvinov | 2017-12-16 | 1 | -1/+1 |
* | Name a variable | Leonid Logvinov | 2017-12-15 | 1 | -1/+2 |
* | Fix a conditional | Leonid Logvinov | 2017-12-15 | 1 | -5/+1 |
* | Add a function to init token balances | Leonid Logvinov | 2017-12-14 | 2 | -4/+30 |
* | Move more shared utils into utils package and reuse them | Leonid Logvinov | 2017-12-14 | 4 | -88/+2 |
* | Add a HACK comment | Leonid Logvinov | 2017-11-29 | 1 | -0/+3 |
* | Normalise subprovider names | Leonid Logvinov | 2017-11-29 | 3 | -6/+6 |
* | Add fake gas estimate suprovider for tests | Leonid Logvinov | 2017-11-29 | 4 | -1/+62 |
* | Remove unused asyncs | Leonid Logvinov | 2017-11-24 | 1 | -2/+2 |
* | Auto-fix linter errors | Leonid Logvinov | 2017-11-24 | 6 | -8/+15 |
* | Don't reassign the parameter | Leonid Logvinov | 2017-11-24 | 1 | -3/+3 |
* | Make getZRXTokenAddress non async | Leonid Logvinov | 2017-11-24 | 1 | -0/+2 |
* | Merge branch 'development' into feature/calculate-remaining-proportions | Jacob Evans | 2017-11-23 | 1 | -3/+3 |
|\ |
|
| * | Fix async callbacks | Leonid Logvinov | 2017-11-21 | 1 | -3/+3 |
* | | add a test constant for ZRX decimals | Jacob Evans | 2017-11-22 | 1 | -0/+1 |
|/ |
|
* | Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach | Fabio Berger | 2017-11-13 | 9 | -0/+329 |