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-09-30 v24.9.0
2
+ ==================
3
+
4
+ Nimbus ` v24.9.0 ` is a ` low-urgency ` release with beacon API improvements and stability fixes.
5
+
6
+ ### Improvements
7
+
8
+ * Add support for getBlockRewards and getSyncCommitteeRewards beacon API endpoints:
9
+ https://github.com/status-im/nimbus-eth2/pull/6556
10
+
11
+ * Add support for publishAggregateAndProofsV2 beacon API endpoint:
12
+ https://github.com/status-im/nimbus-eth2/pull/6546
13
+
14
+ * Add support for getPoolAttestationsV2 beacon API endpoint:
15
+ https://github.com/status-im/nimbus-eth2/pull/6511
16
+
17
+ ### Fixes
18
+
19
+ * Web3signer always resolves DNS hostnames:
20
+ https://github.com/status-im/nimbus-eth2/pull/6567
21
+
22
+ * Avoid potential crash while initializing UPnP:
23
+ https://github.com/status-im/nimbus-eth2/pull/6538
24
+
25
+ * Fix missing field values in Deneb and Electra getBlindedBlock beacon API endpoint responses:
26
+ https://github.com/status-im/nimbus-eth2/pull/6569
27
+
1
28
2024-08-29 v24.8.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* = 8
21
+ versionMinor* = 9
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