mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-21 20:10:36 +00:00
version v24.5.1
This commit is contained in:
parent
73f56b5026
commit
a98c119b98
24
CHANGELOG.md
24
CHANGELOG.md
@ -1,3 +1,27 @@
|
||||
2024-05-23 v24.5.1
|
||||
==================
|
||||
|
||||
Nimbus `v24.5.0` is a `low-urgency` release with stability, performance, and beacon and builder API improvements.
|
||||
|
||||
### Improvements
|
||||
|
||||
* 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-05-23 v24.5.0
|
||||
==================
|
||||
|
||||
|
@ -19,7 +19,7 @@ const
|
||||
|
||||
versionMajor* = 24
|
||||
versionMinor* = 5
|
||||
versionBuild* = 0
|
||||
versionBuild* = 1
|
||||
|
||||
versionBlob* = "stateofus" # Single word - ends up in the default graffiti
|
||||
|
||||
|
2
vendor/nim-ssz-serialization
vendored
2
vendor/nim-ssz-serialization
vendored
@ -1 +1 @@
|
||||
Subproject commit ea28231c2367cf3311a1f9bbcb35059501fc13f9
|
||||
Subproject commit 248f2bdca2d65ff920920c72b764d0622d522596
|
Loading…
x
Reference in New Issue
Block a user