Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Hardhat v2.26.0 source code.tar.gz | 2025-07-17 | 1.5 MB | |
Hardhat v2.26.0 source code.zip | 2025-07-17 | 2.7 MB | |
README.md | 2025-07-17 | 1.1 kB | |
Totals: 3 Items | 4.2 MB | 9 |
This release contains some small bug fixes but as a larger change drops support for Node 18, which is now end of life, inline with Hardhat's stability guarantees.
Changes
- 14b3042: Updated the minimal supported version to Node v20 (#6982)
- 69acece: Upgraded EDR to v0.11.3 which includes:
- fixes for stack trace generation and RIP-7212 support.
- Removed copying of account code for provider accounts in forked networks. Code was previously ignored for default accounts only, now also for user accounts.
- 84fff85: Remove unneeded type dependencies, thanks @reallesee (#6990)
- e139cf3: Update the version of micro-eth-signer (#6950)