aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/test/compiler_utils_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Rename deployer to sol-compilerLeonid Logvinov2018-05-101-83/+0
|
* Update test fixturesJacob Evans2018-04-181-4/+10
| | | | allow dependency compiler test to run everywhere
* Rename resolver to sol-resolverLeonid Logvinov2018-04-161-11/+18
|
* Uncomment testsLeonid Logvinov2018-04-131-3/+3
|
* Implement the resolverLeonid Logvinov2018-04-121-3/+3
|
* Improve on readabilityLeonid Logvinov2018-04-121-6/+2
|
* Revert "Merge pull request #493 from ↵Leonid Logvinov2018-04-121-14/+8
| | | | | | | 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-8/+14
| | | | 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-3/+3
|
* Remove .onlyLeonid Logvinov2018-03-211-1/+1
|
* Add tests for compiler utilsLeonid Logvinov2018-03-211-0/+74