Conversation
james-prysm
approved these changes
May 29, 2026
4 tasks
james-prysm
added a commit
to OffchainLabs/prysm
that referenced
this pull request
May 29, 2026
2 tasks
2 tasks
barnabasbusa
approved these changes
Jun 1, 2026
nflaig
added a commit
to ChainSafe/lodestar
that referenced
this pull request
Jun 1, 2026
shane-moore
added a commit
to shane-moore/beacon-APIs
that referenced
this pull request
Jun 1, 2026
…with-payload Resolve execution_payload path conflicts from ethereum#613 (pluralized endpoint paths): take master's plural forms for the already-merged ethereum#552 endpoints (execution_payload_bids, execution_payload_envelopes/{block_id}). The two new ethereum#580 envelope endpoints (POST execution_payload_envelope and validator GET execution_payload_envelope) are kept as-is here and pluralized in the follow-up commit. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
shane-moore
added a commit
to shane-moore/beacon-APIs
that referenced
this pull request
Jun 1, 2026
Rename the two new envelope paths added by this PR to plural, matching the beacon-APIs collection convention (blocks, blinded_blocks, blobs) and ethereum#613, per nflaig review (r3337188903): - POST /eth/v1/beacon/execution_payload_envelopes - GET /eth/v1/validator/execution_payload_envelopes/{slot}/{beacon_block_root} $ref filenames are left unchanged; only the URL path keys, the CHANGES.md entries, and the block.v4 cross-reference change. The execution_payload_bid event name stays singular. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
4 tasks
mergify Bot
pushed a commit
to sigp/lighthouse
that referenced
this pull request
Jun 5, 2026
tldr the routes got pluralized ethereum/beacon-APIs#613 Co-Authored-By: Eitan Seri-Levi <eserilev@ucsc.edu>
pull Bot
pushed a commit
to All-Blockchains/prysm
that referenced
this pull request
Jun 10, 2026
**What type of PR is this?** Bug fix **What does this PR do? Why is it needed?** - support for ssz on get and propose payload envelope and payload envelope content - query parameter for gossip validation on payload envelope relies on OffchainLabs#16421 and OffchainLabs#16306, needs some small changes to hook ptc up, if ptc is no issue 16421 is mainly required Testing ``` participants: - 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: 2 cl_extra_params: - --subscribe-all-subnets - --verbosity=debug vc_extra_params: - --enable-beacon-rest-api - --stateless - --verbosity=debug - 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 validator_count: 63 cl_extra_params: - --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 global_log_level: debug ``` **Which issues(s) does this PR fix?** partially fixes ethereum/beacon-APIs#580 depends on shane-moore/beacon-APIs#10 implements ethereum/beacon-APIs#613 **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: satushh <satushh@gmail.com> Co-authored-by: Jun Song <87601811+syjn99@users.noreply.github.com>
syjn99
added a commit
to syjn99/prysm
that referenced
this pull request
Jun 11, 2026
**What type of PR is this?** Bug fix **What does this PR do? Why is it needed?** - support for ssz on get and propose payload envelope and payload envelope content - query parameter for gossip validation on payload envelope relies on OffchainLabs#16421 and OffchainLabs#16306, needs some small changes to hook ptc up, if ptc is no issue 16421 is mainly required Testing ``` participants: - 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: 2 cl_extra_params: - --subscribe-all-subnets - --verbosity=debug vc_extra_params: - --enable-beacon-rest-api - --stateless - --verbosity=debug - 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 validator_count: 63 cl_extra_params: - --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 global_log_level: debug ``` **Which issues(s) does this PR fix?** partially fixes ethereum/beacon-APIs#580 depends on shane-moore/beacon-APIs#10 implements ethereum/beacon-APIs#613 **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: satushh <satushh@gmail.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.
Align the new gloas routes with the REST naming convention used elsewhere in the spec (
blocks,states, etc.), where a resource addressed by an id or published to a collection uses a plural noun.