Skip to content

Commit c4037d6

Browse files
committed
version v24.10.0
1 parent 40f2acc commit c4037d6

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
2024-10-29 v24.10.0
2+
===================
3+
4+
Nimbus `v24.10.0` is a `low-urgency` release with performance improvements and stability fixes. It is `high-urgency` in specific cases where the beacon REST API might be externally exposed, which is not the default configuration.
5+
6+
### Improvements
7+
8+
* Improve performance for syncing with a timing-out or nonresponsive execution client:
9+
https://github.com/status-im/nimbus-eth2/pull/6665
10+
11+
* Increase execution payload block hash verification performance for optimistic sync by 100x:
12+
https://github.com/status-im/nimbus-eth2/pull/6610
13+
14+
* Increase validator client scalability with number of validators:
15+
https://github.com/status-im/nimbus-eth2/pull/6609
16+
17+
### Fixes
18+
19+
* Fix crash on overlong JSON array reading:
20+
https://github.com/status-im/nimbus-eth2/pull/6674
21+
22+
* Fix infinite loop in validator client when all validators lack indices:
23+
https://github.com/status-im/nimbus-eth2/pull/6615
24+
125
2024-09-30 v24.9.0
226
==================
327

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* = 9
21+
versionMinor* = 10
2222
versionBuild* = 0
2323

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

0 commit comments

Comments
 (0)