Skip to content

Commit c00f35a

Browse files
committed
version v25.3.1
1 parent e3d9434 commit c00f35a

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
2025-03-21 v25.3.1
2+
==================
3+
4+
Nimbus `v25.3.1` is a `low-urgency` release except for the Hoodi testnet, for which it's a `high-urgency` release.
5+
6+
### Improvements
7+
8+
- Add Hoodi testnet support:
9+
https://github.com/status-im/nimbus-eth2/pull/7021
10+
https://github.com/status-im/nimbus-eth2/pull/7022
11+
https://github.com/status-im/nimbus-eth2/pull/7025
12+
13+
- Improve block quarantine performance on forked chains:
14+
https://github.com/status-im/nimbus-eth2/pull/7006
15+
16+
- Implement getPendingDeposits and getPendingPartialWithdrawals beacon API endpoints:
17+
https://github.com/status-im/nimbus-eth2/pull/7010
18+
19+
- Add SSZ encoding support to builder API client calls:
20+
https://github.com/status-im/nimbus-eth2/pull/6970
21+
22+
- Stop the `--dump` command-line option dumping correct outgoing attestations:
23+
https://github.com/status-im/nimbus-eth2/pull/7012
24+
25+
### Fixes
26+
27+
- Improve partial blob sidecar response checking:
28+
https://github.com/status-im/nimbus-eth2/pull/6985
29+
30+
- Respond to un-synced blocks requests with `ResourceUnavailable`:
31+
https://github.com/status-im/nimbus-eth2/pull/6977
32+
133
2025-03-02 v25.3.0
234
==================
335

beacon_chain/version.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const
1919

2020
versionMajor* = 25
2121
versionMinor* = 3
22-
versionBuild* = 0
22+
versionBuild* = 1
2323

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

0 commit comments

Comments
 (0)