File tree 2 files changed +26
-2
lines changed
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
+
1
25
2024-05-23 v24.5.1
2
26
==================
3
27
Original file line number Diff line number Diff line change 18
18
" Copyright (c) 2019-" & compileYear & " Status Research & Development GmbH"
19
19
20
20
versionMajor* = 24
21
- versionMinor* = 5
22
- versionBuild* = 1
21
+ versionMinor* = 6
22
+ versionBuild* = 0
23
23
24
24
versionBlob* = " stateofus" # Single word - ends up in the default graffiti
25
25
You can’t perform that action at this time.
0 commit comments