Skip to content

Commit

Permalink
version v25.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Feb 13, 2025
1 parent 8dd7f7f commit 3abc2f9
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-02-13 v25.2.0
==================

Nimbus `v25.2.0` is a `low-urgency` release for mainnet, but `high-urgency` release for Sepolia and Holesky due to Pectra-readiness for their upcoming forks.

### Improvements

- Add Holesky and Sepolia Electra fork epochs:
https://github.com/status-im/nimbus-eth2/pull/6908

- Improve syncing smoothness and steadiness:
https://github.com/status-im/nimbus-eth2/pull/6722

- Initiate metrics server later in BN startup sequence, to mitigate transient metrics during validator loading:
https://github.com/status-im/nimbus-eth2/pull/6902

### Fixes

- Fix keymanager API listFeeRecipient and getGasLimit endpoints in presence of web3signer validators:
https://github.com/status-im/nimbus-eth2/pull/6916

- Update builder API registered fee recipient and gas limit from validator client without restart:
https://github.com/status-im/nimbus-eth2/pull/6907

- Fix capital case fork version name being returned in certain beacon API JSON response version` fields:
https://github.com/status-im/nimbus-eth2/pull/6905

2025-01-28 v25.1.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* = 1
versionMinor* = 2
versionBuild* = 0

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

0 comments on commit 3abc2f9

Please sign in to comment.