Update dependency hardhat to v2.22.6 - autoclosed #1000
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.19.5
->2.22.6
Release Notes
nomiclabs/hardhat (hardhat)
v2.22.6
: Hardhat v2.22.6Compare Source
Changes
cdf0160
: Upgrade bundled solcjs3c66da2
: Add support for Node v229fadc22
: Bump EDR to v0.4.1.095faa4
: Added hardfork histories for Optimim and Arbitrum chainsv2.22.5
: Hardhat v2.22.5Compare Source
This release re-enables support for
hardhat-tracer
and adds limited support for blob transactions, along with performance improvements and bug fixes.Changelog
f65dc7c
: Improved the validation of network and forking URLs (thanks @kshyun28!)5d46baa
: Internal changes to allowhardhat-tracer
to be re-enabled with Hardhat after the EDR upgrade6e36f3f
: Bump EDR to v0.4.0. This adds support foreth_maxPriorityFeePerGas
, limited support for blob transactions, improves performance and fixes some bugs. Check out the v0.4.0 EDR release and v0.3.8 EDR release for more details.v2.22.4
: Hardhat v2.22.4Compare Source
This release includes bug fixes, performance enhancements, and an improvement to the task system to support BigInt arguments.
Changelog
22bcbf5
: Added BigInt task argument type.2c533f0
: Bumped EDR dependency to 0.3.7.3203639
: Fixed an issue in the solidity source map decoding module.5d7a604
: Fixed an issue with solc version selection.3c6de8f
: Now solcjs is run in a subprocess, which leads to better error reporting and allows it to run multiple compilation jobs at the same time.6447e80
: Improved performance by reducing back-and-forth with EDR when it's not necessary.v2.22.3
Compare Source
A small bug fix release that improves the error messaging around failed installs of EDR (Hardhat network).
Changelog
6466e3a
: A proper error is now thrown when requiring EDR failsae62841
: Upgrade EDR to version 0.3.5679d8a5
: Report HH18 to Sentry.v2.22.2
: Hardhat v2.22.2Compare Source
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!v2.22.1
: Hardhat v2.22.1Compare Source
This release updates the starter projects available through
hardhat init
to include Hardhat Ignition as the default deployment system.v2.22.0
: Hardhat v2.22.0Compare Source
This release sets Cancun as the default hardfork used by the Hardhat Network.
v2.21.0
: Hardhat v2.21.0 — Introducing EDRCompare Source
This version of Hardhat marks the debut of EDR (Ethereum Development Runtime), our new Rust-based runtime that is a complete rewrite of the original TypeScript-based Hardhat Network. This release lays a new long-term foundation for Hardhat's evolution over the coming year.
There are no functional changes, but there are some performance improvements across the board, which we’ll continue to expand in future updates.
Given the significance of this internal change, there’s a possibility of bugs. If you encounter any problems specific to this version, please report them by opening an issue. You should be able to downgrade to v2.20.1 without losing functionality if needed.
solidity-coverage out-of-memory issues
The
solidity-coverage
plugin works by heavily instrumenting the code, which sometimes causes OOM (out-of-memory) issues. This new version of Hardhat can, in certain cases, make those problems more likely.If you run into this, you can fix it by using Node.js’s
--max-old-space-size
flag:NODE_OPTIONS="--max-old-space-size=8192" npx hardhat coverage
Dropping support for Node.js v16
As part of this release, we are dropping support for Node.js v16. This version of Node.js reached its end-of-life in September of last year. You can learn more about our support guarantees here.
v2.20.1
: Hardhat v2.20.1Compare Source
This release fixes a bug when
hardhat_setStorageAt
was used in untouched addresses.v2.20.0
: Hardhat v2.20.0 — CancunCompare Source
This release adds support for the upcoming
cancun
hardfork. This hardfork is not enabled by default; if you want to use it, then you have to enable it in your Hardhat config:Keep in mind that blob transactions are not supported yet. If you need this, please upvote or comment on this issue.
In addition, this release adds support for solc 0.8.24.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.