Skip to content

Commit 73f56b5

Browse files
committed
version v24.5.0
1 parent 8ca537c commit 73f56b5

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-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+
128
2024-04-29 v24.4.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* = 4
21+
versionMinor* = 5
2222
versionBuild* = 0
2323

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

0 commit comments

Comments
 (0)