Buidler Versions Save

Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.

@nomicfoundation/[email protected]

2 months ago

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

[email protected]

2 months ago

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]

2 months ago

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

@nomicfoundation/[email protected]

2 months ago

This version:

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

@nomicfoundation/[email protected]

2 months ago

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]

2 months ago

This release improves the loading performance of the plugin

@nomicfoundation/[email protected]

2 months ago

This release improves the loading performance of the plugin

[email protected]

2 months ago

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]

3 months ago

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

[email protected]

3 months ago

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