aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/src/utils/compiler.ts
Commit message (Expand)AuthorAgeFilesLines
* Replace mkdir with mkdirp so it also created any missing intermediate directo...Fabio Berger2018-05-111-1/+1
* 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 hysz/features/deployer/multipleCodebaseS...Leonid Logvinov2018-04-121-56/+9
* Updated deployer to accept a list of contract directories as input. Contract ...Greg Hysen2018-04-101-9/+56
* 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