Skip to content

Releases: NomicFoundation/hardhat

@nomicfoundation/hardhat-viem@1.0.4

15 Feb 14:15
Compare
Choose a tag to compare

This release fixes a broken link in network error messages (thanks @sunsetlover36!).

@nomicfoundation/hardhat-chai-matchers@2.0.6

This release improves the error messages of the .withArgs matcher (thanks @RenanSouza2!)

Hardhat v2.20.0 — Cancun

14 Feb 14:41
Compare
Choose a tag to compare

This release adds support for the upcoming cancun hardfork. This hardfork is not enabled by default; if you want to use it, then you have to enable it in your Hardhat config:

module.exports = {
  networks: {
    hardhat: {
      hardfork: "cancun",
    },
  },
}

Keep in mind that blob transactions are not supported yet. If you need this, please upvote or comment on this issue.

In addition, this release adds support for solc 0.8.24.

@nomicfoundation/hardhat-ledger@1.0.2

14 Feb 14:33
Compare
Choose a tag to compare

This version fixes a problem that made hardhat-ledger unusable in the Hardhat console (thanks @area!).

@nomicfoundation/hardhat-chai-matchers@2.0.5

This version:

  • Adds support for Typed objects (thanks @RenanSouza2!)
  • Improves how .revertedWithCustomError handles wrong number of arguments (thanks @RenanSouza2!)

Hardhat v2.19.5

30 Jan 18:48
Compare
Choose a tag to compare

This release includes the following changes:

  • Notify users when a new Hardhat version is available
  • Fixed a bug during project initialization when using yarn or pnpm
  • Fixed a race condition that occurred when multiple Hardhat processes ran a compilation at the same time
  • Added a fix to prevent submitting transactions with 0 priority fee (thanks @itsdevbear!)

@nomicfoundation/hardhat-viem@1.0.3

30 Jan 18:50
Compare
Choose a tag to compare

This release improves the loading performance of the plugin

@nomicfoundation/hardhat-verify@2.0.4

30 Jan 18:50
Compare
Choose a tag to compare

This release includes the following changes:

  • Added support for programmatic verification in Sourcify
  • Added holesky and arbitrumSepolia, and removed arbitrumTestnet and arbitrumGoerli from the list of built-in chains

@nomicfoundation/hardhat-chai-matchers@2.0.4

This release improves the loading performance of the plugin

Hardhat v2.19.4

26 Dec 11:47
Compare
Choose a tag to compare

This release changes our telemetry to anonymously report the consent response.