| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Hardhat v3.0.12 source code.tar.gz | 2025-11-06 | 5.9 MB | |
| Hardhat v3.0.12 source code.zip | 2025-11-06 | 7.2 MB | |
| README.md | 2025-11-06 | 772 Bytes | |
| Totals: 3 Items | 13.1 MB | 8 | |
This release includes small bug fixes along with a new minimal sample project, available through hardhat --init.
Changes
- a77c06a: Added a new minimal sample project (#7659)
- 147f8a6: Improved the look and feel of compilation output (#7669)
- 50ce3e0: Fix a bug that could lead to different builds having the same build id. Note that this version will change how every build id is computed.
- 31f0b03: Don't compile solidity tests files when not needed (#7669)