Set parent payload availability bit for attestation packing and the attestation simulator - #9828
Merged
mergify[bot] merged 4 commits intoAug 25, 2026
Merged
Conversation
eserilev
force-pushed
the
ef-tests-alpha-13
branch
from
August 17, 2026 10:30
0e37ffe to
9a57887
Compare
eserilev
force-pushed
the
gloas-deferred-payload-availability-fixes
branch
from
August 17, 2026 10:30
510c5d6 to
6d1e258
Compare
eserilev
force-pushed
the
ef-tests-alpha-13
branch
from
August 17, 2026 12:33
9a57887 to
5a131c8
Compare
eserilev
force-pushed
the
gloas-deferred-payload-availability-fixes
branch
from
August 17, 2026 12:33
6d1e258 to
2486be8
Compare
pawanjay176
force-pushed
the
gloas-deferred-payload-availability-fixes
branch
from
August 18, 2026 02:06
2486be8 to
939fb34
Compare
pawanjay176
force-pushed
the
ef-tests-alpha-13
branch
from
August 18, 2026 02:06
5a131c8 to
91d4e5e
Compare
|
Some required checks have failed. Could you please take a look @eserilev? 🙏 |
pawanjay176
force-pushed
the
gloas-deferred-payload-availability-fixes
branch
from
August 18, 2026 18:06
939fb34 to
cb4017f
Compare
|
Some required checks have failed. Could you please take a look @eserilev? 🙏 |
michaelsproul
force-pushed
the
gloas-deferred-payload-availability-fixes
branch
from
August 25, 2026 04:48
cb4017f to
742c672
Compare
|
Some required checks have failed. Could you please take a look @eserilev? 🙏 |
michaelsproul
approved these changes
Aug 25, 2026
|
Queued — the merge queue status continues in this comment ↓. |
Merge Queue Status
This pull request spent 29 minutes 45 seconds in the queue, including 27 minutes 21 seconds running CI. Required conditions to merge
|
8 tasks
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.
Payload processing is deferred to the next block, so a state from before
process_parent_execution_payloaddoesn't have the parent's availability bit set.This PR impls the following fixes:
parent_slot.Only non same slot attestations read the availability bit, so these fixes are only relevant for attestations made on a skipped slot.
Depends on #9764