Partial data column containers for Gloas - #17348
Open
aarshkshah1992 wants to merge 51 commits into
Open
Conversation
Bundles the in-progress Gloas partial-column feature with the broadcaster incoming-message changes (group-id parse, fork-aware decode, Gloas drop) for kurtosis devnet testing.
Adds ColumnCallbacks.ValidatePartialColumnGroupID so the broadcaster downscores peers whose Gloas group id slot does not match the slot of the seen block at the group's beacon block root ([REJECT]); unseen blocks are ignored ([IGNORE]).
Conflicts resolved: - execution/testing/mock_engine_client.go: union of struct fields (our PartialColumnsEnabledForSlotResult + develop's FetchedAttributes). - rpc/eth/beacon/handlers_gloas.go: took develop's delegation refactor (#16960/#16943); our inline REST blob->column->broadcast logic is superseded by the v1alpha1 publish path. - rpc/prysm/v1alpha1/validator/proposer_payload_envelope.go: kept develop's stateless+stateful sidecar resolution, preserved our partial columns in the stateful (cache) path, and fixed storeExecutionPayloadEnvelope returns for develop's new (*ExecutionPayloadEnvelope, error) signature. Other merge resolutions: - sync: adopted develop's Gloas data-column reconstruction (#17053) by removing our now-obsolete IsGloas reconstruction guards in processDataColumnSidecarsFromReconstruction and verifiedRODataColumnSubscriber. - spectest engineMock: implemented PartialColumnsEnabledForSlot to satisfy the EngineCaller interface (our addition) against develop's new mock.
…com:prysmaticlabs/prysm into feat/gloas-partial-column-container-changes
…ner-changes' into feat/gloas-partial-column-container-changes
Co-authored-by: Manu NALEPA <nalepae@gmail.com>
aarshkshah1992
force-pushed
the
feat/gloas-partial-column-container-changes
branch
from
August 13, 2026 15:59
8fc0aa2 to
86df8fd
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.
What
Stacks the Gloas partial data column container work on top of #17310 (
spectest-alpha-12-compliance).