Skip to content

Commit 139e2d4

Browse files
committed
Remove get next withdrawals api
1 parent 9ad828f commit 139e2d4

File tree

3 files changed

+1
-68
lines changed

3 files changed

+1
-68
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The Following are no longer in the Standard API, removed since the latest versio
2626
| [#547](https://github.com/ethereum/beacon-APIs/pull/547) `POST /eth/v1/validator/aggregate_and_proofs` removed | | | | | |
2727
| [#547](https://github.com/ethereum/beacon-APIs/pull/547) `POST /eth/v1/beacon/blocks` removed | | | | | |
2828
| [#547](https://github.com/ethereum/beacon-APIs/pull/547) `POST /eth/v1/beacon/blinded_blocks` removed | | | | | |
29+
| [#547](https://github.com/ethereum/beacon-APIs/pull/547) `GET /eth/v1/builder/states/{state_id}/expected_withdrawals` removed | | | | | |
2930

3031
## v3.1.0
3132

apis/builder/states/expected_withdrawals.yaml

Lines changed: 0 additions & 63 deletions
This file was deleted.

beacon-node-oapi.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ servers:
4545
tags:
4646
- name: Beacon
4747
description: Set of endpoints to query beacon chain.
48-
- name: Builder
49-
description: Set of endpoints specific to building blocks.
5048
- name: Config
5149
description: Endpoints to query chain configuration, specification, and fork schedules.
5250
- name: Debug
@@ -145,9 +143,6 @@ paths:
145143
/eth/v1/beacon/pool/bls_to_execution_changes:
146144
$ref: "./apis/beacon/pool/bls_to_execution_changes.yaml"
147145

148-
/eth/v1/builder/states/{state_id}/expected_withdrawals:
149-
$ref: "./apis/builder/states/expected_withdrawals.yaml"
150-
151146
/eth/v2/debug/beacon/states/{state_id}:
152147
$ref: './apis/debug/state.v2.yaml'
153148
/eth/v2/debug/beacon/heads:

0 commit comments

Comments
 (0)