Grpc stateless gloas - #16943
Merged
Merged
Conversation
Co-authored-by: satushh <satushh@gmail.com>
…ayload for stateful endpoint
syjn99
self-requested a review
June 23, 2026 05:39
syjn99
reviewed
Jun 26, 2026
Resolve conflict in proposer.go from #17040 (split Gloas/pre-Gloas block production). Move the stateless self-build logic (eagerPayloadStateRoot threading, envelope capture, inline GloasContents bundling) into the new buildBlockGloas path, and reconcile storeExecutionPayloadEnvelope's (envelope, error) signature with its call site. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
syjn99
self-requested a review
June 29, 2026 14:15
syjn99
previously approved these changes
Jun 29, 2026
syjn99
left a comment
Member
There was a problem hiding this comment.
Already had a couple of review rounds, and last commits are more like cosmetic one so LGTM
james-prysm
enabled auto-merge
June 29, 2026 15:59
nalepae
previously approved these changes
Jun 29, 2026
nalepae
approved these changes
Jun 29, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Jun 29, 2026
james-prysm
enabled auto-merge
June 29, 2026 19:24
4 tasks
pull Bot
pushed a commit
to Hawthorne001/prysm
that referenced
this pull request
Jul 17, 2026
**What type of PR is this?** Feature **What does this PR do? Why is it needed?** reverts the blinded envelop introduced in OffchainLabs#16943 based on discussion and spec change on beacon api specs. kurtosis test ``` participants: - el_type: ethrex el_image: ethpandaops/ethrex:glamsterdam-devnet-5 el_extra_params: - --http.api=eth,net,web3,admin cl_type: prysm cl_image: gcr.io/offchainlabs/prysm/beacon-chain:latest vc_image: gcr.io/offchainlabs/prysm/validator:latest supernode: true cl_extra_params: - --verbosity=debug vc_extra_params: - --verbosity=debug count: 4 network_params: fulu_fork_epoch: 0 gloas_fork_epoch: 1 seconds_per_slot: 6 genesis_delay: 30 additional_services: - dora - tx_fuzz global_log_level: debug ``` **Which issue(s) does this PR fix?** implements ethereum/beacon-APIs#624 **Other notes for review** **Acknowledgements** - [x] I have read [CONTRIBUTING.md](https://github.com/prysmaticlabs/prysm/blob/develop/CONTRIBUTING.md). - [x] I have included a uniquely named [changelog fragment file](https://github.com/prysmaticlabs/prysm/blob/develop/CONTRIBUTING.md#maintaining-changelogmd). - [x] I have added a description with sufficient context for reviewers to understand this PR. - [x] I have tested that my changes work as expected and I added a testing plan to the PR description (if applicable).
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?
Feature
What does this PR do? Why is it needed?
introduces the -- stateless flag for grpc and updates grpc to match rest in terms of blinded envelope use for stateful path which is the default.
test configs
Which issues(s) does this PR fix?
Fixes #
Other notes for review
Acknowledgements