Skip to content

Commit fad7b9a

Browse files
committed
version v25.3.0
1 parent d74e9ab commit fad7b9a

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
2025-03-02 v25.3.0
2+
==================
3+
4+
Nimbus `v25.3.0` is a `low-urgency` release except for the Gnosis Chiado testnet, for which it's a `high-urgency` release.
5+
6+
### Improvements
7+
8+
- Add Gnosis Chiado testnet Electra fork support:
9+
https://github.com/status-im/nimbus-eth2/pull/6968
10+
11+
- Add SSZ support for the registerValidator beacon REST API endpoint:
12+
https://github.com/status-im/nimbus-eth2/pull/6943
13+
14+
- Increase trusted node sync state download timeout to 3 minutes:
15+
https://github.com/status-im/nimbus-eth2/pull/6969
16+
17+
- Add link to trusted node sync documentation regarding state download timeout:
18+
https://github.com/status-im/nimbus-eth2/pull/6927
19+
20+
### Fixes
21+
22+
- Fix validator client graffiti with web3signer validators:
23+
https://github.com/status-im/nimbus-eth2/pull/6927
24+
25+
- Fix sync completion percentages exceeding 100%:
26+
https://github.com/status-im/nimbus-eth2/pull/6922
27+
128
2025-02-13 v25.2.0
229
==================
330

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* = 2
21+
versionMinor* = 3
2222
versionBuild* = 0
2323

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

0 commit comments

Comments
 (0)