Skip to content

Commit 0a4d3ac

Browse files
committed
version v24.7.0
1 parent 6fa8524 commit 0a4d3ac

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
2024-07-29 v24.7.0
2+
==================
3+
4+
Nimbus `v24.7.0` is a `low-urgency` release with beacon API improvements and fixes.
5+
6+
### Improvements
7+
8+
* Add support for publishBlindedBlockV2 beacon API endpoint:
9+
https://github.com/status-im/nimbus-eth2/pull/6413
10+
11+
* Improve block proposal rewards in the absence of pre-aggregated sync contributions:
12+
https://github.com/status-im/nimbus-eth2/pull/6384
13+
14+
### Fixes
15+
16+
* Fix SSZ decoding for beacon API publishBlock and publishBlockV2 endpoints
17+
https://github.com/status-im/nimbus-eth2/pull/6408
18+
19+
* Fix `statuses` parameter handling in postStateValidators beacon API endpoint:
20+
https://github.com/status-im/nimbus-eth2/pull/6391
21+
22+
* Restore functioning Sepolia bootnodes, as previous bootnodes had gradually vanished:
23+
https://github.com/status-im/nimbus-eth2/pull/6421
24+
25+
* Fix IP addresses returned by getNetworkIdentity beacon API endpoint:
26+
https://github.com/status-im/nimbus-eth2/pull/6422
27+
28+
* Ensure Keymanager API fee recipient changes propagate to builder API relays:
29+
https://github.com/status-im/nimbus-eth2/pull/6412
30+
131
2024-06-24 v24.6.0
232
==================
333

beacon_chain/version.nim

Lines changed: 1 addition & 1 deletion
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* = 6
21+
versionMinor* = 7
2222
versionBuild* = 0
2323

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

0 commit comments

Comments
 (0)