Implement SolidityProfiler & adapt sol-cov to work with Geth

This commit is contained in:
Leonid Logvinov
2018-06-08 11:18:32 -07:00
parent 817c332d11
commit 760bab8f86
40 changed files with 825 additions and 439 deletions

View File

@@ -3,6 +3,7 @@ import * as process from 'process';
export enum EnvVars {
SolidityCoverage = 'SOLIDITY_COVERAGE',
SolidityProfiler = 'SOLIDITY_PROFILER',
VerboseGanache = 'VERBOSE_GANACHE',
}