From f124f22f108f64416f890297560cae8e6c136d08 Mon Sep 17 00:00:00 2001 From: Dustin Brody Date: Mon, 30 May 2022 15:36:40 +0000 Subject: [PATCH] Version 22.5.2 --- CHANGELOG.md | 13 +++++++++++++ beacon_chain/version.nim | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e0511af1..650608909 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +2022-05-30 v22.5.2 +================== + +Nimbus `v22.5.2` is a `low-urgency` maintenance release updating Ropsten testnet support. + +### Fixes: + +* Modify proposer boost from 70% to 40% to improve network consensus + https://github.com/status-im/nimbus-eth2/commit/14dc3855f6cd06579294322a6ed206f678c8530f + +* Update Ropsten TTD to a large enough number it can't be readily triggered by mining + https://github.com/status-im/nimbus-eth2/pull/3668 + 2022-05-20 v22.5.1 ================== diff --git a/beacon_chain/version.nim b/beacon_chain/version.nim index 0d560088f..3ce6d7543 100644 --- a/beacon_chain/version.nim +++ b/beacon_chain/version.nim @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2021 Status Research & Development GmbH +# Copyright (c) 2018-2022 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). @@ -15,7 +15,7 @@ when not defined(nimscript): const versionMajor* = 22 versionMinor* = 5 - versionBuild* = 1 + versionBuild* = 2 versionBlob* = "stateofus" # Single word - ends up in the default graffiti