Closed
Conversation
3c8802b to
e996d56
Compare
fe3b7e0 to
407acc0
Compare
407acc0 to
49db7eb
Compare
49db7eb to
50a25d0
Compare
c89f674 to
98b6f24
Compare
98b6f24 to
e42d14c
Compare
e42d14c to
d134ef5
Compare
c16918b to
0a7a6b1
Compare
001b755 to
95fcf43
Compare
4af8c22 to
7082ec2
Compare
eebf178 to
4c1dd9c
Compare
4c1dd9c to
fa9c6ee
Compare
fa9c6ee to
3990a40
Compare
3990a40 to
693b74e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^1.0.12→^1.1.2^16.5.0→^16.6.1^2.24.3→^2.28.620→20.20.0^0.8.16→^0.8.17>=5.8.3→>=5.9.3Release Notes
NomicFoundation/hardhat (@nomicfoundation/hardhat-network-helpers)
v1.1.2Compare Source
v1.1.1Compare Source
v1.1.0Compare Source
Minor Changes
14b3042: Updated the minimal supported version of Node to v20 (#6982)v1.0.13Compare Source
Patch Changes
538b03c: Accept0xas a valid value forsetCode, thanks @arr00 (#6844)motdotla/dotenv (dotenv)
v16.6.1Compare Source
Changed
quietto true – hiding the runtime log message (#874)config({ quiet: true })to suppress.require('dotenv').config()forrequire('@​dotenvx/dotenvx').config().v16.6.0Compare Source
Added
[dotenv@16.6.0] injecting env (1) from .env(#870){ quiet: true }to suppressNomicFoundation/hardhat (hardhat)
v2.28.6: Hardhat v2.28.6Compare Source
This release is a small bug fix for an issue affecting
hardhat-tracerafter ahardhat_reset.Changes
f6d5437: Fixed an issue affecting the hardhat-tracer community plugin causing traces to stop being reported after callinghardhat_reset(#7918)v2.28.5: Hardhat v2.28.5Compare Source
This release is a small enhancement adding
eth_getProofas a JSON-RPC method.Changes
6e1f27c: Added support foreth_getProofas a JSON-RPC method (#7933)v2.28.4: Hardhat v2.28.4Compare Source
This release is a small bug fix to allow
hardhat_resetto switch from local to forking mode.Changes
32f29d6: Fixed bug inhardhat_resetwhen switching from local to fork mode (#7834)v2.28.3: Hardhat v2.28.3Compare Source
This release increases the block gas limit to 60,000,000.
Patch Changes
494b2c2: Bumped EDR version to0.12.0-next.22.b5a7b75: Added an API that reports the latest supported Solidity version for source instrumentation893277f: Increase the default block gas limit per EIP-7935. Thanks @Amxx! (#7776)v2.28.2: Hardhat v2.28.2Compare Source
This release adds support for Solidity
0.8.32and0.8.33.Patch Changes
e6ddffc: Bumped EDR version to0.12.0-next.21.34e1ab4: Updated base mainnet eip1559 parameters after SystemConfig update on 2025-12-182272bc0: Fixed excess_blob_gas calculation after Osaka44e779c: Added function-level configuration overrides for Solidity testsb5ad15c: Added support for instrumentation of Solidity0.8.32and0.8.33v2.28.1: Hardhat v2.28.1Compare Source
This release adds support for Solidity
0.8.31.Changes
c5a9e7c: Bumped EDR version to0.12.0-next.19.v2.28.0: Hardhat v2.28.0Compare Source
This release sets
osakaas the default hardfork for local Hardhat networks. It includes changes to defaults for gas limits to match Osaka's new transaction gas limit.Changes
6f50b84: Changed default L1 hardfork toosaka(@nomicfoundation/edr@0.12.0-next.17)c69b99d: Update default gas limit to take into accountosakatransaction limit (#7751)a7e4215: Updatesolidity-coverageminimum version to include Osaka changes6f50b84: Changed default OP stack hardfork toisthmus(@nomicfoundation/edr@0.12.0-next.17)6f50b84: Fixed default transaction gas limit for post-Osaka hardforks in OP stack and generic chains (@nomicfoundation/edr@0.12.0-next.17)v2.27.2: Hardhat v2.27.2Compare Source
This release is a small bug fix to allow downloading of solc version
0.8.31.Changes
v2.27.1: Hardhat v2.27.1Compare Source
This release adds support for the Fusaka hardfork.
Changes
722eabf: Bumped EDR version to0.12.0-next.16v2.27.0: Hardhat v2.27.0Compare Source
This release integrates the latest EDR (version
0.12.0-next.7) into Hardhat 2.Changes
57c509d: Upgraded EDR to v0.12.0-next.7:57c509d: Removed support for pre-Byzantium root field from RPC receiptsv2.26.5: Hardhat v2.26.5Compare Source
This release is a small bug fix to improve compilation in the presence of a malformed
solidity-files-cache.Changes
f886268: Ignore malformed solidity-files-cache so compilation keeps running while logging the issue in debug, thanks @iosh (#6489)v2.26.4: v2.26.4Compare Source
This is a small release that includes
solcversion support for0.8.30along with other bug fixes.Changes
e5ff273: Fix to be explicit that execFile should pass stdout/stderr as strings (#7333)5655ebb: Update latest supported solc version to 0.8.30 (#7365)9d10226: Links in the code and READMEs updated to point to the Hardhat 2 documentation and resourcesv2.26.3Compare Source
Patch Changes
5b2be3d: Make the resolver more robust (#7073)v2.26.2Compare Source
Patch Changes
11ee260: Don't useundici's global dispatcher, making Hardhat more stable across Node.js versionsv2.26.1Compare Source
Patch Changes
896c4ea: Revertmicro-eth-signerto^0.14.0to fix compatibility with earlier Node 20 versions (#7026)v2.26.0Compare Source
Minor Changes
14b3042: Updated the minimal supported version of Node to v20 (#6982)Patch Changes
69acece: Upgraded EDR to v0.11.3 which includes:84fff85: Remove unneeded type dependencies, thanks @reallesee (#6990)e139cf3: Update the version of micro-eth-signer (#6950)v2.25.0Compare Source
Minor Changes
94b36b0: Upgrade hardhat-gas-reporter to v2 on both toolboxes (#6886)actions/node-versions (node)
v20.20.0: 20.20.0Compare Source
Node.js 20.20.0
v20.19.6: 20.19.6Compare Source
Node.js 20.19.6
v20.19.5: 20.19.5Compare Source
Node.js 20.19.5
v20.19.4: 20.19.4Compare Source
Node.js 20.19.4
v20.19.3: 20.19.3Compare Source
Node.js 20.19.3
v20.19.2: 20.19.2Compare Source
Node.js 20.19.2
v20.19.1: 20.19.1Compare Source
Node.js 20.19.1
v20.19.0: 20.19.0Compare Source
Node.js 20.19.0
v20.18.3: 20.18.3Compare Source
Node.js 20.18.3
v20.18.2: 20.18.2Compare Source
Node.js 20.18.2
v20.18.1: 20.18.1Compare Source
Node.js 20.18.1
v20.18.0: 20.18.0Compare Source
Node.js 20.18.0
v20.17.0: 20.17.0Compare Source
Node.js 20.17.0
v20.16.0: 20.16.0Compare Source
Node.js 20.16.0
v20.15.1: 20.15.1Compare Source
Node.js 20.15.1
v20.15.0: 20.15.0Compare Source
Node.js 20.15.0
v20.14.0: 20.14.0Compare Source
Node.js 20.14.0
v20.13.1: 20.13.1Compare Source
Node.js 20.13.1
v20.13.0: 20.13.0Compare Source
Node.js 20.13.0
v20.12.2: 20.12.2Compare Source
Node.js 20.12.2
v20.12.1: 20.12.1Compare Source
Node.js 20.12.1
v20.12.0: 20.12.0Compare Source
Node.js 20.12.0
v20.11.1: 20.11.1Compare Source
Node.js 20.11.1
v20.11.0: 20.11.0Compare Source
Node.js 20.11.0
v20.10.0: 20.10.0Compare Source
Node.js 20.10.0
v20.9.0: 20.9.0Compare Source
Node.js 20.9.0
v20.8.1: 20.8.1Compare Source
Node.js 20.8.1
v20.8.0: 20.8.0Compare Source
Node.js 20.8.0
v20.7.0: 20.7.0Compare Source
Node.js 20.7.0
v20.6.1: 20.6.1Compare Source
Node.js 20.6.1
v20.6.0: 20.6.0Compare Source
Node.js 20.6.0
v20.5.1: 20.5.1Compare Source
Node.js 20.5.1
v20.5.0: 20.5.0Compare Source
Node.js 20.5.0
v20.4.0: 20.4.0Compare Source
Node.js 20.4.0
v20.3.1: 20.3.1Compare Source
Node.js 20.3.1
v20.3.0: 20.3.0Compare Source
Node.js 20.3.0
v20.2.0: 20.2.0Compare Source
Node.js 20.2.0
v20.1.0: 20.1.0Compare Source
Node.js 20.1.0
sc-forks/solidity-coverage (solidity-coverage)
v0.8.17: 0.8.17 (Osaka Support)Compare Source
This release contains changes to support the Osaka hardfork (thanks to @fvictorio 💯 ).
What's Changed
Full Changelog: sc-forks/solidity-coverage@v0.8.16...v0.8.17
microsoft/TypeScript (typescript)
v5.9.3: TypeScript 5.9.3Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
v5.9.2: TypeScript 5.9Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
Configuration
📅 Schedule: Branch creation - "before 10am on the first day of the month" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.