Skip to content

Hardhat v3.13.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Aug 19:06
4accf48

This release adds two new features: a --tolerance option for --snapshot-check to allow for a small amount of drift between gas snapshots as you develop and default values for config variables in hardhat.config.ts, see the config docs for more details.

Changes

  • #8453 38b9f2d Thanks @ChristopherDedominici! - Add a fallback value for configVariable.

  • #8487 7b7af19 Thanks @ChristopherDedominici! - Added a --tolerance option to --snapshot-check in Solidity tests, allowing snapshot values to drift by a given percentage before the check fails.

  • #8486 2ccd059 Thanks @Kropiunig! - Fixed the EDR network config validation rejecting mining.interval: 0, a valid value which disables interval mining.

  • #8490 22667f6 Thanks @kanej! - Added detection and custom error for failed native binding loads (HHE27) of @nomicfoundation/edr or @nomicfoundation/solidity-analyzer.

  • #8454 47793de Thanks @ChristopherDedominici! - Only collect Solidity test stack traces at verbosity level 5 (-vvvvv) and above, fixing excessive memory usage when running large test suites with -vvv/-vvvv.


💡 The Nomic Foundation is hiring! Check our open positions.