chore(network): bump ethereum reth image to v2.3.0#652
Merged
Conversation
1 task
Bump the execution-client image tag for `obol network install ethereum` from v2.2.0 to v2.3.0 (latest reth release) and update the partial-archive comment to match. Generic version bump; no behavior change.
d3a9c15 to
8a828eb
Compare
OisinKyne
approved these changes
Jun 18, 2026
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.
What
Bump the reth execution-client image tag for
obol network install ethereumfrom
v2.2.0→v2.3.0(latest reth release), and update the matchingpartial-archive comment.
Why
Keep the bundled execution client current.
v2.3.0is the latest reth release;it brings payload/engine/trie/transaction-pool performance improvements. The
existing partial-archive prune wiring (
--prune.<segment>.before) is unchanged —both
v2.2.0andv2.3.0support exact.beforecutoffs, so--mode archive --since <block>behaves identically.Scope
internal/embed/networks/ethereum/helmfile.yaml.gotmpl— one tag line + onecomment line. Renovate-tracked (
datasource=github-releases depName=paradigmxyz/reth).Verification
go build ./...— clean.go test ./internal/network/— pass.Generic, provider-agnostic version bump.