Skip to content

Commit eccb490

Browse files
Release v3.0.0 (#20)
Co-authored-by: nflaig <[email protected]>
1 parent 8e4a936 commit eccb490

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CHANGES.md

+14
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ These endpoints have been added or updated since the last release.
66

77
There 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.0.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+
923
| 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) |
1024
|---------------------------------------------------------------------------------------------------------------------|--------------------------------------------------|---------------------------------------------------|----------------------------------------------------|-------------------------------------------------|-------------------------------------------|
1125
| [#447](https://github.com/ethereum/beacon-APIs/pull/447) `GET /eth/v2/validator/aggregate_attestation` added | | | | | |

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
// Begin Swagger UI call region
5050
const ui = SwaggerUIBundle({
5151
urls: [
52+
{url: "./releases/v3.0.0/beacon-node-oapi.json", name: "v3.0.0"},
5253
{url: "./releases/v2.5.0/beacon-node-oapi.json", name: "v2.5.0"},
5354
{url: "./releases/v2.4.2/beacon-node-oapi.json", name: "v2.4.2"},
5455
{url: "./releases/v2.4.1/beacon-node-oapi.json", name: "v2.4.1"},

0 commit comments

Comments
 (0)