Remove next epoch lookahead from PTC duties - #586
Merged
Conversation
Merged
4 tasks
satushh
approved these changes
Mar 12, 2026
james-prysm
approved these changes
Mar 12, 2026
github-merge-queue Bot
pushed a commit
to OffchainLabs/prysm
that referenced
this pull request
Mar 12, 2026
**What does this PR do? Why is it needed?** Implemented the spec change: ethereum/beacon-APIs#586 (Removed next epoch lookahead from PTC duties)
syjn99
pushed a commit
to syjn99/prysm
that referenced
this pull request
Mar 13, 2026
**What does this PR do? Why is it needed?** Implemented the spec change: ethereum/beacon-APIs#586 (Removed next epoch lookahead from PTC duties)
This was referenced Mar 16, 2026
rolfyone
added a commit
to rolfyone/teku
that referenced
this pull request
Mar 16, 2026
ptc duties can no longer lookahead, with PR ethereum/beacon-APIs#586 - updated description.
2 tasks
nflaig
added a commit
that referenced
this pull request
Mar 25, 2026
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.
The PTC assignments are not stable for the next epoch so we should not be required to serve these duties via the api as we will need to re-compute them for the current epoch anyways. This PR effectively removes the requirement for clients to serve next epoch PTC duties.
Related ethereum/consensus-specs#4992