From 05530f262c03418cc87e4520b38afdc46e8dab63 Mon Sep 17 00:00:00 2001 From: tersec Date: Tue, 28 Jan 2025 18:30:44 +0000 Subject: [PATCH] version v25.1.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ beacon_chain/version.nim | 6 +++--- 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92023b7bb4..9e12012df9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +2024-01-28 v25.1.0 +================== + +Nimbus `v25.1.0` is a `medium-urgency` release with a gas limit increase, along with beacon API and security fixes. + +### Improvements + +* Increase builder API default gas limit to 36M: + https://github.com/status-im/nimbus-eth2/pull/6763 + +### Fixes + +* With multiple execution clients, wait for valid block response before concluding block is not valid: + https://github.com/status-im/nimbus-eth2/pull/6812 + +* Fix Docker image regression from v24.11.0 which could prevent starting beacon node: + https://github.com/status-im/nimbus-eth2/pull/6803 + +* Fix validator voluntary exiting given potential discrepancies about future fork scheduling: + https://github.com/status-im/nimbus-eth2/pull/6811 + +* Fix `sync_aggregate` value in `getBlockRewards` beacon API endpoint: + https://github.com/status-im/nimbus-eth2/pull/6829 + +* Fix `last_seen_p2p_address` value in `getPeers` beacon API endpoint: + https://github.com/status-im/nimbus-eth2/pull/6595 + 2024-12-12 v24.12.0 =================== diff --git a/beacon_chain/version.nim b/beacon_chain/version.nim index d2cf8c4eb4..4290e8e487 100644 --- a/beacon_chain/version.nim +++ b/beacon_chain/version.nim @@ -1,5 +1,5 @@ # beacon_chain -# Copyright (c) 2018-2024 Status Research & Development GmbH +# Copyright (c) 2018-2025 Status Research & Development GmbH # Licensed and distributed under either of # * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT). # * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0). @@ -17,8 +17,8 @@ const copyrights* = "Copyright (c) 2019-" & compileYear & " Status Research & Development GmbH" - versionMajor* = 24 - versionMinor* = 12 + versionMajor* = 25 + versionMinor* = 1 versionBuild* = 0 versionBlob* = "stateofus" # Single word - ends up in the default graffiti