Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename deployer to sol-compiler | Leonid Logvinov | 2018-05-10 | 1 | -276/+0 |
| | |||||
* | Remove deployer from metacoin and contract tests | Leonid Logvinov | 2018-05-10 | 1 | -1/+15 |
| | |||||
* | Improve the readability of the check for should compile | Leonid Logvinov | 2018-05-07 | 1 | -5/+5 |
| | |||||
* | Use named constants | Leonid Logvinov | 2018-05-07 | 1 | -3/+6 |
| | |||||
* | Add a comment | Leonid Logvinov | 2018-05-07 | 1 | -0/+3 |
| | |||||
* | Define a separator const | Leonid Logvinov | 2018-05-07 | 1 | -1/+1 |
| | |||||
* | Implement new artifacts format | Leonid Logvinov | 2018-05-07 | 1 | -65/+57 |
| | |||||
* | Rename resolver to sol-resolver | Leonid Logvinov | 2018-04-16 | 1 | -1/+1 |
| | |||||
* | Uncomment tests | Leonid Logvinov | 2018-04-13 | 1 | -6/+3 |
| | |||||
* | Rename getAllContracts to getAll | Leonid Logvinov | 2018-04-13 | 1 | -1/+1 |
| | |||||
* | Introduce packagePath | Leonid Logvinov | 2018-04-13 | 1 | -1/+2 |
| | |||||
* | Implement the resolver | Leonid Logvinov | 2018-04-12 | 1 | -102/+52 |
| | |||||
* | Improve on readability | Leonid Logvinov | 2018-04-12 | 1 | -12/+12 |
| | |||||
* | Use solc.compileStandardWrapper | Leonid Logvinov | 2018-04-12 | 1 | -44/+73 |
| | |||||
* | Revert "Merge pull request #493 from ↵ | Leonid Logvinov | 2018-04-12 | 1 | -73/+34 |
| | | | | | | | hysz/features/deployer/multipleCodebaseSupport" This reverts commit 70d403e6f8c56bc70e6d3471a770b9bbff5d72e7, reversing changes made to 073bf738ddb271b6b4158798baf4cac3cb0608e9. | ||||
* | Added a detailed description of `renameOverloadedMethods` (special thanks to ↵ | Greg Hysen | 2018-04-10 | 1 | -6/+11 |
| | | | | @fabioberger). Updated Javascript styles in the Abi-Gen and Utils packages, around support for function overloading. | ||||
* | Updated deployer to accept a list of contract directories as input. Contract ↵ | Greg Hysen | 2018-04-10 | 1 | -34/+68 |
| | | | | directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions. | ||||
* | 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 |