github NomicFoundation/hardhat hardhat-core-v2.1.0
Hardhat v2.1.0

latest releases: hardhat@2.22.4, @nomiclabs/hardhat-solhint@3.1.0, @nomicfoundation/hardhat-viem@2.0.2...
3 years ago

This release adds mempool support to Hardhat, with two possible mechanisms for mining transactions: automining (the current behavior) and interval mining. You can also disable both mechanisms and mine new blocks programmatically. Check the docs to learn more.

Besides that:

  • Starting now, Hardhat will warn you if you are using an unsupported version of solc. This doesn't mean that you can't use those versions, only that some Hardhat features, like stack traces, might not work correctly.
  • Ropsten forking now has cache support, if you fork from a block that is at least 100 blocks old.
  • A bug around the eth_getStorageAt was fixed (thanks @fubhy!)

Don't miss a new hardhat release

NewReleases is sending notifications on new releases.