Releases: NomicFoundation/hardhat
Hardhat v3.1.12
This release adds support for function gas snapshots and snapshot cheatcodes in Solidity tests through the new --snapshot and --snapshot-check flags, along with minor improvements for plugins and an update to EDR.
Changes
- 01b41ee: Added support for function gas snapshots and snapshot cheatcodes in Solidity tests with
--snapshotand--snapshot-checkflags (#7769) - e37f96c: Add
TestRunResulttype that wrapsTestSummary, allowing plugins to extend test results with additional data - bda5a0a: Bumped EDR version to
0.12.0-next.28
💡 The Nomic Foundation is hiring! Check our open positions.
@nomicfoundation/hardhat-utils@4.0.1
Changes
- 01b41ee: Added support for function gas snapshots and snapshot cheatcodes in Solidity tests with
--snapshotand--snapshot-checkflags (#7769)
💡 The Nomic Foundation is hiring! Check our open positions.
@nomicfoundation/hardhat-node-test-runner@3.0.11
Changes
- 01b41ee: Added support for function gas snapshots and snapshot cheatcodes in Solidity tests with
--snapshotand--snapshot-checkflags (#7769) - e37f96c: Add
TestRunResulttype that wrapsTestSummary, allowing plugins to extend test results with additional data
💡 The Nomic Foundation is hiring! Check our open positions.
@nomicfoundation/hardhat-mocha@3.0.13
Changes
- e37f96c: Add
TestRunResulttype that wrapsTestSummary, allowing plugins to extend test results with additional data
💡 The Nomic Foundation is hiring! Check our open positions.
@nomicfoundation/hardhat-errors@3.0.8
Changes
- 01b41ee: Added support for function gas snapshots and snapshot cheatcodes in Solidity tests with
--snapshotand--snapshot-checkflags (#7769)
💡 The Nomic Foundation is hiring! Check our open positions.
Hardhat v3.1.11
This release improves the DX of the Viem and Ethers plugins with better autocomplete, improves the errors printed when a contract can't be compiled with the configured compilers, upgrades EDR, and many minor improvements and fixes.
EDR RELATED BREAKING CHANGE: Memory capture used to be enabled by default on geth, but has since been flipped (see ethereum/go-ethereum#23558) and is now disabled by default. We have followed suit and disabled it by default as well. If you were relying on memory capture, you will need to explicitly enable it by setting the enableMemory option to true in your tracer configuration.
Changes
-
2cbf218: Bumped EDR version to
0.12.0-next.27BREAKING CHANGE: Memory capture used to be enabled by default on geth, but has since been flipped ethereum/go-ethereum#23558 and is now disabled by default. We have followed suit and disabled it by default as well. If you were relying on memory capture, you will need to explicitly enable it by setting the
enableMemoryoption to true in your tracer configuration. -
bc193be: Use concrete value types for contract names in hardhat-viem and hardhat-ethers
-
2cbf218: Make SolidityBuildSystem easier to work with (#7988)
-
2cbf218: Expose
Resulttype for task action success/failure signaling. -
2cbf218: Fixed the acceptance of relative paths to
node_modulesin npm remappings (#8007) -
4ff11c1: Return typed
Resultfrom test runners and telemetry tasks (#8015). -
2cbf218: Show fs paths and better error messages when a Solidity file can't be compiled with any configured compiler (#7988)
-
2cbf218: Add
onTestRunStart,onTestWorkerDone, andonTestRunDonetest hooks (#8001)
💡 The Nomic Foundation is hiring! Check our open positions.
@nomicfoundation/ignition-ui@3.0.9
Changes
- 2cbf218: Fix an issue that prevented the verification of contracts using FQNs (#8014)
- 13918b4: Add support for custom chains not in viem's built-in chain list, thanks @daanporon! (#7763)
💡 The Nomic Foundation is hiring! Check our open positions.
@nomicfoundation/ignition-core@3.0.9
Changes
- 2cbf218: Fix an issue that prevented the verification of contracts using FQNs (#8014)
- 13918b4: Add support for custom chains not in viem's built-in chain list, thanks @daanporon! (#7763)
💡 The Nomic Foundation is hiring! Check our open positions.
@nomicfoundation/hardhat-zod-utils@3.0.3
@nomicfoundation/hardhat-viem@3.0.4
Changes
- bc193be: Use concrete value types for contract names in hardhat-viem and hardhat-ethers
- 13918b4: Add support for custom chains not in viem's built-in chain list, thanks @daanporon! (#7763)
💡 The Nomic Foundation is hiring! Check our open positions.