File tree 2 files changed +28
-1
lines changed
2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2024-05-23 v24.5.0
2
+ ==================
3
+
4
+ Nimbus ` v24.5.0 ` is a ` low-urgency ` release with stability, performance, and beacon and builder API improvements.
5
+
6
+ ### Improvements
7
+
8
+ * Improve SHA256 protocol object hashing speed by 30%:
9
+ https://github.com/status-im/nimbus-eth2/pull/5188
10
+
11
+ * Enable IPv6 for Discovery v5 protocol:
12
+ https://github.com/status-im/nimbus-eth2/pull/6242
13
+
14
+ ### Fixes
15
+
16
+ * Fix potential crash on slow libp2p sending:
17
+ https://github.com/status-im/nimbus-eth2/pull/6280
18
+
19
+ * Fix ` publishBlockV2 ` to correctly verify block signature:
20
+ https://github.com/status-im/nimbus-eth2/pull/6261
21
+
22
+ * Fix ` submitBlindedBlock ` to include ` Eth-Consensus-Version ` header:
23
+ https://github.com/status-im/nimbus-eth2/pull/6256
24
+
25
+ * Fix ` getAggregatedAttestation ` 404 handling in Nimbus VC:
26
+ https://github.com/status-im/nimbus-eth2/pull/6254
27
+
1
28
2024-04-29 v24.4.0
2
29
==================
3
30
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* = 4
21
+ versionMinor* = 5
22
22
versionBuild* = 0
23
23
24
24
versionBlob* = " stateofus" # Single word - ends up in the default graffiti
You can’t perform that action at this time.
0 commit comments