aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/src/utils
Commit message (Collapse)AuthorAgeFilesLines
* Rename deployer to sol-compilerLeonid Logvinov2018-05-106-229/+0
|
* Remove deployerLeonid Logvinov2018-05-103-125/+0
|
* Improve the readability of the check for should compileLeonid Logvinov2018-05-072-1/+2
|
* Implement new artifacts formatLeonid Logvinov2018-05-071-21/+32
|
* Rename resolver to sol-resolverLeonid Logvinov2018-04-161-1/+1
|
* Implement the resolverLeonid Logvinov2018-04-122-32/+9
|
* Use solc.compileStandardWrapperLeonid Logvinov2018-04-122-12/+13
|
* Add ony abi-gen changes from Greg's PRLeonid Logvinov2018-04-122-6/+2
|
* Revert "Merge pull request #493 from ↵Leonid Logvinov2018-04-124-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 Hysen2018-04-101-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 Hysen2018-04-104-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 Web3WrapperLeonid Logvinov2018-04-041-2/+2
|
* Create solc_bin dir if does not exist before attempting to compileAmir Bandeali2018-04-021-6/+6
|
* Move common types out of web3 typesLeonid Logvinov2018-03-273-14/+15
|
* Remove redundant typesLeonid Logvinov2018-03-221-18/+0
|
* Add missing param commentsLeonid Logvinov2018-03-221-0/+3
|
* Add function docsLeonid Logvinov2018-03-211-2/+6
|
* Add function docsLeonid Logvinov2018-03-212-0/+6
|
* Add tests for compiler utilsLeonid Logvinov2018-03-212-4/+2
|
* Enable strictNullChecksLeonid Logvinov2018-03-212-1/+119
|
* Change the type of optimizerEnabled to boolean and convert it to number only ↵Leonid Logvinov2018-03-211-2/+2
| | | | before passing to a compiler
* Support proper semver version rangesLeonid Logvinov2018-03-211-1/+1
|
* Stop printing help on errorLeonid Logvinov2018-03-211-0/+13
|
* Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-141-5/+0
|
* Make Deployer configurable by jsonrpcUrl instead of jsonrpcPortLeonid Logvinov2018-03-121-4/+4
|
* Move compiler URL to constantsLeonid Logvinov2018-03-121-0/+1
|
* Add sol-cover implementationLeonid Logvinov2018-03-122-8/+16
|
* Address feedbackAmir Bandeali2018-02-211-2/+2
|
* Use source tree hash instead of compile flagAmir Bandeali2018-02-211-2/+3
|
* Check dependencies when determining if should be recompiledAmir Bandeali2018-02-212-2/+14
|
* Merge branch 'development' into feature/web3-abi-v2-typesLeonid2018-02-211-0/+1
|\
| * Rename variablesAmir Bandeali2018-02-161-1/+1
| |
| * Add contracts to compiler optionsAmir Bandeali2018-02-161-0/+1
| |
* | Add types for ABIv2Leonid Logvinov2018-02-151-1/+1
|/
* Remove truffle from testsLeonid Logvinov2018-01-301-7/+7
|
* Change file layoutLeonid Logvinov2018-01-186-0/+225