Skip to content

Commit 6c14bf1

Browse files
nflaigrolfyone
andauthored
Remove deprecated produce block apis (#466)
Co-authored-by: Paul Harris <[email protected]>
1 parent aa1be25 commit 6c14bf1

File tree

4 files changed

+2
-163
lines changed

4 files changed

+2
-163
lines changed

CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ The Following are no longer in the Standard API, removed since the latest versio
2222

2323
| 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) |
2424
|----------------------------------------------------------------------------------------------------------|--------------------------------------------------|---------------------------------------------------|----------------------------------------------------|-------------------------------------------------|-------------------------------------------|
25+
| [#466](https://github.com/ethereum/beacon-APIs/pull/466) `GET /eth/v2/validator/blocks/{slot}` removed | | | | | |
26+
| [#466](https://github.com/ethereum/beacon-APIs/pull/466) `GET /eth/v1/validator/blinded_blocks/{slot}` removed | | | | | |
2527

2628

2729
## v2.5.0

apis/validator/blinded_block.yaml

-81
This file was deleted.

apis/validator/block.v2.yaml

-78
This file was deleted.

beacon-node-oapi.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,8 @@ paths:
184184
$ref: "./apis/validator/duties/proposer.yaml"
185185
/eth/v1/validator/duties/sync/{epoch}:
186186
$ref: "./apis/validator/duties/sync.yaml"
187-
/eth/v2/validator/blocks/{slot}:
188-
$ref: "./apis/validator/block.v2.yaml"
189187
/eth/v3/validator/blocks/{slot}:
190188
$ref: "./apis/validator/block.v3.yaml"
191-
/eth/v1/validator/blinded_blocks/{slot}:
192-
$ref: "./apis/validator/blinded_block.yaml"
193189
/eth/v1/validator/attestation_data:
194190
$ref: "./apis/validator/attestation_data.yaml"
195191
/eth/v1/validator/aggregate_attestation:

0 commit comments

Comments
 (0)