Align Gloas builder API request auth types and bid request headers with builder-specs - #17372
Merged
Merged
Conversation
terencechain
force-pushed
the
request-auth-spec-alignment
branch
from
August 18, 2026 18:26
0d271fa to
b4198e0
Compare
pull Bot
pushed a commit
to All-Blockchains/prysm
that referenced
this pull request
Aug 19, 2026
- Replace `builder_request_auths` on `BlockRequest` with a `BuilderConfig` carrying resolved `BuilderEntry`s (`url`, `auth`, `builder_pubkeys`, `max_execution_payment`, `min_bid`, `builder_boost_factor`), shaped to beacon-APIs#630 - Request auths now sign the entry's auth data (default: the UTF-8 bytes of its `url`) instead of the URL string, so the signed identity is decoupled from the HTTP dial target and a sidecar/proxy can front a builder - The beacon node routes bid requests by entry `url` and forwards the auth byte-for-byte; entries may share a `url` with distinct auth data, one request per entry - `SubmitBuilderPreferencesRequest` carries the dial `url` separately from the opaque auth data - The validator client resolves entries at propose time and signs on cache miss, so proposals no longer depend on a prior preference push - Per-entry limits ride the wire but are not yet enforced; the beacon still applies the pushed per-pubkey `max_execution_payment` (enforcement is the next PR in the stack) Second of the stack replacing OffchainLabs#17124, on top of OffchainLabs#17372.
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.
RequestAuthV1/SignedRequestAuthV1/BuilderPreferencesV1/BuilderPreferencesRequestV1to their unversioned spec names, andvalidator_pubkeytoproposer_pubkey, per builder-specs#165Date-MillisecondsandX-Timeout-Msheaders, both required by the spec