We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15babaa commit 92defe0Copy full SHA for 92defe0
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+2025-07-31 v25.7.1
2
+==================
3
+
4
+Nimbus `v25.7.1` is a `medium-urgency` release, fixing a potential syncing-related crash.
5
6
+### Improvements
7
8
+- Use Nimbus agent string for builder API calls:
9
+ https://github.com/status-im/nimbus-eth2/pull/7300
10
11
+### Fixes
12
13
+- Fix assertion on syncing:
14
+ https://github.com/status-im/nimbus-eth2/pull/7315
15
16
2025-07-10 v25.7.0
17
==================
18
beacon_chain/version.nim
@@ -19,7 +19,7 @@ const
19
20
versionMajor* = 25
21
versionMinor* = 7
22
- versionBuild* = 0
+ versionBuild* = 1
23
24
versionBlob* = "stateofus" # Single word - ends up in the default graffiti
25
0 commit comments