Containers and config for non-validating staked builders#10257
Merged
lucassaldanha merged 8 commits intoConsensys:masterfrom Jan 5, 2026
Merged
Containers and config for non-validating staked builders#10257lucassaldanha merged 8 commits intoConsensys:masterfrom
lucassaldanha merged 8 commits intoConsensys:masterfrom
Conversation
ethereum/spec/src/main/java/tech/pegasys/teku/spec/config/builder/GloasBuilder.java
Outdated
Show resolved
Hide resolved
ethereum/spec/src/testFixtures/java/tech/pegasys/teku/spec/util/BeaconStateBuilderGloas.java
Show resolved
Hide resolved
c2c0585 to
9f4b8dc
Compare
ethereum/spec/src/testFixtures/java/tech/pegasys/teku/spec/util/BeaconStateBuilderGloas.java
Show resolved
Hide resolved
lucassaldanha
approved these changes
Jan 5, 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 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
Containers and config as per ethereum/consensus-specs#4788
Even though yet not merged, specs have been more or less approved, so I don't expect changes in the structures, so it's a good start to prepare for this change.
Specrefs CI is supposed to fail, will fix after new release of consensus-specs
Fixed Issue(s)
N/A
Documentation
doc-change-requiredlabel to this PR if updates are required.Changelog
Note
Prepares Gloas for non-validating staked builders with new containers, state fields, and configuration.
BuilderSSZ container and exposesbuilderslist andnext_withdrawal_builder_indexinBeaconStateGloas; updates schema indices and state accessors/mutatorsBUILDER_REGISTRY_LIMIT,MIN_BUILDER_WITHDRAWABILITY_DELAY,MAX_BUILDERS_PER_WITHDRAWALS_SWEEP; extendsSpecConfigGloas, builder, impl, and presets/yamls; fixes zero default forLonginSpecBuilderUtilBuilderPendingPayment/BuilderPendingWithdrawalunderstate.versions.gloasand updates schema registry and usagesBeaconStateGloas.json, newBuilder.json) and updates mainnet config fixtureWritten by Cursor Bugbot for commit 9f4b8dc. This will update automatically on new commits. Configure here.