Skip to content

v0.8.12

Compare
Choose a tag to compare
@cgewecke cgewecke released this 05 Apr 23:08
· 5 commits to master since this release

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

Full Changelog: v0.8.11...v0.8.12