From c6bc677e9647f93cb3c5226a051d50a45273f959 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 15:50:07 +0100 Subject: [PATCH] Release v3.0.0 (#17) --- CHANGES.md | 14 ++++++++++++++ index.html | 1 + 2 files changed, 15 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 235c8c63..59834d5b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,20 @@ 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) | +|----------------------------------------------------------------------------------------------------------|--------------------------------------------------|---------------------------------------------------|----------------------------------------------------|-------------------------------------------------|-------------------------------------------| + +## v3.0.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..6a2822e5 100644 --- a/index.html +++ b/index.html @@ -48,6 +48,7 @@ // Begin Swagger UI call region const ui = SwaggerUIBundle({ urls: [ + {url: "./releases/v3.0.0/beacon-node-oapi.json", name: "v3.0.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"},