IOT-Blockchain
IOT-Blockchain copied to clipboard
chore(deps): update dependency hardhat to v2.22.11
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
hardhat (source) | 2.20.1 -> 2.22.11 |
Release Notes
nomiclabs/hardhat (hardhat)
v2.22.11
v2.22.10
: Hardhat v2.22.10
This is a small bug fix release to improve debug
logs during Hardhat Network initialization.
Changes
-
409e99f
: Fixeddebug
logs in Hardhat Network initialization process. -
46cd7a1
: Removed the experimentalAddHardhatNetworkMessageTraceHook API
💡 The Nomic Foundation is hiring! Check our open positions.
v2.22.9
: Hardhat v2.22.9
This is a small bug fix release remove a warning message against the local Hardhat node when deploying with Hardhat Ignition.
Changes
-
6771f00
: Do not sendhttp_setLedgerOutputEnabled
messages beyond the HTTP Provider to prevent unwanted warnings in the logs of the local hardhat node
💡 The Nomic Foundation is hiring! Check our open positions.
v2.22.8
: Hardhat v2.22.8
This is a small bug fix release to resolve a bug with large responses from debug_traceTransaction
.
Changes
-
f5d5d15
: Fixed an issue withdebug_traceTransaction
when large responses were generated -
31d9d77
: Upgraded EDR to v0.5.2
💡 The Nomic Foundation is hiring! Check our open positions.
v2.22.7
: Hardhat v2.22.7
This releases add support for RIP-7212 (Precompile for secp256r1 Curve Support). See the Hardhat network reference for details on how to enable the precompile.
Changes
-
f944cd5
: Added anenableRip7212
optional flag to the Hardhat Network config that enables RIP-7212 (Precompile for secp256r1 Curve Support). -
f6ddc92
: Adddebug
logs to Hardhat Network initialization process. -
6c943bb
: Fix message for error HH206, thanks @ItsNickBarry! -
f944cd5
: Bumped EDR to v0.5.0.
💡 The Nomic Foundation is hiring! Check our open positions.
v2.22.6
: Hardhat v2.22.6
Changes
-
cdf0160
: Upgrade bundled solcjs -
3c66da2
: Add support for Node v22 -
9fadc22
: Bump EDR to v0.4.1. -
095faa4
: Added hardfork histories for Optimim and Arbitrum chains
💡 The Nomic Foundation is hiring! Check our open positions.
v2.22.5
: Hardhat v2.22.5
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 upgrade -
6e36f3f
: 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.
💡 The Nomic Foundation is hiring! Check our open positions.
v2.22.4
: Hardhat v2.22.4
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.
💡 The Nomic Foundation is hiring! Check our open positions.
v2.22.3
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 fails -
ae62841
: Upgrade EDR to version 0.3.5 -
679d8a5
: Report HH18 to Sentry.
💡 The Nomic Foundation is hiring! Check our open positions.
v2.22.2
: Hardhat v2.22.2
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.1
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.0
This release sets Cancun as the default hardfork used by the Hardhat Network.
v2.21.0
: Hardhat v2.21.0 — Introducing EDR
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.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Quality Gate passed
Kudos, no new issues were introduced!
0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code