| Commit message (Expand) | Author | Age | Files | Lines |
* | Added a detailed description of `renameOverloadedMethods` (special thanks to ... | Greg Hysen | 2018-04-10 | 3 | -8/+13 |
* | Updated deployer to accept a list of contract directories as input. Contract ... | Greg Hysen | 2018-04-10 | 6 | -59/+172 |
* | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 2 | -6/+6 |
* | Report errors locally | Leonid Logvinov | 2018-04-02 | 1 | -9/+12 |
* | Incroduce the Warning constant | Leonid Logvinov | 2018-04-02 | 1 | -1/+2 |
* | Add metacoin example project | Leonid Logvinov | 2018-04-02 | 2 | -46/+5 |
* | Create solc_bin dir if does not exist before attempting to compile | Amir Bandeali | 2018-04-02 | 2 | -9/+11 |
* | Move common types out of web3 types | Leonid Logvinov | 2018-03-27 | 6 | -20/+20 |
* | 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 naming... | Fabio Berger | 2018-03-20 | 1 | -0/+0 |
| * | Merge branch 'development' into addExtraDocs | Fabio Berger | 2018-03-16 | 3 | -17/+13 |
| |\ |
|
| * | | 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 |
* | | | 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 onComp... | Leonid Logvinov | 2018-03-21 | 1 | -4/+9 |
| |/
|/| |
|
* | | 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 |
|\| |
|
| * | Merge branch 'development' into convertScriptsToTs | Fabio Berger | 2018-03-14 | 24 | -514/+114 |
| |\ |
|
| * | | 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 |