EIP-8061 implementation - #10629
Merged
zilm13 merged 1 commit intoApr 29, 2026
Merged
EIP-8061 implementation#10629zilm13 merged 1 commit into
zilm13 merged 1 commit into
Conversation
StefanBratanov
force-pushed
the
glamsterdam-devnet-0
branch
2 times, most recently
from
April 29, 2026 08:34
4855a05 to
62ef1d0
Compare
zilm13
changed the base branch from
glamsterdam-devnet-0
to
glamsterdam-devnet-1
April 29, 2026 08:40
zilm13
marked this pull request as ready for review
April 29, 2026 08:53
StefanBratanov
force-pushed
the
glamsterdam-devnet-1
branch
from
April 29, 2026 11:44
62ef1d0 to
52cd9f4
Compare
23 tasks
zilm13
force-pushed
the
exit-churn-increase
branch
from
April 29, 2026 15:09
894a67c to
e8a7de7
Compare
zilm13
merged commit Apr 29, 2026
839b8fe
into
Consensys-Incorporated:glamsterdam-devnet-1
4 checks passed
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
For devnet1
ethereum/consensus-specs#5061
Fixed Issue(s)
Documentation
doc-change-requiredlabel to this PR if updates are required.Changelog
Note
High Risk
Touches consensus-critical churn/queue logic for activations, exits, consolidations, and pending deposit processing; incorrect values or wiring would alter state transitions and fork behavior.
Overview
Implements EIP-8061 churn semantics for the Gloas fork by adding new spec config parameters and deriving three distinct churn limits: capped activation-only, uncapped exit, and independent consolidation.
Epoch processing is updated so pending deposits consume the activation-only churn budget (via a new overridable hook in
EpochProcessorElectraand an override inEpochProcessorGloas), and Gloas exit scheduling (computeExitEpochAndUpdateChurn) is changed to use the uncapped exit churn limit. Mainnet/minimal YAML configs are extended with the new constants, and tests are expanded/added to cover the new churn limit calculations and updated exit/deposit behavior.Reviewed by Cursor Bugbot for commit e8a7de7. Bugbot is set up for automated code reviews on this repo. Configure here.