version v24.5.0
This commit is contained in:
parent
8ca537c8b9
commit
73f56b5026
27
CHANGELOG.md
27
CHANGELOG.md
|
@ -1,3 +1,30 @@
|
||||||
|
2024-05-23 v24.5.0
|
||||||
|
==================
|
||||||
|
|
||||||
|
Nimbus `v24.5.0` is a `low-urgency` release with stability, performance, and beacon and builder API improvements.
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
|
||||||
|
* Improve SHA256 protocol object hashing speed by 30%:
|
||||||
|
https://github.com/status-im/nimbus-eth2/pull/5188
|
||||||
|
|
||||||
|
* Enable IPv6 for Discovery v5 protocol:
|
||||||
|
https://github.com/status-im/nimbus-eth2/pull/6242
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
* Fix potential crash on slow libp2p sending:
|
||||||
|
https://github.com/status-im/nimbus-eth2/pull/6280
|
||||||
|
|
||||||
|
* Fix `publishBlockV2` to correctly verify block signature:
|
||||||
|
https://github.com/status-im/nimbus-eth2/pull/6261
|
||||||
|
|
||||||
|
* Fix `submitBlindedBlock` to include `Eth-Consensus-Version` header:
|
||||||
|
https://github.com/status-im/nimbus-eth2/pull/6256
|
||||||
|
|
||||||
|
* Fix `getAggregatedAttestation` 404 handling in Nimbus VC:
|
||||||
|
https://github.com/status-im/nimbus-eth2/pull/6254
|
||||||
|
|
||||||
2024-04-29 v24.4.0
|
2024-04-29 v24.4.0
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ const
|
||||||
"Copyright (c) 2019-" & compileYear & " Status Research & Development GmbH"
|
"Copyright (c) 2019-" & compileYear & " Status Research & Development GmbH"
|
||||||
|
|
||||||
versionMajor* = 24
|
versionMajor* = 24
|
||||||
versionMinor* = 4
|
versionMinor* = 5
|
||||||
versionBuild* = 0
|
versionBuild* = 0
|
||||||
|
|
||||||
versionBlob* = "stateofus" # Single word - ends up in the default graffiti
|
versionBlob* = "stateofus" # Single word - ends up in the default graffiti
|
||||||
|
|
Loading…
Reference in New Issue