File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 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+
1252024-05-23 v24.5.1
226==================
327
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments