Skip to content

Releases: NomicFoundation/hardhat

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.

@nomicfoundation/[email protected]

19 Dec 09:10
Compare
Choose a tag to compare

Added configurable public client to getContractAt, deployContract and sendDeploymentTransaction (thanks @dkeysil!)

@nomicfoundation/[email protected]

19 Dec 09:09
Compare
Choose a tag to compare

Added apiUrl and browserUrl options to Sourcify configuration.

Hardhat v2.19.2

05 Dec 16:53
Compare
Choose a tag to compare

This release adds experimental support for ESM in typescript projects.

In addition to that, the hardhat-shorthand tool (hh) now supports scoped tasks.