Skip to content

Add Gloas builder API protobuf types and auth domain - #16977

Merged
terencechain merged 1 commit into
developfrom
gloas-builder-api-proto
Jun 16, 2026
Merged

Add Gloas builder API protobuf types and auth domain#16977
terencechain merged 1 commit into
developfrom
gloas-builder-api-proto

Conversation

@terencechain

Copy link
Copy Markdown
Collaborator

This PR adds the protobuf types for the Gloas builder API: request auth and builder preferences plus the DOMAIN_REQUEST_AUTH signature domain and the max_execution_payment / request_auth fields on the keymanager config. Definitions only

ethereum/builder-specs#138

@github-project-automation github-project-automation Bot moved this to Unassigned in Gloas Jun 15, 2026
@terencechain
terencechain force-pushed the gloas-builder-api-proto branch from ea73ebe to c3d1da2 Compare June 15, 2026 22:02

// Offset (0) 'BuilderUrl'
dst = ssz.WriteOffset(dst, offset)
offset += len(r.BuilderUrl)
if s.Message == nil {
s.Message = new(RequestAuthV1)
}
offset += s.Message.SizeSSZ()
if b.Auth == nil {
b.Auth = new(SignedRequestAuthV1)
}
offset += b.Auth.SizeSSZ()
@terencechain
terencechain force-pushed the gloas-builder-api-proto branch from c3d1da2 to 55e82bc Compare June 16, 2026 02:15
@syjn99
syjn99 self-requested a review June 16, 2026 02:33
Comment thread proto/prysm/v1alpha1/gloas_builder_api.proto Outdated
@terencechain
terencechain force-pushed the gloas-builder-api-proto branch from 55e82bc to 5480135 Compare June 16, 2026 03:37
@terencechain
terencechain added this pull request to the merge queue Jun 16, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jun 16, 2026
@terencechain
terencechain added this pull request to the merge queue Jun 16, 2026
Merged via the queue into develop with commit 6dde0ac Jun 16, 2026
24 checks passed
@terencechain
terencechain deleted the gloas-builder-api-proto branch June 16, 2026 16:11
@github-project-automation github-project-automation Bot moved this from Unassigned to Done in Gloas Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants