10098 execution payload storage#10541
Open
mehdi-aouadi wants to merge 3 commits intoConsensys:masterfrom
Open
Conversation
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.
PR Description
Add execution payload envelopes storage lifecycle
Fixed Issue(s)
partially #10098
Documentation
doc-change-requiredlabel to this PR if updates are required.Changelog
Note
Medium Risk
Adds new persisted data and kvstore columns for
SignedBlindedExecutionPayloadEnvelope, including hot→finalized migration and pruning logic; issues could impact database consistency or finalized updates on Gloas networks.Overview
Adds end-to-end storage support for Gloas blinded execution payload envelopes: they are now included in
StorageUpdate, written to new hot/finalized kvstore columns, migrated to finalized storage during finalization, and deleted when the corresponding hot/finalized block is pruned.Updates
SpecwithsupportsBlobSidecars/supportsDataColumnSidecars/supportsExecutionPayloadEnvelopesfeature flags and addsdeserializeSignedBlindedExecutionPayloadEnvelopebacked by newExecutionPayloadEnvelopeInvariants(plus property tests) to efficiently extract slots from SSZ bytes for envelope deserialization.Extends kvstore schema/DAO/serializers to handle
SignedBlindedExecutionPayloadEnvelope(including raw SSZ passthrough when finalizing), and adds integration/unit tests covering storing, finalizing, moving, skipping-missing, and pruning envelope records.Written by Cursor Bugbot for commit 817d1ea. This will update automatically on new commits. Configure here.