Migrate the validator client to the Gloas builder API (Gloas builder API 5/5) - #9807
Conversation
This was referenced Aug 13, 2026
Merged
Member
Author
|
This pull request is part of a Mergify stack:
|
This was referenced Aug 13, 2026
ethDreamer
force-pushed
the
stack/ethDreamer/gloas-builder-api-stacked/migrate-validator-client-gloas-builder-api-gloas--aeeaf620
branch
from
August 13, 2026 23:39
cb7346e to
d71aa2c
Compare
Member
Author
Revision history
|
ethDreamer
force-pushed
the
stack/ethDreamer/gloas-builder-api-stacked/migrate-validator-client-gloas-builder-api-gloas--aeeaf620
branch
2 times, most recently
from
August 14, 2026 18:25
f107071 to
edf5c39
Compare
ethDreamer
force-pushed
the
stack/ethDreamer/gloas-builder-api-stacked/migrate-validator-client-gloas-builder-api-gloas--aeeaf620
branch
2 times, most recently
from
August 18, 2026 17:51
2ec9497 to
d921468
Compare
This was referenced Aug 19, 2026
ethDreamer
force-pushed
the
stack/ethDreamer/gloas-builder-api-stacked/migrate-validator-client-gloas-builder-api-gloas--aeeaf620
branch
from
August 19, 2026 19:31
d921468 to
692d025
Compare
ethDreamer
force-pushed
the
stack/ethDreamer/gloas-builder-api-stacked/migrate-validator-client-gloas-builder-api-gloas--aeeaf620
branch
from
August 19, 2026 21:58
692d025 to
d52d1a0
Compare
ethDreamer
force-pushed
the
stack/ethDreamer/gloas-builder-api-stacked/migrate-validator-client-gloas-builder-api-gloas--aeeaf620
branch
from
August 20, 2026 17:50
d52d1a0 to
636e480
Compare
ethDreamer
force-pushed
the
stack/ethDreamer/gloas-builder-api-stacked/migrate-validator-client-gloas-builder-api-gloas--aeeaf620
branch
2 times, most recently
from
August 20, 2026 23:35
0c7a564 to
3d54857
Compare
ethDreamer
force-pushed
the
stack/ethDreamer/gloas-builder-api-stacked/migrate-validator-client-gloas-builder-api-gloas--aeeaf620
branch
from
August 21, 2026 14:15
3d54857 to
86623b2
Compare
ethDreamer
force-pushed
the
stack/ethDreamer/gloas-builder-api-stacked/migrate-validator-client-gloas-builder-api-gloas--aeeaf620
branch
from
August 24, 2026 18:03
86623b2 to
6c118a1
Compare
…API 5/5) Final PR of the Gloas builder API stack: - sign builder request-auth and preferences (REQUEST_AUTH signing domain, web3signer message type) - add the builder configuration store (`builder_definitions.yml`) and book documentation - add the builder-preferences service and switch block production to `POST` produceBlockV4 with a `BuilderConfig` body, threading the `Eth-Builder-Url` header through block publication - remove the now-unused legacy `GET` produceBlockV4 client methods Change-Id: Iaeeaf6205a024e4fb9fd11aae6ac6a75978a8320
ethDreamer
force-pushed
the
stack/ethDreamer/gloas-builder-api-stacked/migrate-validator-client-gloas-builder-api-gloas--aeeaf620
branch
from
August 25, 2026 17:47
6c118a1 to
5e47ae6
Compare
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.
Final PR of the Gloas builder API stack:
web3signer message type)
builder_definitions.yml) and bookdocumentation
POSTproduceBlockV4 with aBuilderConfigbody, threading theEth-Builder-Urlheader through block publicationGETproduceBlockV4 client methodsDepends-On: #9806