Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Hardhat v3.0.1 source code.tar.gz | 2025-08-21 | 4.7 MB | |
Hardhat v3.0.1 source code.zip | 2025-08-21 | 6.0 MB | |
README.md | 2025-08-21 | 995 Bytes | |
Totals: 3 Items | 10.7 MB | 0 |
This Hardhat release is a small bug fix release mainly focusing on improvements to the hardhat --init
process.
Changes
- a3bd239: Add Yarn support for Hardhat v3 (#7192)
- 6446a38: Add fix for incorrect error message (#7168)
- 6361ea4: Fixed an issue with compiling a Hardhat project after switching OS users (#7161)
- 5c9ee7f: Warn the user if they are not using the latest version of Hardhat
- 0fc1f3f: Remove full stops from help message descriptions (#7185)
- e7d2f80: Added missing Solidity test config option
allowInternalExpectRevert
. - 8acf48f: Improved exception filtering for Sentry telemetry (#7246)