Releases: NomicFoundation/hardhat
Hardhat v2.22.16
This is a small release to replace outdated dependencies.
Changes
- fcece65: Replaced
chalk
withpicocolors
,glob
withtinyglob
, and upgradedfind-up
💡 The Nomic Foundation is hiring! Check our open positions.
@nomiclabs/hardhat-web3@2.0.1
This is a small release to remove an unneeded dependency.
Changes
- c016446: Fix a dependency error in hardhat-web3
💡 The Nomic Foundation is hiring! Check our open positions.
@nomicfoundation/hardhat-viem@2.0.6
This is a small release to remove typescript as a peer dependency.
Changes
- 90bcfda: Remove unnecessary peerDependency
💡 The Nomic Foundation is hiring! Check our open positions.
@nomicfoundation/hardhat-verify@2.0.12
This is a small release to swap out an outdated dependency.
Changes
- f571670: Replace chalk with picocolors
💡 The Nomic Foundation is hiring! Check our open positions.
@nomicfoundation/hardhat-foundry@1.1.3
This is a small release to swap out an outdated dependency.
Changes
- 7a383c9: Replace chalk with picocolor
💡 The Nomic Foundation is hiring! Check our open positions.
Hardhat v2.22.15
This is a small bug fix release to fix custom HTTP headers when used in forked configurations.
Changes
- ede1cde: Fixed custom HTTP headers for forked configurations
💡 The Nomic Foundation is hiring! Check our open positions.
Hardhat v2.22.14
This is a small bug fix release to handle Ethereum nodes that are no longer returning total difficulty from the eth.getBlock
RPC API.
Changes
- 09ead48: Fixed error when remote nodes are not returning total difficulty from the
eth.getBlock
RPC API, by adding a fallback value
💡 The Nomic Foundation is hiring! Check our open positions.
Hardhat v2.22.13
This is a small bug fix release applying corrections to our Solidity tracing logic.
Changes
- bf92f4c: Fixed more bugs in the newly ported Solidity tracing logic
- 3df95d3: Remove support for
console.log
selectors that wrongly use "(u)int" type aliases in the selector calculation - 4c1bcfc: Fixed minor bugs in the newly ported Solidity tracing logic
💡 The Nomic Foundation is hiring! Check our open positions.
Hardhat v2.22.12
This release includes a refactor to our internal solidity tracing logic that should result in a ~10% performance improvement for many workloads.
Hardhat v2.22.11
This release adds support for the latest solc versions (0.8.25, 0.8.26, and 0.8.27). Additionally, it includes bug fixes, documentation improvements, and dependency updates.
Changes
- 601d543: Fixed a problem with provider events when
provider.init
was explicitly called before the first request. - 224159e: Added support for solc versions 0.8.25, 0.8.26, and 0.8.27
- b43ed78: Added link to Ignition docs in sample projects
- 07e0a9c: Hardhat node can now handle large response objects by streaming them.
- 12d1980: Upgrade chokidar
💡 The Nomic Foundation is hiring! Check our open positions.