Glamsterdam 2 alpha.6 + alpha.7 - #10640
Merged
zilm13 merged 16 commits intoApr 30, 2026
Merged
Conversation
Simplify applyParentExecutionPayload
zilm13
force-pushed
the
glamsterdam-1-combined
branch
from
April 29, 2026 15:15
addfc18 to
5299be4
Compare
…rPreferences and everything linked
This reverts commit 8fa7a5a.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
PR Description
alpha.7
blob_data_availableinPayloadAttestationMessageethereum/consensus-specs#4769)bid.parent_block_hashinitialization ethereum/consensus-specs#5194)Fixed Issue(s)
Documentation
doc-change-requiredlabel to this PR if updates are required.Changelog
Note
Medium Risk
Updates consensus-critical SSZ containers and validation paths (execution payload envelopes and proposer-preferences gossip), which can affect block/payload verification and network propagation if mismatched with the spec. Also changes fork config constants and churn-related processing, requiring careful test coverage against updated reference vectors.
Overview
Bumps consensus-spec reference tests/spec-refs to
v1.7.0-alpha.7and adjusts reference-test routing (adds*_churnvariants; ignores additional gossip/SSZ-static cases) to match newly introduced/renamed upstream vectors.Updates Gloas EPBS SSZ formats by adding
parent_beacon_block_roottoExecutionPayloadEnvelope/BlindedExecutionPayloadEnvelope, threading it through proposal creation, unblinding, forkchoice genesis payload, envelope verification, and fixed-part invariant sizing.Refactors proposer preferences to include a
dependent_rootfield and updates gossip validation to (a) accept current or next-epoch slots, (b) save-for-future until the dependent block/checkpoint state is available, and (c) dedupe by(dependent_root, proposal_slot, validator_index); the validator client publisher now sends the correct dependent root.Aligns spec config/presets with updated Heze/Gloas constants: renames Heze timing config to
INCLUSION_LIST_DUE_BPS, increases minimalPTC_SIZEto 16, and simplifiesapply_parent_execution_payloadto readlatest_execution_payload_bidfrom state while clarifying builder payment eviction handling.Reviewed by Cursor Bugbot for commit f650b27. Bugbot is set up for automated code reviews on this repo. Configure here.