aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/test/compiler_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Rename deployer to sol-compilerLeonid Logvinov2018-05-101-44/+0
|
* Implement new artifacts formatLeonid Logvinov2018-05-071-5/+2
|
* Revert "Merge pull request #493 from ↵Leonid Logvinov2018-04-121-13/+3
| | | | | | | 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-3/+13
| | | | directories are namespaced to a void clashes. Also in this commit is a fix for overloading contract functions.
* Set timeout for compiler testsLeonid Logvinov2018-03-221-3/+3
|
* Add tests for compiler utilsLeonid Logvinov2018-03-211-0/+47