Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use make-promises-safe to catch unhandled rejections in tests | Alex Browne | 2018-05-17 | 1 | -0/+1 |
| | |||||
* | Fix abi-gen binary so it can be called directly from packages | Fabio Berger | 2018-05-15 | 1 | -1/+2 |
| | |||||
* | Move from using lerna multi-package commands to wsrun, update README's ↵ | Fabio Berger | 2018-05-15 | 2 | -16/+4 |
| | | | | accordingly | ||||
* | 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 |
| | |||||
* | Add compiler dep | Fabio Berger | 2018-05-11 | 1 | -0/+1 |
| | |||||
* | 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 | ||||
* | Add artifacts to clean command | Fabio Berger | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | Add missing DummyToken | Fabio Berger | 2018-05-10 | 1 | -1/+1 |
| | |||||
* | Add missing quote | Fabio Berger | 2018-05-10 | 1 | -1/+1 |
| | |||||
* | Remove provider instance variable | Fabio Berger | 2018-05-10 | 1 | -10/+7 |
| | |||||
* | Remove uneeded tslint config | Fabio Berger | 2018-05-10 | 1 | -1/+1 |
| | |||||
* | Add pr number to changelogs | 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 | 18 | -0/+2270 |
unifying library with the same interface |