CHANGELOG
* Dependencies updated
* Dependencies updated
* Export types: `JSONRPCRequestPayload`, `Provider`, `JSONRPCErrorCallback`, `JSONRPCResponsePayload`, `JSONRPCRequestPayloadWithMethod`, `NextCallback`, `ErrorCallback`, `OnNextCompleted` and `Callback` (#924)
* Fix a bug when eth_call coverage was not computed because of silent schema validation failures (#938)
* Make `TruffleArtifactAdapter` read the `truffle.js` config for `solc` settings (#938)
* Change the first param of `TruffleArtifactAdapter` to be the `projectRoot` instead of `sourcesDir` (#938)
* Throw a helpful error message if truffle artifacts were generated with a different solc version than the one passed in (#938)
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Add artifact adapter as a parameter for `CoverageSubprovider`. Export `AbstractArtifactAdapter` (#589)
* Implement `SolCompilerArtifactAdapter` and `TruffleArtifactAdapter` (#589)
* Properly parse multi-level traces (#589)
* Add support for solidity libraries (#589)
* Fixed a bug causing `RegExp` to crash if contract code is longer that 32767 characters (#675)
* Fixed a bug caused by Geth debug trace depth being 1indexed (#675)
* Fixed a bug when the tool crashed on empty traces (#675)
* Use `BlockchainLifecycle` to support reverts on Geth (#675)
* Add `ProfilerSubprovider` as a hacky way to profile code using coverage tools (#675)
* Collect traces from `estimate_gas` calls (#675)
* Fix a race condition caused by not awaiting the transaction before getting a trace (#675)
* Add `start`/`stop` functionality to `CoverageSubprovider` and `ProfilerSubprovider` (#675)
* Skip interface artifacts with a warning instead of failing (#675)
* Fix `solcVersion` regex in parameter validation (#690)
* Fix a bug when in `TruffleArtifactsAdapter` causing it to throw if `compiler.json` is not there (#690)
* HUGE perf improvements (#690)
* Create `RevertTraceSubprovider` which prints a stack trace when a `REVERT` is detected (#705)
* Add source code snippets to stack traces printed by `RevertTraceSubprovider` (#725)
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Incorrect publish that was unpublished
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated