Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename deployer to sol-compiler | Leonid Logvinov | 2018-05-10 | 6 | -229/+0 |
| | |||||
* | Remove deployer | Leonid Logvinov | 2018-05-10 | 3 | -125/+0 |
| | |||||
* | Improve the readability of the check for should compile | Leonid Logvinov | 2018-05-07 | 2 | -1/+2 |
| | |||||
* | Implement new artifacts format | Leonid Logvinov | 2018-05-07 | 1 | -21/+32 |
| | |||||
* | Rename resolver to sol-resolver | Leonid Logvinov | 2018-04-16 | 1 | -1/+1 |
| | |||||
* | Implement the resolver | Leonid Logvinov | 2018-04-12 | 2 | -32/+9 |
| | |||||
* | Use solc.compileStandardWrapper | Leonid Logvinov | 2018-04-12 | 2 | -12/+13 |
| | |||||
* | Add ony abi-gen changes from Greg's PR | Leonid Logvinov | 2018-04-12 | 2 | -6/+2 |
| | |||||
* | Revert "Merge pull request #493 from ↵ | Leonid Logvinov | 2018-04-12 | 4 | -74/+18 |
| | | | | | | | 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 | -1/+1 |
| | | | | @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 | 4 | -18/+74 |
| | | | | directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions. | ||||
* | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 1 | -2/+2 |
| | |||||
* | Create solc_bin dir if does not exist before attempting to compile | Amir Bandeali | 2018-04-02 | 1 | -6/+6 |
| | |||||
* | Move common types out of web3 types | Leonid Logvinov | 2018-03-27 | 3 | -14/+15 |
| | |||||
* | Remove redundant types | Leonid Logvinov | 2018-03-22 | 1 | -18/+0 |
| | |||||
* | Add missing param comments | Leonid Logvinov | 2018-03-22 | 1 | -0/+3 |
| | |||||
* | 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 | 2 | -4/+2 |
| | |||||
* | Enable strictNullChecks | Leonid Logvinov | 2018-03-21 | 2 | -1/+119 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | Stop printing help on error | Leonid Logvinov | 2018-03-21 | 1 | -0/+13 |
| | |||||
* | Consolidate all console.log into the @0xproject/utils package | Brandon Millman | 2018-03-14 | 1 | -5/+0 |
| | |||||
* | Make Deployer configurable by jsonrpcUrl instead of jsonrpcPort | Leonid Logvinov | 2018-03-12 | 1 | -4/+4 |
| | |||||
* | Move compiler URL to constants | Leonid Logvinov | 2018-03-12 | 1 | -0/+1 |
| | |||||
* | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 2 | -8/+16 |
| | |||||
* | Address feedback | Amir Bandeali | 2018-02-21 | 1 | -2/+2 |
| | |||||
* | Use source tree hash instead of compile flag | Amir Bandeali | 2018-02-21 | 1 | -2/+3 |
| | |||||
* | Check dependencies when determining if should be recompiled | Amir Bandeali | 2018-02-21 | 2 | -2/+14 |
| | |||||
* | Merge branch 'development' into feature/web3-abi-v2-types | Leonid | 2018-02-21 | 1 | -0/+1 |
|\ | |||||
| * | Rename variables | Amir Bandeali | 2018-02-16 | 1 | -1/+1 |
| | | |||||
| * | Add contracts to compiler options | Amir Bandeali | 2018-02-16 | 1 | -0/+1 |
| | | |||||
* | | Add types for ABIv2 | Leonid Logvinov | 2018-02-15 | 1 | -1/+1 |
|/ | |||||
* | Remove truffle from tests | Leonid Logvinov | 2018-01-30 | 1 | -7/+7 |
| | |||||
* | Change file layout | Leonid Logvinov | 2018-01-18 | 6 | -0/+225 |