deps: Bump the nethermind group with 2 updates - #561
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps Nethermind.Numerics.Int256 from 1.5.0 to 1.6.0 Bumps Nethermind.ReferenceAssemblies from 1.37.1 to 1.39.2 --- updated-dependencies: - dependency-name: Nethermind.Numerics.Int256 dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nethermind - dependency-name: Nethermind.ReferenceAssemblies dependency-version: 1.39.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nethermind ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Contributor
Test Results0 tests 0 ✅ 0s ⏱️ Results for commit bb55fd0. |
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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.
Updated Nethermind.Numerics.Int256 from 1.5.0 to 1.6.0.
Release notes
Sourced from Nethermind.Numerics.Int256's releases.
1.6.0
What's Changed
New Contributors
Full Changelog: NethermindEth/int256@v1.5.0...v1.6.0
Commits viewable in compare view.
Updated Nethermind.ReferenceAssemblies from 1.37.1 to 1.39.2.
Release notes
Sourced from Nethermind.ReferenceAssemblies's releases.
1.39.2
Release notes
This is a patch release on top of 1.39.1 that updates the .NET dependencies to Microsoft's July 2026 servicing release (10.0.10), which 17 CVE security fixes, and makes the
eth_getLogsblock-range limit explicit and configurable.Overview
4 changes since 1.39.1:
eth_getLogsblock-range limit — theReceipt.MaxBlockDepthoption (default 10,000 blocks) is now documented and applied consistently, including when"useIndex": falseis requested; requests exceeding the range are rejected with an "invalid params" (32602) error. Set to0to disable; ignored when the log index is enabled (#12509)Microsoft.IdentityModel.JsonWebTokens,System.CommandLine,Nethermind.Crypto.SecP256r1, and a RocksDB package rebuild (10.10.1.649 → 10.10.1.1747; same native RocksDB version) (#12449, #12491)What's Changed
Full Changelog: NethermindEth/nethermind@1.39.1...1.39.2
Build signatures
The packages are signed with the following OpenPGP key:
AD12 7976 5093 C675 9CD8 A400 24A7 7461 6F1E 617E1.39.1
Release notes
This is a patch release on top of 1.39.0 with a round of bug fixes and reliability improvements across snap sync, networking, JSON-RPC, and the experimental Flat DB.
Overview
8 changes since 1.39.0. Highlights:
eth_simulateV1now bounds the total block expansion, not just each inter-block gap (#12210)Highlights
Sync
Networking
ZeroFrameDecoder(#12202)JSON-RPC & Engine API
eth_simulateV1total block expansion, not just each gap (#12210)Storage & state
BadBlockStoreby entry count, not DB byte size (#12225)What's Changed
... (truncated)
1.39.0
Release notes
This release focuses on node robustness, Flat DB durability — alongside the eth/71 wire protocol, a reworked discovery stack, a large JSON-RPC features-and-correctness batch, continued Block-level Access Lists (EIP-7928) maturation, and a broad round of EVM, precompile, and state performance work.
Overview
337 changes since 1.38.1. Highlights include restart-safety fixes for header sync and pivot selection, a Flat DB durability overhaul, the eth/71 wire protocol, a rework of discv4 discovery, SSZ-REST transport for the Engine API, eight new JSON-RPC methods with a large correctness batch, EIP-7928 (BALs) devnet-7 support with major performance work, EraE fixes, and chain-specific improvements for XDC, Taiko, Optimism, and Arbitrum.
Highlights
Sync & restart safety
UpdatingPivotfor nodes restarted before the first pivot update (#11995)ColumnsDb.Flush— makes column-DB writes (incl. Flat DB) durable across restarts (#12223, fixes #11993)1(#11600, fixes #5992)Sync.StaticSnapPivotoption for fixed-pivot snap sync from a frozen peer (#11943)Flat DB (experimental, opt-in) durability & hardening
CompactionOffsetconfig to pin the schedule (#11958)Networking & discovery
JSON-RPC
eth_getHeaderByHash/eth_getHeaderByNumber(#11531),eth_getRawTransactionByBlockHashAndIndex/eth_getRawTransactionByBlockNumberAndIndex/eth_sendRawTransactionSync(#11521),eth_signTransaction(#11517),eth_baseFee(#11522),debug_intermediateRoots(#11524),eth_capabilities(#11438),proof_call(#11732),proof_getProofWithMeta(#11498)debug_*andtrace_*(#11693, #11755, #11781) with a synchronous-wait fix (#12006)eth_estimateGaszero/revert semantics (#11780, #11783), reject EIP-1898 blockHash+blockNumber (#11777), reject oversized blob calls (#11782),eth_simulateV1fixes (#11506, #11665, #11841),eth_createAccessListreverted-frame accesses (#11431), omit non-specerrorfield from receipts (#11454), zero hashes for absenteth_getProofaccounts (#11912)eth_callthrough a shareable tx-processor pool (#11548); drain in-flight requests before disposing databases on shutdown (#11845)Engine API
... (truncated)
1.38.1
Release notes
This is a patch release focused on Optimism / OP Stack support. It adds the OP Karst fork, refreshes the Superchain registry chains, and removes the bundled Base mainnet and sepolia configurations.
Sepolia: Wed, Jun 17, 2026 at 16:00:01 UTC
Mainnet: Wed, Jul 8, 2026 at 16:00:01 UTC
Overview
5 changes since 1.38.0, all OP Stack–related. Highlights:
Highlights
Optimism
ForkInfosupport. Includes a refactor that isolates all OP-specific fork flags and transition timestamps insideNethermind.Optimism(mirroring the Taiko plugin pattern), soCore/Specs/Merge.Plugin/Evm.Precompilesno longer reference any OP fork flag. OP precompile caps now live in dedicated wrapper precompiles registered viaOptimismPrecompileProvider, and Engine API V4 is gated behind OP Isthmus activation.Chain configs
base-mainnetandbase-sepolia(including archive configs, profiles, and logo) from the bundled chains, adds support for handling chains deleted from the Superchain registry, and removesarena-zandswell-mainnet.base-mainnet,base-sepolia, and their_archiveconfigurations have been removed from the shipped chain configs. Operators running Base via Nethermind's built-in configs must supply their own chainspec/config.arena-zandswell-mainnetchain configs were also removed as part of the Superchain registry sync.What's Changed
Full Changelog: NethermindEth/nethermind@1.38.0...1.38.1
Build signatures
The packages are signed with the following OpenPGP key:
AD12 7976 5093 C675 9CD8 A400 24A7 7461 6F1E 617E1.38.0
Release notes
This release improves node robustness, restart safety, RPC compatibility, and runtime performance, especially for Flat DB users, RPC-heavy workloads, and chains relying on upcoming hardfork or EIP support.
Overview
372 changes since 1.37.2. Highlights include the Taiko Unzen hardfork, parallel transaction execution with Block-level Access Lists (EIP-7928), new EIPs (EIP-7981 access-list token floor pricing, EIP-7976 calldata floor cost, EIP-4444 EraE history expiry), Flat DB layout persistence, a large round of JSON-RPC correctness fixes, and EVM/state hot-path optimizations.
Highlights
Consensus & EIPs
State & storage
Performance
RPC & correctness
admin_*peer-management endpoints improvements (#11489)eth_simulateV1,eth_call,eth_estimateGaserror-code and gas-cap fixestxpool_content/txpool_contentFrom/txpool_statusfixes (#11305, #11417)/healthendpointClUnavailableregression fix (#11474)Networking & sync
... (truncated)
1.37.2
Release notes
Release notes
Overview
This release fixes healthcheck and Archive Invalid Block issues on 1.37.1
What's Changed
Full Changelog: NethermindEth/nethermind@1.37.1...1.37.2
Build signatures
The packages are signed with the following OpenPGP key:
AD12 7976 5093 C675 9CD8 A400 24A7 7461 6F1E 617ECommits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions