-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency hardhat to v2.22.15 #19
base: main
Are you sure you want to change the base?
Conversation
Important Auto Review SkippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
9c796ef
to
a46a1e2
Compare
This PR contains the following updates:
2.22.2
->2.22.15
Release Notes
nomiclabs/hardhat (hardhat)
v2.22.15
: Hardhat v2.22.15Compare Source
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 configurationsv2.22.14
: Hardhat v2.22.14Compare Source
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 theeth.getBlock
RPC API, by adding a fallback valuev2.22.13
: Hardhat v2.22.13Compare Source
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 logic3df95d3
: Remove support forconsole.log
selectors that wrongly use "(u)int" type aliases in the selector calculation4c1bcfc
: Fixed minor bugs in the newly ported Solidity tracing logicv2.22.12
: Hardhat v2.22.12Compare Source
This release includes a refactor to our internal solidity tracing logic that should result in a ~10% performance improvement for many workloads.
v2.22.11
: Hardhat v2.22.11Compare Source
This release adds support for the latest solc versions (0.8.25, 0.8.26, and 0.8.27). Additionally, it includes bug fixes, documentation improvements, and dependency updates.
Changes
601d543
: Fixed a problem with provider events whenprovider.init
was explicitly called before the first request.224159e
: Added support for solc versions 0.8.25, 0.8.26, and 0.8.27b43ed78
: Added link to Ignition docs in sample projects07e0a9c
: Hardhat node can now handle large response objects by streaming them.12d1980
: Upgrade chokidarv2.22.10
: Hardhat v2.22.10Compare Source
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 APIv2.22.9
: Hardhat v2.22.9Compare Source
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 nodev2.22.8
: Hardhat v2.22.8Compare Source
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 generated31d9d77
: Upgraded EDR to v0.5.2v2.22.7
: Hardhat v2.22.7Compare Source
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.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.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 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 was generated by Mend Renovate. View the repository job log.