aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/src/utils/compiler.ts
Commit message (Collapse)AuthorAgeFilesLines
* Replace mkdir with mkdirp so it also created any missing intermediate ↵Fabio Berger2018-05-111-1/+1
| | | | directories
* Rename resolver to sol-resolverLeonid Logvinov2018-04-161-1/+1
|
* Implement the resolverLeonid Logvinov2018-04-121-23/+9
|
* Use solc.compileStandardWrapperLeonid Logvinov2018-04-121-10/+8
|
* Revert "Merge pull request #493 from ↵Leonid Logvinov2018-04-121-56/+9
| | | | | | | hysz/features/deployer/multipleCodebaseSupport" This reverts commit 70d403e6f8c56bc70e6d3471a770b9bbff5d72e7, reversing changes made to 073bf738ddb271b6b4158798baf4cac3cb0608e9.
* Updated deployer to accept a list of contract directories as input. Contract ↵Greg Hysen2018-04-101-9/+56
| | | | directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions.
* Create solc_bin dir if does not exist before attempting to compileAmir Bandeali2018-04-021-6/+6
|
* Add missing param commentsLeonid Logvinov2018-03-221-0/+3
|
* Add function docsLeonid Logvinov2018-03-211-0/+5
|
* Add tests for compiler utilsLeonid Logvinov2018-03-211-4/+1
|
* Enable strictNullChecksLeonid Logvinov2018-03-211-0/+118