v0.8.12
What's Changed
- Adds "work-around" support for the
hardhat-viem
plugin. If you're using viem, run the coverage task with:SOLIDITY_COVERAGE=true npx hardhat coverage
- Adds support for solc v0.4.x
- Fixes a bug where plugin crashed if the contract sources directory name contained a period.
- Fixes a bug where instrumentation failed if there was whitespace between
require
statement and the terminating semi-colon
PRs
- Add extendConfig logic for hardhat-viem plugin by @cgewecke in #883
- Support solc v0.4.x by @cgewecke in #877
- Use fs.stat to check directory status by @cgewecke in #880
- Update hardhat dev dep to 2.22.2 (EDR) by @cgewecke in #881
- Tolerate whitespace between
require
and terminating;
by @cgewecke in #884 - Document
extendConfig
changes in README by @cgewecke in #885
Full Changelog: v0.8.11...v0.8.12