Skip to content

Releases: NomicFoundation/hardhat

Hardhat v2.22.9

21 Aug 10:31
Compare
Choose a tag to compare

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/hardhat-ethers@3.0.7

21 Aug 10:29
Compare
Choose a tag to compare

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 where eth_accounts is deprecated.

💡 The Nomic Foundation is hiring! Check our open positions.


Hardhat v2.22.8

07 Aug 09:38
Compare
Choose a tag to compare

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/hardhat-solhint@4.0.0

01 Aug 09:01
Compare
Choose a tag to compare

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

30 Jul 10:12
Compare
Choose a tag to compare

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


💡 The Nomic Foundation is hiring! Check our open positions.


@nomicfoundation/hardhat-verify@2.0.9

30 Jul 10:06
Compare
Choose a tag to compare

Enhance force flag to allow verification when is verified check fails. Thanks @3commascapital!


💡 The Nomic Foundation is hiring! Check our open positions.


@nomiclabs/hardhat-vyper@3.0.7

02 Jul 19:52
Compare
Choose a tag to compare

This release adds support for Vyper 0.4.0. Thanks, @kiriyaga-txfusion!

Hardhat v2.22.6

01 Jul 19:48
411fef6
Compare
Choose a tag to compare

Changes


💡 The Nomic Foundation is hiring! Check our open positions.


@nomicfoundation/hardhat-viem@2.0.3

01 Jul 19:47
411fef6
Compare
Choose a tag to compare

Changelog

  • a8a6038: Added ContractTypesMap to simplify contract type imports (thanks @beepidibop!)
  • Update dependencies

Hardhat v2.22.5

03 Jun 10:26
Compare
Choose a tag to compare

This release re-enables support for hardhat-tracer and adds limited support for blob transactions, along with performance improvements and bug fixes.

Changelog

  • f65dc7c: Improved the validation of network and forking URLs (thanks @kshyun28!)
  • 5d46baa: Internal changes to allow hardhat-tracer to be re-enabled with Hardhat after the EDR upgrade
  • 6e36f3f: Bump EDR to v0.4.0. This adds support for eth_maxPriorityFeePerGas, limited support for blob transactions, improves performance and fixes some bugs. Check out the v0.4.0 EDR release and v0.3.8 EDR release for more details.

💡 The Nomic Foundation is hiring! Check our open positions.