Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix solidityVersion schema regex | Leonid Logvinov | 2018-06-12 | 1 | -1/+1 |
| | |||||
* | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 4 | -27/+4 |
| | |||||
* | Fix linter errors | Leonid Logvinov | 2018-06-01 | 1 | -1/+1 |
| | |||||
* | Introduce ethereum-types package | Leonid Logvinov | 2018-06-01 | 3 | -3/+3 |
| | |||||
* | Make opts param optional in Compiler | Leonid Logvinov | 2018-05-30 | 1 | -6/+7 |
| | |||||
* | Add CHANGELOG entry | Leonid Logvinov | 2018-05-30 | 1 | -1/+0 |
| | |||||
* | Add schema assertions on public methods of @0xproject/sol-compiler | Leonid Logvinov | 2018-05-30 | 3 | -1/+32 |
| | |||||
* | Add errMsg when throwing on unrecognized error | Amir Bandeali | 2018-05-25 | 1 | -1/+1 |
| | |||||
* | Add solcVersion to CompilerOpts | Leonid Logvinov | 2018-05-23 | 3 | -4/+11 |
| | |||||
* | merge development | Fabio Berger | 2018-05-23 | 1 | -1/+2 |
|\ | |||||
| * | Fix TSLint rules | Fabio Berger | 2018-05-16 | 1 | -1/+2 |
| | | |||||
* | | Upgraded to Solidity 0.4.24 | Greg Hysen | 2018-05-19 | 1 | -0/+1 |
| | | |||||
* | | Fix prettier | Brandon Millman | 2018-05-19 | 1 | -1/+3 |
|/ | |||||
* | Merge branch 'development' into breakUp0xjs | Fabio Berger | 2018-05-11 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Fix a bug in compiler config precedence | Leonid Logvinov | 2018-05-11 | 1 | -2/+4 |
| | |||||
* | Remove unused deployer docs configs | Leonid Logvinov | 2018-05-10 | 1 | -3/+1 |
| | |||||
* | Fix linter issues | Leonid Logvinov | 2018-05-10 | 1 | -2/+5 |
| | |||||
* | Rename deployer to sol-compiler | Leonid Logvinov | 2018-05-10 | 13 | -0/+590 |