Skip to content

Commit bf4abf8

Browse files
committed
version v24.8.0
1 parent 44cc72c commit bf4abf8

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
2024-08-29 v24.8.0
2+
==================
3+
4+
Nimbus `v24.8.0` is a `low-urgency` release with beacon API improvements and fixes.
5+
6+
### Improvements
7+
8+
* Increase speed of processing blocks with deposits by 25%:
9+
https://github.com/status-im/nimbus-eth2/pull/6469
10+
11+
* Avoid running light client sync in background when node is synced:
12+
https://github.com/status-im/nimbus-eth2/pull/6505
13+
14+
* Add additional Sepolia bootnode:
15+
https://github.com/status-im/nimbus-eth2/pull/6490
16+
17+
### Fixes
18+
19+
* Add timeouts to failed execution layer requests:
20+
https://github.com/status-im/nimbus-eth2/pull/6441
21+
22+
* Use correct fork digest when broadcasting blob sidecars, sync committee, and sync contribution messages:
23+
https://github.com/status-im/nimbus-eth2/pull/6440
24+
25+
* Fix Holesky genesis state being downloaded multiple times:
26+
https://github.com/status-im/nimbus-eth2/pull/6452
27+
28+
* Check blob versioned hashes when optimistic syncing:
29+
https://github.com/status-im/nimbus-eth2/pull/6501
30+
31+
* Increase trusted node sync state downloading timeout to 120 seconds:
32+
https://github.com/status-im/nimbus-eth2/pull/6487
33+
134
2024-07-29 v24.7.0
235
==================
336

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

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

funding.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"opRetro": {
3+
"projectId": "0xe346264e87202b47f1057eb0b0fcaa0ea7f83e14507ca4585a91a5d94e0e92c0"
4+
}
5+
}

0 commit comments

Comments
 (0)