Validator rest ptc - #16856
Merged
Merged
Conversation
Resolved all conflicts by preferring develop's duty store types and patterns. The split endpoint feature from this branch will be re-added once grpc-split-duties-apis merges into develop. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…in head event fix
james-prysm
marked this pull request as ready for review
June 9, 2026 16:28
syjn99
self-requested a review
June 10, 2026 02:11
syjn99
previously approved these changes
Jun 10, 2026
Co-authored-by: Jun Song <87601811+syjn99@users.noreply.github.com>
syjn99
approved these changes
Jun 10, 2026
james-prysm
enabled auto-merge
June 10, 2026 14:33
syjn99
added a commit
to syjn99/prysm
that referenced
this pull request
Jun 11, 2026
**What type of PR is this?** Feature **What does this PR do? Why is it needed?** hooks up the ptc rest apis to the validator client while in rest mode that is missing them follow up to OffchainLabs#16421 testing ``` participants: # Stateless VC: requests block + envelope inline (include_payload=true) and # publishes SignedExecutionPayloadEnvelopeContents (blobs + KZG proofs). - el_type: ethrex el_image: ethpandaops/ethrex:glamsterdam-devnet-4 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 count: 1 validator_count: 32 cl_extra_params: - --subscribe-all-subnets - --verbosity=debug vc_extra_params: - --enable-beacon-rest-api - --stateless - --verbosity=debug # Stateful VC: BN caches the envelope (include_payload=false) and the VC # publishes the spec-wire SignedBlindedExecutionPayloadEnvelope. - el_type: ethrex el_image: ethpandaops/ethrex:glamsterdam-devnet-4 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 count: 1 validator_count: 32 cl_extra_params: - --subscribe-all-subnets - --verbosity=debug vc_extra_params: - --enable-beacon-rest-api - --verbosity=debug network_params: fulu_fork_epoch: 0 gloas_fork_epoch: 2 seconds_per_slot: 6 genesis_delay: 40 additional_services: - dora - spamoor # spamoor generates load so payloads are non-empty: eoatx for normal EL txs, # blobs to exercise the blob/KZG path through the stateless envelope Contents flow. spamoor_params: spammers: - scenario: eoatx config: throughput: 10 - scenario: blobs config: throughput: 2 global_log_level: debug ``` observe if ptcs are being sent/voted on **Which issues(s) does this PR fix?** Fixes # **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). --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Jun Song <87601811+syjn99@users.noreply.github.com>
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?
hooks up the ptc rest apis to the validator client while in rest mode that is missing them
follow up to #16421
testing
observe if ptcs are being sent/voted on
Which issues(s) does this PR fix?
Fixes #
Other notes for review
Acknowledgements