Rename gloas builder request auth types - #17432
Merged
Merged
Conversation
Renames the Gloas builder request authentication containers, domain, and size constants to the names in ethereum/builder-specs#165 at commit 0bac9997b1dedad40910220883e63e0eb4f9aa63: RequestAuth -> BuilderRequestAuth SignedRequestAuth -> SignedBuilderRequestAuth DOMAIN_REQUEST_AUTH -> DOMAIN_BUILDER_REQUEST_AUTH MAX_DATA_SIZE -> MAX_BUILDER_AUTH_DATA_SIZE The rename is carried through the generated protobuf/SSZ code, the SignRequest.builder_request_auth keymanager oneof field, the HTTP structs, and all call sites; request_auth.go moves to builder_request_auth.go. Only the spec key is user-visible: /eth/v1/config/spec now reports DOMAIN_BUILDER_REQUEST_AUTH, and custom config YAML files must use the new key. The domain value (0x0B000001), the 4096-byte cap, JSON field names, SSZ encodings, and endpoints are all unchanged. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
james-prysm
approved these changes
Aug 31, 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.
What type of PR is this?
What does this PR do? Why is it needed?
Builder request authentication types and containers are renamed. This PR matches with the latest
builder-specschange, includingRequestAuth/SignedRequestAuth->BuilderRequestAuth/SignedBuilderRequestAuthDOMAIN_REQUEST_AUTH->DOMAIN_BUILDER_REQUEST_AUTHNote that only user-facing change for this PR is "
DOMAIN_REQUEST_AUTH->DOMAIN_BUILDER_REQUEST_AUTH". Else, it is rather for readability and more conformant to the spec.Which issue(s) does this PR fix?
N/A
Other notes for review
Acknowledgements