Bump go-eth2-client to ethpandaops master for v1.7.0-alpha.5#649
Closed
barnabasbusa wants to merge 1 commit intoethpandaops:masterfrom
Closed
Bump go-eth2-client to ethpandaops master for v1.7.0-alpha.5#649barnabasbusa wants to merge 1 commit intoethpandaops:masterfrom
barnabasbusa wants to merge 1 commit intoethpandaops:masterfrom
Conversation
- Upgrade github.com/ethpandaops/go-eth2-client from v0.0.1 to the current master tip (pseudo-version v0.0.2-0.20260420095341-76d6596ff4bc), which carries the alpha.5 spec updates (execution_requests_root on ExecutionPayloadBid, parent_execution_requests on BeaconBlockBodyGloas, state_root removed from ExecutionPayloadEnvelope, etc). - epochstate.go: compute the post-payload state HTR locally after ApplyExecutionPayload instead of reading it from payload.Message.StateRoot, since the envelope no longer carries a state_root field in alpha.5.
Collaborator
Author
|
closing in favor of #648 |
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.
Summary
Upgrade `github.com/ethpandaops/go-eth2-client` from `v0.0.1` to master (`v0.0.2-0.20260420095341-76d6596ff4bc` / commit `76d6596`), which carries the consensus-specs v1.7.0-alpha.5 spec updates:
Why
Running dora against a gloas-at-alpha.5 network (geth `glamsterdam-devnet-0` + Prysm `v1.7.0-alpha.5`) currently fails to decode recent beacon state/block SSZ because the struct layouts on `v0.0.1` predate alpha.5.
Changes
Test plan