Releases: NomicFoundation/hardhat
@nomiclabs/[email protected]
A small bug fix release to fix the Hardhat peer dependency entry in the published package.json
that was corrupted by pnpm in the previous release.
Changes
- efa905d: Fix for corrupted Hardhat peer dependency version from pnpm.
💡 The Nomic Foundation is hiring! Check our open positions.
@nomiclabs/[email protected]
A small bug fix release to fix the Hardhat peer dependency entry in the published package.json
that was corrupted by pnpm in the previous release.
Changes
- efa905d: Fix for corrupted Hardhat peer dependency version from pnpm.
💡 The Nomic Foundation is hiring! Check our open positions.
@nomicfoundation/[email protected]
A small bug fix release to fix the Hardhat peer dependency entry in the published package.json
that was corrupted by pnpm in the previous release.
Changes
- efa905d: Fix for corrupted Hardhat peer dependency version from pnpm.
💡 The Nomic Foundation is hiring! Check our open positions.
@nomicfoundation/[email protected]
A small bug fix release to fix the Hardhat peer dependency entry in the published package.json
that was corrupted by pnpm in the previous release.
Changes
- efa905d: Fix for corrupted Hardhat peer dependency version from pnpm.
💡 The Nomic Foundation is hiring! Check our open positions.
@nomicfoundation/[email protected]
A small bug fix release to fix the Hardhat peer dependency entry in the published package.json
that was corrupted by pnpm in the previous release.
Changes
- efa905d: Fix for corrupted Hardhat peer dependency version from pnpm.
💡 The Nomic Foundation is hiring! Check our open positions.
Hardhat v2.22.9
This is a small bug fix release remove a warning message against the local Hardhat node when deploying with Hardhat Ignition.
Changes
- 6771f00: Do not send
http_setLedgerOutputEnabled
messages beyond the HTTP Provider to prevent unwanted warnings in the logs of the local hardhat node
💡 The Nomic Foundation is hiring! Check our open positions.
@nomicfoundation/[email protected]
A small bug fix release to help when running against Erigon where the eth_accounts
RPC call is deprecated.
Changes
- 93b30d5: Fix for
getSigners
against networks whereeth_accounts
is deprecated.
💡 The Nomic Foundation is hiring! Check our open positions.
Hardhat v2.22.8
This is a small bug fix release to resolve a bug with large responses from debug_traceTransaction
.
Changes
- f5d5d15: Fixed an issue with
debug_traceTransaction
when large responses were generated - 31d9d77: Upgraded EDR to v0.5.2
💡 The Nomic Foundation is hiring! Check our open positions.
@nomiclabs/[email protected]
This release is a major update. It fixes the issue of the check task always exiting with exit code 0, even if solhint reports errors (#5057). It also updates the solhint dependency to v5.0.2.
Changes
- cc79bd7: Ensured the check task exits with exit code 1 when solhint raises any errors; this is a breaking change since the check task would previously always exit with exit code 0
- 9cae5e7: Updated solhint dependency to v5.0.2
💡 The Nomic Foundation is hiring! Check our open positions.
Hardhat v2.22.7
This releases add support for RIP-7212 (Precompile for secp256r1 Curve Support). See the Hardhat network reference for details on how to enable the precompile.
Changes
- f944cd5: Added an
enableRip7212
optional flag to the Hardhat Network config that enables RIP-7212 (Precompile for secp256r1 Curve Support). - f6ddc92: Add
debug
logs to Hardhat Network initialization process. - 6c943bb: Fix message for error HH206, thanks @ItsNickBarry!
- f944cd5: Bumped EDR to v0.5.0.
💡 The Nomic Foundation is hiring! Check our open positions.