Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 9.14 KB

CHANGES.md

File metadata and controls

46 lines (32 loc) · 9.14 KB

Recent Changes

Development Version

These endpoints have been added or updated since the last release.

There are likely to be descriptions etc outside of the list below, but new query parameters, changes to headers, new endpoints should be listed.

Endpoint Lighthouse Lodestar Nimbus Prysm Teku
#353 /eth/v1/beacon/states/{state_id} added
#339 POST /eth/v3/beacon/blocks added
#350 blob_sidecar EVENT added

The Following are no longer in the Standard API, removed since the latest version.

Endpoint Lighthouse Lodestar Nimbus Prysm Teku
#353 /eth/v1/debug/beacon/states/{state_id} deprecated
#339 POST /eth/v2/beacon/*blocks deprecated

Version 2.4.1

Endpoint Lighthouse Lodestar Nimbus Prysm Teku
#317 POST /eth/v2/beacon/blocks and POST /eth/v2/beacon/blinded_blocks
#316 /eth/v2/debug/beacon/states added historical_summaries to response
#289 /eth/v2/debug/beacon/states added deneb state to response
#289 /eth/v1/beacon/blinded_blocks/{block_id} added deneb blinded block to response
#289 /eth/v2/beacon/blocks/{block_id} added deneb block to response
#289 /eth/v1/validator/blinded_blocks/{slot} added deneb blinded block
#289 /eth/v1/validator/blocks/{slot} added deneb block
#286 NEW /eth/v1/beacon/blob_sidecars/{block_id}
#319 /eth/v1/debug/beacon/heads removed deprecated endpoint
#302 Added BlockContents structures for deneb blocks and blob_sidecars
#327 Increased maximum number of blobs from 4 to 6

Version 2.4.0

Note Clients can add notes about level of support for specific endpoints if there are caveats or aspects not implemented.

Endpoint Lighthouse Lodestar Nimbus Prysm Teku