aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-cov/src/artifact_adapters
Commit message (Expand)AuthorAgeFilesLines
* Don't throw when no config file is foundLeonid Logvinov2018-06-121-4/+6
* Fix a bug in SolCompilerArtifacts adapter config overridingLeonid Logvinov2018-06-121-2/+2
* Implement SolidityProfiler & adapt sol-cov to work with GethLeonid Logvinov2018-06-091-1/+7
* Try enabling no-unused-variable...fragosti2018-06-052-5/+0
* Parse compiler.json in SolCompilerArtifactsAdapterLeonid Logvinov2018-05-231-3/+12
* Fix import pathsLeonid Logvinov2018-05-231-1/+1
* Refactor ContractData lookupLeonid Logvinov2018-05-231-2/+2
* Use a hidden directory for temp artifactsLeonid Logvinov2018-05-232-2/+1
* Match class names with file namesLeonid Logvinov2018-05-233-0/+0
* Rename ZeroExArtifactAdapter to SolCompilerArtifactAdapterLeonid Logvinov2018-05-232-4/+4
* Make sol-cov work with truffle and other artifact adaptersLeonid Logvinov2018-05-233-0/+89