Skip to content

Releases: NomicFoundation/hardhat

Hardhat v2.22.17

03 Dec 15:45
Compare
Choose a tag to compare

This release introduces support for Solidity 0.8.28, enhances the flatten task with an optional --output parameter to specify the output file, and aligns with the latest spec by making the totalDifficulty field in block responses optional. Additionally, it fixes an issue to prevent panic errors from precompile failures.

Changes

  • c6efe1d: fix: don't panic when a precompile errors
  • 56d127b: Make totalDifficulty field optional, as spec has changed.
  • e47b495: Added support for solc versions 0.8.28
  • 9ad82f5: Added an optional --output param to the flatten task

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


Hardhat v2.22.16

18 Nov 14:05
Compare
Choose a tag to compare

This is a small release to replace outdated dependencies.

Changes

  • fcece65: Replaced chalk with picocolors, glob with tinyglob, and upgraded find-up

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


@nomiclabs/[email protected]

18 Nov 14:12
Compare
Choose a tag to compare

This is a small release to remove an unneeded dependency.

Changes

  • c016446: Fix a dependency error in hardhat-web3

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


@nomicfoundation/[email protected]

18 Nov 14:10
Compare
Choose a tag to compare

This is a small release to remove typescript as a peer dependency.

Changes

  • 90bcfda: Remove unnecessary peerDependency

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


@nomicfoundation/[email protected]

18 Nov 14:07
Compare
Choose a tag to compare

This is a small release to swap out an outdated dependency.

Changes

  • f571670: Replace chalk with picocolors

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


@nomicfoundation/[email protected]

18 Nov 14:06
Compare
Choose a tag to compare

This is a small release to swap out an outdated dependency.

Changes

  • 7a383c9: Replace chalk with picocolor

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


Hardhat v2.22.15

24 Oct 18:29
Compare
Choose a tag to compare

This is a small bug fix release to fix custom HTTP headers when used in forked configurations.

Changes

  • ede1cde: Fixed custom HTTP headers for forked configurations

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


Hardhat v2.22.14

22 Oct 09:04
Compare
Choose a tag to compare

This is a small bug fix release to handle Ethereum nodes that are no longer returning total difficulty from the eth.getBlock RPC API.

Changes

  • 09ead48: Fixed error when remote nodes are not returning total difficulty from the eth.getBlock RPC API, by adding a fallback value

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


Hardhat v2.22.13

08 Oct 16:55
Compare
Choose a tag to compare

This is a small bug fix release applying corrections to our Solidity tracing logic.

Changes

  • bf92f4c: Fixed more bugs in the newly ported Solidity tracing logic
  • 3df95d3: Remove support for console.log selectors that wrongly use "(u)int" type aliases in the selector calculation
  • 4c1bcfc: Fixed minor bugs in the newly ported Solidity tracing logic

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


Hardhat v2.22.12

24 Sep 14:05
Compare
Choose a tag to compare

This release includes a refactor to our internal solidity tracing logic that should result in a ~10% performance improvement for many workloads.