Skip to content

Releases: NomicFoundation/hardhat

@nomicfoundation/[email protected]

14 May 17:41
Compare
Choose a tag to compare

This release adds support for library linking (thanks @Chlebamaticon!).

@nomicfoundation/[email protected]

14 May 17:41
Compare
Choose a tag to compare

This release:

  • Improves error handling and messaging for errors from the block explorer.
  • Adds support for the Polygon Amoy testnet (thanks @FournyP!).
  • Adds a --force flag to allow verification of partially verified contracts (thanks @rimrakhimov!).

@nomicfoundation/[email protected]

14 May 17:39
Compare
Choose a tag to compare

This release fixes an issue where paths were set as relative instead of absolute when overriding sources.

@nomicfoundation/[email protected]

14 May 17:03
Compare
Choose a tag to compare

This release fixes a race condition in our ethers provider and updates the max fee per gas calculation to use eth_maxPriorityFeePerGas when available.

[email protected]

17 Apr 14:29
Compare
Choose a tag to compare

A small bug fix release that improves the error messaging around failed installs of EDR (Hardhat network).

Changelog


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


@nomiclabs/[email protected]

17 Apr 15:04
Compare
Choose a tag to compare

Adds support for vyper settings 'evmVersion' and 'optimize'.


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


@nomicfoundation/[email protected]

17 Apr 14:25
Compare
Choose a tag to compare

Small fix to add guard for updated TransactionReceipt type in the latest viem.


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


@nomicfoundation/[email protected]

17 Apr 14:22
Compare
Choose a tag to compare

Added baseSepolia to supported chains (thanks @hironate)


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


@nomicfoundation/[email protected]

17 Apr 14:21
Compare
Choose a tag to compare

Added an option to set the derivation path (thanks @area!)


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


Hardhat v2.22.2

21 Mar 16:13
Compare
Choose a tag to compare

This release introduces a small change to the initialization process of Hardhat, which makes the task runner more extensible.

Changelog

  • 7876104: Initialize the Hardhat Runtime Environment before passing the command line arguments. Thanks @theethernaut!