Skip to content

Commit

Permalink
deprecate getNextWithdrawals (#498)
Browse files Browse the repository at this point in the history
* deprecate getNextWithdrawals

* update changelog

---------

Co-authored-by: Nico Flaig <nflaig@protonmail.com>
  • Loading branch information
tersec and nflaig authored Feb 11, 2025
1 parent 65f76ff commit e45bcd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ There are likely to be descriptions etc outside of the list below, but new query
| [#467](https://github.com/ethereum/beacon-APIs/pull/467) `POST /eth/v1/beacon/blinded_blocks` deprecated | | | | | |
| [#472](https://github.com/ethereum/beacon-APIs/pull/472) `single_attestation EVENT` added | | | | | |
| [#494](https://github.com/ethereum/beacon-APIs/pull/494) `GET /eth/v1/beacon/deposit_snapshot` deprecated | | | | | |
| [#498](https://github.com/ethereum/beacon-APIs/pull/498) `GET /eth/v1/builder/states/{state_id}/expected_withdrawals` deprecated | | | | | |


The Following are no longer in the Standard API, removed since the latest version.
Expand Down
3 changes: 2 additions & 1 deletion apis/builder/states/expected_withdrawals.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
get:
operationId: "getNextWithdrawals"
summary: "Get the withdrawals that are to be included for the block built on the specified state."
deprecated: true
description: |
Get the withdrawals computed from the specified state, that will be included in the block
that gets built on the specified state.
Expand Down Expand Up @@ -59,4 +60,4 @@ get:
"406":
$ref: "../../../beacon-node-oapi.yaml#/components/responses/NotAcceptable"
"500":
$ref: '../../../beacon-node-oapi.yaml#/components/responses/InternalError'
$ref: '../../../beacon-node-oapi.yaml#/components/responses/InternalError'

0 comments on commit e45bcd0

Please sign in to comment.