aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-cov/src/artifact_adapters
Commit message (Collapse)AuthorAgeFilesLines
* Refactor out sol-cov, sol-profiler and sol-trace into their separate packagesLeonid Logvinov2019-01-083-154/+0
|
* chore: change package org from 0xproject to 0xJacob Evans2018-10-182-2/+2
|
* Move types from sol-compiler to types so they can be used in other places ↵Fabio Berger2018-08-221-1/+1
| | | | without requiring sol-compiler as a dep
* Merge developmentFabio Berger2018-08-151-8/+52
|\
| * Add PR numbersLeonid Logvinov2018-08-031-1/+1
| |
| * Read truffle compiler config from truffle.js and assert that the passed ↵Leonid Logvinov2018-08-031-7/+51
| | | | | | | | solidity version matches the one in artifacts
* | Fix commebtFabio Berger2018-08-041-1/+1
| |
* | Add missing sol-cov commentsFabio Berger2018-08-042-0/+10
|/
* Fix tslint issuesLeonid Logvinov2018-07-172-4/+4
|
* 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