fix(deps): update module github.com/ethereum/go-ethereum to v1.17.5 - #56
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update module github.com/ethereum/go-ethereum to v1.17.5#56renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/github.com-ethereum-go-ethereum-1.x
branch
from
March 31, 2026 08:10
03963f0 to
c9503c3
Compare
renovate
Bot
force-pushed
the
renovate/github.com-ethereum-go-ethereum-1.x
branch
from
May 12, 2026 00:00
c9503c3 to
fa02904
Compare
renovate
Bot
force-pushed
the
renovate/github.com-ethereum-go-ethereum-1.x
branch
from
May 26, 2026 09:14
fa02904 to
52b49f8
Compare
renovate
Bot
force-pushed
the
renovate/github.com-ethereum-go-ethereum-1.x
branch
from
June 24, 2026 12:07
52b49f8 to
de9d65d
Compare
renovate
Bot
force-pushed
the
renovate/github.com-ethereum-go-ethereum-1.x
branch
from
July 29, 2026 12:14
de9d65d to
829891c
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:
v1.17.0→v1.17.5Release Notes
ethereum/go-ethereum (github.com/ethereum/go-ethereum)
v1.17.5: Grav-Torque Pad (v1.17.5)Compare Source
This is a maintenance release with accumulated bug fixes and improvements, and is recommended for all users. It continues the implementation work for the upcoming Amsterdam hardfork.
A few things worth highlighting:
GOGChas changed from 20 to 50, trading a higher memory peak for less GC overhead. Set--gogc=20to keep the old behavior.geth db pebble-upgradeto explicitly upgrade a legacy Pebble v1 database to v2.Fork Implementation
--override.amsterdamflag (#35213)Core
debug_setHeadand reject unrecoverable targets (#35252).erefiles in the era store (#34978)trie.UpdateBatchAPI (#32448)Networking
devp2p, with several related fixes (#35220, #35298, #35243, #35206)RPC
--rpc.http-body-limitflag to configure the maximum HTTP request body size (#35224)gasPricewhen combined with anauthorizationList(#35320)Tracing
callcodetransfers in the log tracer (#35248)Engine API
TargetGasLimitvia the engine API (#35372)engine_getPayloadBodiesV2(#35347)MaxBlobsPerBlockto the protocol limit (#35295)Geth & Tooling
--gogcflag and bump the defaultGOGCto 50 (#35363, #34851)geth export(#35369)=(#35168)Accounts & ABI
GetABI()method on abigen v2 generated contract bindings (#35221)Build
ckzgdependency (#35336)-dlgobootstrap Go version to 1.25.12 (#35317)For a full rundown of the changes please consult the Geth 1.17.5 release milestone.
As with all our previous releases, you can find the:
ethereum/client-go(use "stable" tag)v1.17.4: Flexible Polymer Casing (v1.17.4)Compare Source
This is a maintenance release with accumulated bug fixes and improvements, and is recommended for all users. It also continues the implementation work for the upcoming Amsterdam hardfork.
One thing worth highlighting:
clefsigner has moved to https://github.com/ethereum/clef (#35097).Fork Implementation (Amsterdam)
OnGasChangeV2hook for multi-dimensional gas (#34946)engine_newPayloadWithWitnessV5has been added and the witness format now uses the canonical spec field ordering (#35009)evm t8ntooling has been updated for Amsterdam, adding BAL and slot-number support and binary-trie leaf export (#34843, #35025)Geth
--memory) when one is set (#34947)RPC
eth_baseFeehas been added, returning the base fee of the next block (#34904, #35023)eth_capabilitieshas been added, letting clients discover which historical data a node can serve (#33886)debug_clearTxpoolhas been added to clear the transaction pool (#33347, #35130)State-reading methods (
eth_getBalance,eth_getCode,eth_getStorageAt, etc.) now default the block parameter tolatestwhen omitted (#35100)Fixes for
eth_simulateV1: an incorrect "base fee too low" error code and a pre-Shanghai withdrawal regression (#34951, #34939)debug_setHeadnow propagates rewind errors instead of silently ignoring them (#35001)EIP-7702 transactions with a nil
Toaddress are now rejected (#35094)HTTP RPC responses now always set
Content-Length, and a WebSocket handshake status-code bug was fixed (#35072, #35111)The client can now configure trace-context propagation via the
traceparentheader, and response writes are now traced (#35132, #35049)GraphQL
begin > 0andend == 0are now rejected (#35032)Block.rawresolver now returns empty bytes when the block body is missing (#35027)Core
Engine API & Blobs
engine_hasBlobshas been added, andengine_getBlobsnow counts only actually-available blobs (#34859, #35028)GetBlobsrequests reduces engine API latency, and otel tracing has been added to the GetBlobs endpoints (#35124, #35026)testing_commitBlockV1has been added as the write companion totesting_buildBlockV1(#34995)Networking
For a full rundown of the changes please consult the Geth 1.17.4 release milestone.
As with all our previous releases, you can find the:
ethereum/client-go(use "stable" tag).v1.17.3: Enzymatic Injector (v1.17.3)Compare Source
This is a maintenance release with continued progress on the Amsterdam fork implementation. It also introduces ETH/70, which is now live on the network.
Breaking change for tracing APIs (debug_trace*), specifically the structLog (opcode) tracer. The following response fields now follow the newly established client-wide spec (ethereum/execution-apis#762) and
reexechas been removed from the tracing config:memory: words are 0x-prefixed and padded to 32 bytesstorage: keys and values are 0x-prefixederror: omitted when empty (previously serialized as "")Geth
Core
snap/2protocol (#34083, #34649, #34654, #34874)slotNumberand fix block value collection in pre-Amsterdam engine API payloads (#34704)Networking
Cryptography
RPC
reexecfrom tracing config (#34093)eth_estimateGas(#34081)eth_call(#34842)MaxUsedGastoeth_simulatecall results (#34820)eth_syncing(#34633)eth_getLogs,eth_getFilterLogs, …) when the block range limit is exceeded (#34647)Others
For a full rundown of the changes please consult the Geth 1.17.3 release milestone.
As with all our previous releases, you can find the:
ethereum/client-go(use "stable" tag).v1.17.2: EMF Suppressor (v1.17.2)Compare Source
This is a maintenance release with several important bug fixes. Notably, a critical issue in
debug_executionWitnesscould previously corrupt node data, users relying on this RPC endpoint are strongly advised to upgrade.Geth now also supports syncing with chains where pre-Prague history has been pruned, and allows explicitly removing it via
geth prune-history --history.chain postprague.Geth
fetchpayloadcommand to build execution witnesses for specific blocks (#33919)womirtarget for keeper (#34079)geth snapshot traverse-stateandgeth snapshot traverse-rawstate(#34051)Core
VerifyCellProofBatch(#33963)Networking
RPC
debug_executionWitness; deprecateddebug_executionWitnessByHash(#33931)eth_simulateV1response (#32789)eth_simulateV1(#33952)eth_createAccessListto return an empty list instead of null for storage keys (#33976)eth_getFilterLogsnow returns an error if the requested chain segment has been pruned (#33823)eth_simulateV1(#34616)eth_getProof(#34617)Observability
Build
For a full rundown of the changes please consult the Geth 1.17.2 release milestone.
As with all our previous releases, you can find the:
ethereum/client-go(use "stable" tag).v1.17.1: Eezo Shunt (v1.17.1)Compare Source
This is a bug fix release and is recommended for all users. It resolves a regression in snap sync, as well as several security issues.
Geth
--metrics.influxdb.intervalflag allows changing the metrics reporting interval. (#33767)inspect-triesubcommand that prints information about node counts at all state trie depths (#28892)Core
Networking
RPC
eth_estimateGasnow honors the user-supplied access list (#33849)eth_getStorageValues(#32591)testing_buildBlockV1(#33656)Build
For a full rundown of the changes please consult the Geth 1.17.1 release milestone.
As with all our previous releases, you can find the:
ethereum/client-go(use "stable" tag).Configuration
📅 Schedule: (UTC)
🚦 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.