This Hardhat 3 Alpha release is a small improvement and bug fix release. In particular there are fixes for control flow statements in code coverage, and added templating options when working with config variables in the Hardhat config file.
Changes
- bfb708c: Support using format on config variables (#6760)
- 8c1e9cb: Fixed instrumentation for control flow statements
- e386767: Upgraded deprecated deleteSnapshot, deleteSnapshots, revertTo, revertToAndDelete, and snapshot cheatcodes in favor of deleteStateSnapshot, deleteStateSnapshots, revertToState, revertToStateAndDelete, and snapshotState
- fa674d8: Removed
setDescription
from the empty task builder. - 6aa223a: Improve the
package.json
that gets created by default on--init
- 869f8c7: Add support for
grep
in the Hardhattest
task. - 2107cbe: Message on usage of verbose foundry flag for solidity tests (#6444)
💡 The Nomic Foundation is hiring! Check our open positions.