From 546fe275be0f12adacd3de3a230a7ae652b478e0 Mon Sep 17 00:00:00 2001 From: Nico Flaig Date: Fri, 29 May 2026 00:16:40 +0100 Subject: [PATCH] Pluralize gloas execution payload endpoint paths --- CHANGES.md | 6 +++--- beacon-node-oapi.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 247f199e..ce916a5b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,11 +8,11 @@ There are likely to be descriptions etc outside of the list below, but new query | Endpoint | [Lighthouse](https://github.com/sigp/lighthouse) | [Lodestar](https://github.com/ChainSafe/lodestar) | [Nimbus](https://github.com/status-im/nimbus-eth2) | [Prysm](https://github.com/prysmaticlabs/prysm) | [Teku](https://github.com/ConsenSys/teku) | |---------------------------------------------------------------------------------------------------------------------|--------------------------------------------------|---------------------------------------------------|----------------------------------------------------|-------------------------------------------------|-------------------------------------------| -| [#552](https://github.com/ethereum/beacon-APIs/pull/552) `GET /eth/v1/validator/execution_payload_bid/{slot}/{builder_index}` added | | | | | | +| [#552](https://github.com/ethereum/beacon-APIs/pull/552) `GET /eth/v1/validator/execution_payload_bids/{slot}/{builder_index}` added | | | | | | | [#552](https://github.com/ethereum/beacon-APIs/pull/552) `GET /eth/v1/validator/payload_attestation_data/{slot}` added | | | | | | | [#552](https://github.com/ethereum/beacon-APIs/pull/552) `POST /eth/v1/validator/duties/ptc/{epoch}` added | | | | | | -| [#552](https://github.com/ethereum/beacon-APIs/pull/552) `POST /eth/v1/beacon/execution_payload_bid` added | | | | | | -| [#552](https://github.com/ethereum/beacon-APIs/pull/552) `GET /eth/v1/beacon/execution_payload_envelope/{block_id}` added | | | | | | +| [#552](https://github.com/ethereum/beacon-APIs/pull/552) `POST /eth/v1/beacon/execution_payload_bids` added | | | | | | +| [#552](https://github.com/ethereum/beacon-APIs/pull/552) `GET /eth/v1/beacon/execution_payload_envelopes/{block_id}` added | | | | | | | [#552](https://github.com/ethereum/beacon-APIs/pull/552) `GET /eth/v1/beacon/pool/payload_attestations` added | | | | | | | [#552](https://github.com/ethereum/beacon-APIs/pull/552) `POST /eth/v1/beacon/pool/payload_attestations` added | | | | | | | [#552](https://github.com/ethereum/beacon-APIs/pull/552) `GET /eth/v2/beacon/blocks/{block_id}` updated | | | | | | diff --git a/beacon-node-oapi.yaml b/beacon-node-oapi.yaml index cbb66e57..47ffec4a 100644 --- a/beacon-node-oapi.yaml +++ b/beacon-node-oapi.yaml @@ -104,9 +104,9 @@ paths: $ref: "./apis/beacon/blocks/blinded_blocks.v2.yaml" /eth/v2/beacon/blocks: $ref: "./apis/beacon/blocks/blocks.v2.yaml" - /eth/v1/beacon/execution_payload_bid: + /eth/v1/beacon/execution_payload_bids: $ref: "./apis/beacon/execution_payload/bid.yaml" - /eth/v1/beacon/execution_payload_envelope/{block_id}: + /eth/v1/beacon/execution_payload_envelopes/{block_id}: $ref: "./apis/beacon/execution_payload/envelope_get.yaml" /eth/v2/beacon/blocks/{block_id}: $ref: "./apis/beacon/blocks/block.v2.yaml" @@ -218,7 +218,7 @@ paths: $ref: "./apis/validator/register_validator.yaml" /eth/v1/validator/liveness/{epoch}: $ref: "./apis/validator/liveness.yaml" - /eth/v1/validator/execution_payload_bid/{slot}/{builder_index}: + /eth/v1/validator/execution_payload_bids/{slot}/{builder_index}: $ref: "./apis/validator/execution_payload_bid.yaml" /eth/v1/events: