Skip to content

Commit 33b6bb7

Browse files
authored
Remove apis deprecated in electra release (#549)
* Remove deposit snapshot api * Remove v1 attestation apis * Remove v1 block publishing apis * Remove get next withdrawals api * Fix PR number
1 parent 0bd5147 commit 33b6bb7

File tree

12 files changed

+11
-509
lines changed

12 files changed

+11
-509
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ The Following are no longer in the Standard API, removed since the latest versio
1616

1717
| 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) |
1818
|----------------------------------------------------------------------------------------------------------|--------------------------------------------------|---------------------------------------------------|----------------------------------------------------|-------------------------------------------------|-------------------------------------------|
19+
| [#549](https://github.com/ethereum/beacon-APIs/pull/549) `GET /eth/v1/beacon/deposit_snapshot` removed | | | | | |
20+
| [#549](https://github.com/ethereum/beacon-APIs/pull/549) `GET /eth/v1/beacon/blocks/{block_id}/attestations` removed | | | | | |
21+
| [#549](https://github.com/ethereum/beacon-APIs/pull/549) `GET /eth/v1/beacon/pool/attestations` removed | | | | | |
22+
| [#549](https://github.com/ethereum/beacon-APIs/pull/549) `POST /eth/v1/beacon/pool/attestations` removed | | | | | |
23+
| [#549](https://github.com/ethereum/beacon-APIs/pull/549) `GET /eth/v1/beacon/pool/attester_slashings` removed | | | | | |
24+
| [#549](https://github.com/ethereum/beacon-APIs/pull/549) `POST /eth/v1/beacon/pool/attester_slashings` removed | | | | | |
25+
| [#549](https://github.com/ethereum/beacon-APIs/pull/549) `GET /eth/v1/validator/aggregate_attestation` removed | | | | | |
26+
| [#549](https://github.com/ethereum/beacon-APIs/pull/549) `POST /eth/v1/validator/aggregate_and_proofs` removed | | | | | |
27+
| [#549](https://github.com/ethereum/beacon-APIs/pull/549) `POST /eth/v1/beacon/blocks` removed | | | | | |
28+
| [#549](https://github.com/ethereum/beacon-APIs/pull/549) `POST /eth/v1/beacon/blinded_blocks` removed | | | | | |
29+
| [#549](https://github.com/ethereum/beacon-APIs/pull/549) `GET /eth/v1/builder/states/{state_id}/expected_withdrawals` removed | | | | | |
1930

2031
## v3.1.0
2132

apis/beacon/blocks/attestations.yaml

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

apis/beacon/blocks/blinded_blocks.yaml

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

apis/beacon/blocks/blocks.yaml

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

apis/beacon/deposit_snapshot.yaml

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

apis/beacon/pool/attestations.yaml

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

apis/beacon/pool/attester_slashings.yaml

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

0 commit comments

Comments
 (0)