Skip to content

Releases: NomicFoundation/hardhat

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/[email protected]

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/[email protected]

14 Feb 14:33
Compare
Choose a tag to compare

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/[email protected]

30 Jan 18:50
Compare
Choose a tag to compare

This release improves the loading performance of the plugin

@nomicfoundation/[email protected]

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/[email protected]

30 Jan 18:50
Compare
Choose a tag to compare

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.

@nomicfoundation/[email protected]

26 Dec 11:48
Compare
Choose a tag to compare

This release adds support for Addressable objects in .withArgs and .equals (thanks @Amxx!)

Hardhat v2.19.3

19 Dec 09:11
Compare
Choose a tag to compare

This release adds support for solc 0.8.23. It also includes a temporary informative message about the ongoing 2023 Solidity Survey.