From e205a9d4e6b0f8f1250c66b53f5b83f361c99589 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 20:02:02 +0100 Subject: [PATCH] Release v2.6.0 (#8) Co-authored-by: nflaig <38436224+nflaig@users.noreply.github.com> --- CHANGES.md | 16 +++++++++++++++- index.html | 1 + 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index b54ebc18..e768ccfe 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,12 +1,26 @@ # 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](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) | +|---------------------------------------------------------------------------------------------------------------------|--------------------------------------------------|---------------------------------------------------|----------------------------------------------------|-------------------------------------------------|-------------------------------------------| + +The Following are no longer in the Standard API, removed since the latest version. + +| 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) | +|----------------------------------------------------------------------------------------------------------|--------------------------------------------------|---------------------------------------------------|----------------------------------------------------|-------------------------------------------------|-------------------------------------------| + + +## v2.6.0 + +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](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) | |---------------------------------------------------------------------------------------------------------------------|--------------------------------------------------|---------------------------------------------------|----------------------------------------------------|-------------------------------------------------|-------------------------------------------| | [#447](https://github.com/ethereum/beacon-APIs/pull/447) `GET /eth/v2/validator/aggregate_attestation` added | | | | | | diff --git a/index.html b/index.html index 6e240767..4b591164 100644 --- a/index.html +++ b/index.html @@ -48,6 +48,7 @@ // Begin Swagger UI call region const ui = SwaggerUIBundle({ urls: [ + {url: "./releases/v2.6.0/beacon-node-oapi.json", name: "v2.6.0"}, {url: "./releases/v2.5.0/beacon-node-oapi.json", name: "v2.5.0"}, {url: "./releases/v2.4.2/beacon-node-oapi.json", name: "v2.4.2"}, {url: "./releases/v2.4.1/beacon-node-oapi.json", name: "v2.4.1"},