Skip to content

Commit 7a0c310

Browse files
committed
version v25.7.0
1 parent 95370e4 commit 7a0c310

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+
2025-07-10 v25.7.0
2+
==================
3+
4+
Nimbus `v25.7.0` is a `low-urgency` release, except for usage of the validator client with non-Nimbus beacon nodes for which it's a `medium-urgency` release.
5+
6+
### Improvements
7+
8+
- Increase default builder API gas limit to 45M:
9+
https://github.com/status-im/nimbus-eth2/pull/7234
10+
11+
- Ensure that validator client attests in a timely way even with partially unresponsive beacon nodes:
12+
https://github.com/status-im/nimbus-eth2/pull/7276
13+
14+
- Implement postStateValidatorIdentities beacon API endpoint:
15+
https://github.com/status-im/nimbus-eth2/pull/7223
16+
17+
- Implement getDebugDataColumnSidecars beacon API endpoint:
18+
https://github.com/status-im/nimbus-eth2/pull/7237
19+
20+
### Fixes
21+
22+
- Fix sync-related crash regression in v25.6.0:
23+
https://github.com/status-im/nimbus-eth2/pull/7275
24+
25+
- Restore validator client compatibility with beacon nodes providing BPO schedules:
26+
https://github.com/status-im/nimbus-eth2/pull/7219
27+
28+
- Add missing `finalized` field to getStateV2 beacon API endpoint:
29+
https://github.com/status-im/nimbus-eth2/pull/7248
30+
131
2025-06-16 v25.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* = 25
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)