Skip to content

Commit 7d00786

Browse files
committed
version v24.6.0
1 parent 7920dd0 commit 7d00786

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
2024-06-24 v24.6.0
2+
==================
3+
4+
Nimbus `v24.6.0` is a `low-urgency` release with performance and safety improvements.
5+
6+
### Improvements
7+
8+
* Improve SHA256 protocol object hashing speed by 30%:
9+
https://github.com/status-im/nimbus-eth2/pull/6292
10+
11+
* Ensure that when a paired Nimbus beacon node and validator client improperly share validator keys, they avoid slashing:
12+
https://github.com/status-im/nimbus-eth2/pull/6329
13+
14+
* Add block scoring to validator client to pick the best block from multiple beacon nodes:
15+
https://github.com/status-im/nimbus-eth2/pull/6303
16+
17+
* Enable block monitoring in validator client by default to attest earlier and more reliably:
18+
https://github.com/status-im/nimbus-eth2/pull/6331
19+
20+
### Fixes
21+
22+
* Fix light client libp2p gossip topic subscriptions:
23+
https://github.com/status-im/nimbus-eth2/pull/6351
24+
125
2024-05-23 v24.5.1
226
==================
327

beacon_chain/version.nim

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ const
1818
"Copyright (c) 2019-" & compileYear & " Status Research & Development GmbH"
1919

2020
versionMajor* = 24
21-
versionMinor* = 5
22-
versionBuild* = 1
21+
versionMinor* = 6
22+
versionBuild* = 0
2323

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

0 commit comments

Comments
 (0)