Skip to content

Commit f124f22

Browse files
committed
Version 22.5.2
1 parent 14dc385 commit f124f22

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
2022-05-20 v22.5.1
215
==================
316

beacon_chain/version.nim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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):
1515
const
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

0 commit comments

Comments
 (0)