gloas vc block production - #15
Closed
shane-moore wants to merge 1 commit into
Closed
Conversation
Open
shane-moore
force-pushed
the
gloas-containers-additions
branch
from
October 16, 2025 21:17
fafc062 to
f3e822b
Compare
shane-moore
force-pushed
the
gloas-vc-publish-block
branch
2 times, most recently
from
October 17, 2025 01:10
295830a to
1225422
Compare
shane-moore
force-pushed
the
gloas-vc-publish-block
branch
from
October 27, 2025 20:18
1225422 to
f2c7cd7
Compare
shane-moore
changed the base branch from
gloas-containers-additions
to
gloas-envelope-processing
October 27, 2025 20:19
shane-moore
force-pushed
the
gloas-vc-publish-block
branch
from
October 28, 2025 11:58
f2c7cd7 to
813d791
Compare
shane-moore
force-pushed
the
gloas-vc-publish-block
branch
from
October 28, 2025 12:26
813d791 to
e4aafe1
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.
Changes
How This Works
In Gloas, the
publish_blockflow in the VC is modified to add the get, sign, and publish of a payload envelope, which occus when theBeaconBlock.body.signed_execution_payload_bid.message.builder_indexis the same as the proposer's validator index.Additionally, when requesting a block from the BN, we will no longer receive blobs or kzg commitments. Instead, payload envelopes and blobs will be released by the proposer in the self-building scenario or otherwise by the in-protocol builder. There is no longer a concept of requesting unblinded or blinded blocks since all CL blocks just contain bids.
Client-side endpoints were added to support requesting gloas block and additionally envelopes. All the new and modified epbs beacon api endpoints are defined in PR.
Todo's (left comments in the code as well)
envelope_verification.rsflow since we request an envelope to sign and gossip during block production. Additionally, theproduce_blockcall to the BN will no longer respond with blobs for example, so we'll need to modify this endpoint. Additionally, the BN endpoint that receives the signed block to broadcast flow will need to be modified as well.produce_block_v4and other new endpoints on the server side