@@ -6,6 +6,30 @@ These endpoints have been added or updated since the last release.
66
77There are likely to be descriptions etc outside of the list below, but new query parameters, changes to headers, new endpoints should be listed.
88
9+ | 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 ) |
10+ | ---------------------------------------------------------------------------------------------------------------------| --------------------------------------------------| ---------------------------------------------------| ----------------------------------------------------| -------------------------------------------------| -------------------------------------------|
11+
12+ The Following are no longer in the Standard API, removed since the latest version.
13+
14+ | 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 ) |
15+ | ----------------------------------------------------------------------------------------------------------| --------------------------------------------------| ---------------------------------------------------| ----------------------------------------------------| -------------------------------------------------| -------------------------------------------|
16+
17+ ## v3.1.0
18+
19+ These endpoints have been added or updated since the last release.
20+
21+ There are likely to be descriptions etc outside of the list below, but new query parameters, changes to headers, new endpoints should be listed.
22+
23+ | 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 ) |
24+ | ---------------------------------------------------------------------------------------------------------------------| --------------------------------------------------| ---------------------------------------------------| ----------------------------------------------------| -------------------------------------------------| -------------------------------------------|
25+ | [ #512 ] ( https://github.com/ethereum/beacon-APIs/pull/512 ) ` GET /eth/v1/beacon/states/{state_id}/pending_consolidations ` added | | | | | |
26+
27+ ## v3.0.0
28+
29+ These endpoints have been added or updated since the last release.
30+
31+ There are likely to be descriptions etc outside of the list below, but new query parameters, changes to headers, new endpoints should be listed.
32+
933| 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 ) |
1034| ---------------------------------------------------------------------------------------------------------------------| --------------------------------------------------| ---------------------------------------------------| ----------------------------------------------------| -------------------------------------------------| -------------------------------------------|
1135| [ #447 ] ( https://github.com/ethereum/beacon-APIs/pull/447 ) ` GET /eth/v2/validator/aggregate_attestation ` added | | | | | |
@@ -16,12 +40,20 @@ There are likely to be descriptions etc outside of the list below, but new query
1640| [ #448 ] ( https://github.com/ethereum/beacon-APIs/pull/448 ) ` POST /eth/v2/beacon/pool/attester_slashings ` added | | | | | |
1741| [ #452 ] ( https://github.com/ethereum/beacon-APIs/pull/452 ) ` POST /eth/v1/beacon/states/{state_id}/validator_identities ` added | | | | | |
1842| [ #456 ] ( https://github.com/ethereum/beacon-APIs/pull/456 ) ` POST /eth/v2/validator/aggregate_and_proofs ` added | | | | | |
19-
43+ | [ #467 ] ( https://github.com/ethereum/beacon-APIs/pull/467 ) ` POST /eth/v1/beacon/blocks ` deprecated | | | | | |
44+ | [ #467 ] ( https://github.com/ethereum/beacon-APIs/pull/467 ) ` POST /eth/v1/beacon/blinded_blocks ` deprecated | | | | | |
45+ | [ #472 ] ( https://github.com/ethereum/beacon-APIs/pull/472 ) ` single_attestation EVENT ` added | | | | | |
46+ | [ #494 ] ( https://github.com/ethereum/beacon-APIs/pull/494 ) ` GET /eth/v1/beacon/deposit_snapshot ` deprecated | | | | | |
47+ | [ #498 ] ( https://github.com/ethereum/beacon-APIs/pull/498 ) ` GET /eth/v1/builder/states/{state_id}/expected_withdrawals ` deprecated | | | | | |
48+ | [ #500 ] ( https://github.com/ethereum/beacon-APIs/pull/500 ) ` GET /eth/v1/beacon/states/{state_id}/pending_deposits ` added | | | | | |
49+ | [ #500 ] ( https://github.com/ethereum/beacon-APIs/pull/500 ) ` GET /eth/v1/beacon/states/{state_id}/pending_partial_withdrawals ` added | | | | | |
2050
2151The Following are no longer in the Standard API, removed since the latest version.
2252
2353| 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 ) |
2454| ----------------------------------------------------------------------------------------------------------| --------------------------------------------------| ---------------------------------------------------| ----------------------------------------------------| -------------------------------------------------| -------------------------------------------|
55+ | [ #466 ] ( https://github.com/ethereum/beacon-APIs/pull/466 ) ` GET /eth/v2/validator/blocks/{slot} ` removed | | | | | |
56+ | [ #466 ] ( https://github.com/ethereum/beacon-APIs/pull/466 ) ` GET /eth/v1/validator/blinded_blocks/{slot} ` removed | | | | | |
2557
2658
2759## v2.5.0
0 commit comments