File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1+ 2022-05-30 v22.5.2
2+ ==================
3+
4+ Nimbus ` v22.5.2 ` is a ` low-urgency ` maintenance release updating Ropsten testnet support.
5+
6+ ### Fixes:
7+
8+ * Modify proposer boost from 70% to 40% to improve network consensus
9+ https://github.com/status-im/nimbus-eth2/commit/14dc3855f6cd06579294322a6ed206f678c8530f
10+
11+ * Update Ropsten TTD to a large enough number it can't be readily triggered by mining
12+ https://github.com/status-im/nimbus-eth2/pull/3668
13+
1142022-05-20 v22.5.1
215==================
316
Original file line number Diff line number Diff line change 1- # Copyright (c) 2018-2021 Status Research & Development GmbH
1+ # Copyright (c) 2018-2022 Status Research & Development GmbH
22# Licensed and distributed under either of
33# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
44# * 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):
1515const
1616 versionMajor* = 22
1717 versionMinor* = 5
18- versionBuild* = 1
18+ versionBuild* = 2
1919
2020 versionBlob* = " stateofus" # Single word - ends up in the default graffiti
2121
You can’t perform that action at this time.
0 commit comments