Skip to content

Commit 3bf96a5

Browse files
committed
version v24.9.0
1 parent ec831f1 commit 3bf96a5

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
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+
128
2024-08-29 v24.8.0
229
==================
330

beacon_chain/version.nim

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

2020
versionMajor* = 24
21-
versionMinor* = 8
21+
versionMinor* = 9
2222
versionBuild* = 0
2323

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

0 commit comments

Comments
 (0)