Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'development' into feature/deployer-improvements | Leonid Logvinov | 2018-03-24 | 3 | -4/+26 |
|\ | |||||
| * | Add missing DocComments to Deployer package | Fabio Berger | 2018-03-21 | 2 | -4/+18 |
| | | |||||
| * | Rename `stagedocs.ts` file to `stage_docs.ts` in keeping with our file ↵ | Fabio Berger | 2018-03-20 | 1 | -0/+0 |
| | | | | | | | | naming conventions. `postpublish.ts` is the only exception and this is because it is dictated by Lerna | ||||
| * | Merge branch 'development' into addExtraDocs | Fabio Berger | 2018-03-16 | 3 | -17/+13 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Add changelog entry about pragma addition Add pragma above command-line script Keep console.log in monorepo-scripts Enable coverage for all other packages with tests Fix parallel coverage results reporting Fix linter issuesx Update CHANGELOGs Consolidate all console.log into the @0xproject/utils package # Conflicts: # packages/deployer/package.json | ||||
| * | | Add Deployer docs to website | Fabio Berger | 2018-03-16 | 1 | -0/+8 |
| | | | |||||
| * | | Add pragma above command-line script | Fabio Berger | 2018-03-16 | 1 | -0/+3 |
| | | | |||||
* | | | Remove redundant types | Leonid Logvinov | 2018-03-22 | 1 | -18/+0 |
| | | | |||||
* | | | Add missing param comments | Leonid Logvinov | 2018-03-22 | 1 | -0/+3 |
| | | | |||||
* | | | Fix a comment | Leonid Logvinov | 2018-03-22 | 1 | -1/+1 |
| | | | |||||
* | | | Add a comment | Leonid Logvinov | 2018-03-22 | 1 | -0/+1 |
| | | | |||||
* | | | Add function docs | Leonid Logvinov | 2018-03-21 | 1 | -2/+6 |
| | | | |||||
* | | | Add function docs | Leonid Logvinov | 2018-03-21 | 2 | -0/+6 |
| | | | |||||
* | | | Add tests for compiler utils | Leonid Logvinov | 2018-03-21 | 3 | -4/+4 |
| | | | |||||
* | | | Enable strictNullChecks | Leonid Logvinov | 2018-03-21 | 5 | -155/+181 |
| | | | |||||
* | | | Change the type of optimizerEnabled to boolean and convert it to number only ↵ | Leonid Logvinov | 2018-03-21 | 3 | -6/+6 |
| | | | | | | | | | | | | before passing to a compiler | ||||
* | | | Support proper semver version ranges | Leonid Logvinov | 2018-03-21 | 2 | -16/+21 |
| | | | |||||
* | | | Compile contracts sequentially | Leonid Logvinov | 2018-03-21 | 1 | -1/+3 |
| | | | |||||
* | | | Throw an error if contract file doesn't contain the contract with the same name | Leonid Logvinov | 2018-03-21 | 1 | -0/+5 |
| | | | |||||
* | | | Stop printing help on error | Leonid Logvinov | 2018-03-21 | 2 | -2/+16 |
| | | | |||||
* | | | Rename onDeployCommand to onDeployCommandAsync and onCompileCommand to ↵ | Leonid Logvinov | 2018-03-21 | 1 | -4/+9 |
| |/ |/| | | | | | onCompileCommandAsync | ||||
* | | Add pragma above command-line script | Fabio Berger | 2018-03-16 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'development' into feature/utils/console-log | Brandon Millman | 2018-03-15 | 2 | -0/+15 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (25 commits) Enable coverage for all other packages with tests Fix parallel coverage results reporting Fix linter issuesx Remove outdated comment Add script copying to build command Add postpublish script to sol-cov Move configuration into package.json configs section Transform input data before encoding for callAsync and getABIEncodedTransactionData Consolidate docs generation and uploading logic Use async/await instead of promise syntax Move changelog entry remove unneeded include remove unused dep Fix lint issues Re-add linter to monorepo-scripts but with tslint-config dep at earlier version to avoid cyclical dependency small fixes move scripts to monorepro-scripts Fix gitignore Move abi-gen scripts to src Add missing dep ... | ||||
| * | 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 | ||||
| * | | 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 |
| | | | |||||
* | | | Consolidate all console.log into the @0xproject/utils package | Brandon Millman | 2018-03-14 | 3 | -17/+13 |
| |/ |/| | |||||
* | | 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 |
|/ | |||||
* | 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 |