Skip to content

Commit e2de6b9

Browse files
committed
Release v4.0.0
1 parent 88fc940 commit e2de6b9

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
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+
## v4.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
| [#535](https://github.com/ethereum/beacon-APIs/pull/535) `data_column_sidecar EVENT` added | | | | | |

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
// Begin Swagger UI call region
4949
const ui = SwaggerUIBundle({
5050
urls: [
51+
{url: "./releases/v4.0.0/beacon-node-oapi.json", name: "v4.0.0"},
5152
{url: "./releases/v3.1.0/beacon-node-oapi.json", name: "v3.1.0"},
5253
{url: "./releases/v3.0.0/beacon-node-oapi.json", name: "v3.0.0"},
5354
{url: "./releases/v2.5.0/beacon-node-oapi.json", name: "v2.5.0"},

0 commit comments

Comments
 (0)