Skip to content

Commit

Permalink
version v25.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Mar 2, 2025
1 parent d74e9ab commit fad7b9a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
2025-03-02 v25.3.0
==================

Nimbus `v25.3.0` is a `low-urgency` release except for the Gnosis Chiado testnet, for which it's a `high-urgency` release.

### Improvements

- Add Gnosis Chiado testnet Electra fork support:
https://github.com/status-im/nimbus-eth2/pull/6968

- Add SSZ support for the registerValidator beacon REST API endpoint:
https://github.com/status-im/nimbus-eth2/pull/6943

- Increase trusted node sync state download timeout to 3 minutes:
https://github.com/status-im/nimbus-eth2/pull/6969

- Add link to trusted node sync documentation regarding state download timeout:
https://github.com/status-im/nimbus-eth2/pull/6927

### Fixes

- Fix validator client graffiti with web3signer validators:
https://github.com/status-im/nimbus-eth2/pull/6927

- Fix sync completion percentages exceeding 100%:
https://github.com/status-im/nimbus-eth2/pull/6922

2025-02-13 v25.2.0
==================

Expand Down
2 changes: 1 addition & 1 deletion beacon_chain/version.nim
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const
"Copyright (c) 2019-" & compileYear & " Status Research & Development GmbH"

versionMajor* = 25
versionMinor* = 2
versionMinor* = 3
versionBuild* = 0

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

0 comments on commit fad7b9a

Please sign in to comment.