Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Hardhat v3.0.5 source code.tar.gz | 2025-09-09 | 5.8 MB | |
Hardhat v3.0.5 source code.zip | 2025-09-09 | 7.1 MB | |
README.md | 2025-09-09 | 1.3 kB | |
Totals: 3 Items | 12.9 MB | 0 |
This release adds support for custom compilers along with multiple bug fixes.
Changes
- 8d3b16c: Support for custom compilers (#7130)
- a475780: Added automatic proxy detection for
hardhat-verify
and fixed case-insensitive proxy environment variables for network requests (#7407) - 0bfe6ac: Fixed coverage report when loading data from large test suites (#7385)
- be469d6: Display an error message when attempting to use a global hardhat installation in a local repo (#5362)
- bebf87c: Added support for Linea network verification, thanks @kyzooghost (#7357)
- 49cc9ba: Load resolved global options into environment variables during tests (#7305)
- 3996886: Fixed
getBuildInfoPath
andgetBuildInfoOutputPath
to correctly return undefined when build info files are missing 7052