Skip to content

Commit 0e63f8f

Browse files
committed
Version 24.1.1
1 parent 3c9d17a commit 0e63f8f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
2024-01-08 v24.1.1
2+
==================
3+
4+
Nimbus `v24.1.1` is a hotfix addressing a problem introduced in the `v24.1.0` release. Nimbus was crashing immediately after being connected to an execution layer node which is not fully synced. All users of `v24.1.0` are advised to upgrade at their earliest convenience.
5+
16
2024-01-04 v24.1.0
27
==================
38

4-
Nimbus `v24.1.0` is a low-urgency upgrade bringing full support for the upcoming Cancun-Deneb hard-fork on the Goerli testnet and introducing the `/eth/v3/validator/blocks/{slot}` Beacon API end-point that greatly simplifies the implementation of profit-optimising validator clients.
9+
Nimbus `v24.1.0` is a `low-urgency` upgrade bringing full support for the upcoming Cancun-Deneb hard-fork on the Goerli testnet and introducing the `/eth/v3/validator/blocks/{slot}` Beacon API end-point that greatly simplifies the implementation of profit-optimising validator clients.
510

611
### Improvements
712

beacon_chain/version.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const
1818

1919
versionMajor* = 24
2020
versionMinor* = 1
21-
versionBuild* = 0
21+
versionBuild* = 1
2222

2323
versionBlob* = "stateofus" # Single word - ends up in the default graffiti
2424

0 commit comments

Comments
 (0)