Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -0/+5 |
| | |||||
* | Create solc_bin dir if does not exist before attempting to compile | Amir Bandeali | 2018-04-02 | 1 | -3/+5 |
| | |||||
* | Move common types out of web3 types | Leonid Logvinov | 2018-03-27 | 1 | -2/+2 |
| | |||||
* | Merge branch 'development' into feature/deployer-improvements | Leonid Logvinov | 2018-03-24 | 1 | -1/+5 |
|\ | |||||
| * | Add missing DocComments to Deployer package | Fabio Berger | 2018-03-21 | 1 | -1/+5 |
| | | |||||
* | | Fix a comment | Leonid Logvinov | 2018-03-22 | 1 | -1/+1 |
| | | |||||
* | | Add a comment | Leonid Logvinov | 2018-03-22 | 1 | -0/+1 |
| | | |||||
* | | Enable strictNullChecks | Leonid Logvinov | 2018-03-21 | 1 | -151/+59 |
| | | |||||
* | | Change the type of optimizerEnabled to boolean and convert it to number only ↵ | Leonid Logvinov | 2018-03-21 | 1 | -2/+2 |
| | | | | | | | | before passing to a compiler | ||||
* | | Support proper semver version ranges | Leonid Logvinov | 2018-03-21 | 1 | -15/+20 |
| | | |||||
* | | 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 |
|/ | |||||
* | Consolidate all console.log into the @0xproject/utils package | Brandon Millman | 2018-03-14 | 1 | -10/+10 |
| | |||||
* | Fix sources list generation in a compiler | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | |||||
* | Move compiler URL to constants | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 1 | -9/+28 |
| | |||||
* | Address feedback | Amir Bandeali | 2018-02-21 | 1 | -31/+31 |
| | |||||
* | Use source tree hash instead of compile flag | Amir Bandeali | 2018-02-21 | 1 | -41/+39 |
| | |||||
* | Fix race condition | Amir Bandeali | 2018-02-21 | 1 | -8/+11 |
| | |||||
* | Check dependencies when determining if should be recompiled | Amir Bandeali | 2018-02-21 | 1 | -68/+138 |
| | |||||
* | Rename variables | Amir Bandeali | 2018-02-16 | 1 | -3/+3 |
| | |||||
* | 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 | 1 | -2/+3 |
| | |||||
* | Add contracts to compiler options | Amir Bandeali | 2018-02-16 | 1 | -2/+6 |
| | |||||
* | Change file layout | Leonid Logvinov | 2018-01-18 | 1 | -0/+251 |