Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'development' into convertScriptsToTs | Fabio Berger | 2018-03-14 | 24 | -514/+114 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (71 commits) Transform input data before encoding for callAsync and getABIEncodedTransactionData Update coverage badge to show development coverage Configure post build hook Notify coveralls after all tasks have finished Address feedback Revert "Report all coverage reports together" Separate published packages and typescript typings on README Report all coverage reports together Add other statement types Properly and consistently parse ENV vars Add forgotten file Start using solidity-parser-antlr Fix the default always overriding to address Submit a TD PR Add an explanatory comment for making ranges unique Fix a typo in handling env variables Introduce TESTRPC_FIRST_ADDRESS Make BlockchainLifecycle accept only web3Wrapper Fix comments Fix deployer CHANGELOG ... # Conflicts: # README.md # packages/deployer/package.json # packages/subproviders/src/globals.d.ts # yarn.lock | ||||
| * | Fix comments | Leonid Logvinov | 2018-03-12 | 1 | -3/+1 |
| | | |||||
| * | Add an example deployment script | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | | |||||
| * | Make Deployer configurable by jsonrpcUrl instead of jsonrpcPort | Leonid Logvinov | 2018-03-12 | 3 | -16/+16 |
| | | |||||
| * | Fix sources list generation in a compiler | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | | |||||
| * | Add better error handling in deployer constructor | Leonid Logvinov | 2018-03-12 | 1 | -3/+12 |
| | | |||||
| * | Move compiler URL to constants | Leonid Logvinov | 2018-03-12 | 2 | -1/+2 |
| | | |||||
| * | Handle an error while loading the compiler | Leonid Logvinov | 2018-03-12 | 1 | -0/+3 |
| | | |||||
| * | Introduce isCompilerAvailableLocally | Leonid Logvinov | 2018-03-12 | 1 | -1/+2 |
| | | |||||
| * | Fix variable name | Leonid Logvinov | 2018-03-12 | 1 | -5/+5 |
| | | |||||
| * | use sourceList instead of sources | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | | |||||
| * | Improve compiler output type | Leonid Logvinov | 2018-03-12 | 1 | -1/+4 |
| | | |||||
| * | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 24 | -506/+91 |
| | | |||||
* | | Move configuration into package.json configs section | Fabio Berger | 2018-03-14 | 1 | -2/+3 |
| | | |||||
* | | Fix lint issues | Fabio Berger | 2018-03-13 | 1 | -0/+1 |
| | | |||||
* | | move scripts to monorepro-scripts | Fabio Berger | 2018-03-13 | 2 | -0/+13 |
|/ | |||||
* | Add solc 0.4.20 and 0.4.21 | Amir Bandeali | 2018-03-09 | 3 | -0/+48 |
| | |||||
* | Improve an error message when an inorrect number of constructor params is passed | Leonid Logvinov | 2018-02-28 | 1 | -1/+13 |
| | |||||
* | Pass whole txData to estimateGas | Leonid Logvinov | 2018-02-28 | 1 | -1/+1 |
| | |||||
* | Fix default contract set calculation | Leonid Logvinov | 2018-02-28 | 1 | -0/+3 |
| | |||||
* | Fix default paths | Leonid Logvinov | 2018-02-28 | 1 | -2/+2 |
| | |||||
* | Address feedback | Amir Bandeali | 2018-02-21 | 4 | -47/+52 |
| | |||||
* | Use source tree hash instead of compile flag | Amir Bandeali | 2018-02-21 | 2 | -43/+42 |
| | |||||
* | Fix race condition | Amir Bandeali | 2018-02-21 | 1 | -8/+11 |
| | |||||
* | Check dependencies when determining if should be recompiled | Amir Bandeali | 2018-02-21 | 5 | -76/+159 |
| | |||||
* | Merge branch 'development' into feature/web3-abi-v2-types | Leonid | 2018-02-21 | 3 | -4/+32 |
|\ | |||||
| * | Rename variables | Amir Bandeali | 2018-02-16 | 3 | -13/+13 |
| | | |||||
| * | Run prettier | Amir Bandeali | 2018-02-16 | 1 | -3/+4 |
| | | |||||
| * | Fix checks, add contract list to compile script in package.json | Amir Bandeali | 2018-02-16 | 2 | -3/+4 |
| | | |||||
| * | Add contracts to compiler options | Amir Bandeali | 2018-02-16 | 3 | -2/+28 |
| | | |||||
* | | Add types for ABIv2 | Leonid Logvinov | 2018-02-15 | 1 | -1/+1 |
|/ | |||||
* | Add tslint.json to deployer package and fix all tslint issues | Fabio Berger | 2018-02-10 | 4 | -2/+6 |
| | |||||
* | Rename directories | Amir Bandeali | 2018-02-03 | 1 | -2/+2 |
| | |||||
* | Rename previous contracts, fix imports, add nested file structure | Amir Bandeali | 2018-02-03 | 1 | -1/+0 |
| | |||||
* | Move all contracts into a single directory | Fabio Berger | 2018-02-03 | 1 | -0/+1 |
| | |||||
* | Add solc 0.4.19 | Remco Bloemen | 2018-02-02 | 2 | -0/+23 |
| | |||||
* | Remove truffle from tests | Leonid Logvinov | 2018-01-30 | 2 | -7/+8 |
| | |||||
* | Move tests to a separate folder | Leonid Logvinov | 2018-01-18 | 8 | -929/+0 |
| | |||||
* | Change file layout | Leonid Logvinov | 2018-01-18 | 13 | -12/+12 |
| | |||||
* | Move deployer to a separate package | Leonid Logvinov | 2018-01-18 | 33 | -0/+2150 |