Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a bad merge | Leonid Logvinov | 2018-07-18 | 1 | -10/+12 |
| | |||||
* | Merge | Leonid Logvinov | 2018-07-18 | 4 | -224/+304 |
| | |||||
* | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 1 | -6/+6 |
| | |||||
* | Refactor fill-scenarios for V2 | Leonid Logvinov | 2018-07-05 | 2 | -47/+14 |
| | |||||
* | Change import paths from z_r_x and e_r_c to zrx and erc | Leonid Logvinov | 2018-06-29 | 1 | -2/+2 |
| | |||||
* | Minor fixes after rebase | Greg Hysen | 2018-06-08 | 1 | -4/+4 |
| | |||||
* | Use _.omit for conciseness | Fabio Berger | 2018-06-05 | 1 | -15/+5 |
| | |||||
* | Update fill-scenarios for V2 and add CHANGELOG entry | Fabio Berger | 2018-06-05 | 1 | -64/+83 |
| | |||||
* | Remove compact_artifacts and replace with updated artifacts | Fabio Berger | 2018-06-05 | 7 | -1845/+0 |
| | |||||
* | Check transaction receipt status codes where applicable | Alex Browne | 2018-05-24 | 1 | -1/+1 |
| | |||||
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 1 | -2/+2 |
| | |||||
* | Revert throw conditions since it messes with the expected test timing | Fabio Berger | 2018-05-11 | 1 | -15/+3 |
| | |||||
* | Get networkId from web3Wrapper | Fabio Berger | 2018-05-11 | 2 | -3/+3 |
| | |||||
* | Throw if tx reverts | Fabio Berger | 2018-05-11 | 1 | -3/+15 |
| | |||||
* | Merge branch 'development' into breakUp0xjs | Fabio Berger | 2018-05-11 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Fix ganache subprovider config Fix a bug in compiler config precedence Fix linter errors Fix templates Remove unused deployer docs configs Add a legacy endpoint for the deployer Add a check for compiler output Add a comment Put ARTIFACTS_VERSION in a config Improve a comment Remove _applyDefaultsToDeployTxDataAsync Add a HACK comment Fix linter issues Rename deployer to sol-compiler Remove deployer Remove deployer from 0x.js and migrations Configure migrations with a compiler.json Remove deployer from metacoin and contract tests Update wallet footer and add remove token functionality # Conflicts: # .gitignore # packages/0x.js/package.json # packages/0x.js/src/0x.ts # packages/contracts/package.json # packages/contracts/test/multi_sig_with_time_lock.ts # packages/contracts/test/multi_sig_with_time_lock_except_remove_auth_addr.ts # packages/contracts/util/artifacts.ts # packages/deployer/test/deployer_test.ts # packages/migrations/package.json | ||||
* | Remove provider instance variable | Fabio Berger | 2018-05-10 | 1 | -10/+7 |
| | |||||
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵ | Fabio Berger | 2018-05-10 | 12 | -0/+2121 |
unifying library with the same interface |