change early-onboarding withdrawal prefix from 0x03 to 0xB0#130
Open
barnabasbusa wants to merge 1 commit into
Open
change early-onboarding withdrawal prefix from 0x03 to 0xB0#130barnabasbusa wants to merge 1 commit into
barnabasbusa wants to merge 1 commit into
Conversation
BUILDER_WITHDRAWAL_PREFIX changed to 0xB0 in ethereum/consensus-specs#5416 (v1.7.0-alpha.12). Pre-Gloas early-onboarding deposits through the validator deposit contract must carry the new prefix to be onboarded as builders at the fork. The EIP-8282 contract path (0x00 credentials) and deposit request type 0x03 are unaffected.
pk910
approved these changes
Jul 6, 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.
BUILDER_WITHDRAWAL_PREFIXchanged from0x03to0xB0in ethereum/consensus-specs#5416 (lands in v1.7.0-alpha.12, targeted by glamsterdam-devnet-7).The pre-Gloas early-onboarding deposit submitted through the regular validator deposit contract must now carry
0xB0-prefixed withdrawal credentials, otherwise the deposit stays pending as an ordinary validator deposit and the builder is never onboarded at the fork (onboard_builders_from_pending_depositsmatches on the prefix).Not changed, different namespaces:
0x00prefix)DOMAIN_DEPOSIT(0x03000000)0x03go build ./...andgo test ./pkg/...pass.