Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Hardhat v3.0.6 source code.tar.gz | 2025-09-10 | 5.8 MB | |
Hardhat v3.0.6 source code.zip | 2025-09-10 | 7.1 MB | |
README.md | 2025-09-10 | 513 Bytes | |
Totals: 3 Items | 12.9 MB | 18 |
This release is a small bug fix release that adds a deprecation warning for testFail_*
functions in Solidity Test, and resolves a dependency issue affecting rpc
utils.
Changes
- 609d05c: Add deprecation warning for
testFail_*
test functions - 8c1cb1e: Fixed dependencies for Hardhat so
rpc
utils can be loaded (#7415)