From 5d8a4b3ac56f3a5dd723ebed9d950fe277a588c9 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Sat, 4 Nov 2023 09:01:31 +0100 Subject: [PATCH 1/2] libp2p: revert scoring (#5549) * Use libp2p b2eac7e-and-revert-c6aa085 * Fix libp2p branch reference --------- Co-authored-by: Diego Co-authored-by: Zahary Karadjov --- .gitmodules | 2 +- vendor/nim-libp2p | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 71d512a1c..c0e39c3a2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,7 +24,7 @@ path = vendor/nim-libp2p url = https://github.com/status-im/nim-libp2p.git ignore = untracked - branch = unstable + branch = b2eac7e-and-revert-c6aa085 [submodule "vendor/nimbus-build-system"] path = vendor/nimbus-build-system url = https://github.com/status-im/nimbus-build-system.git diff --git a/vendor/nim-libp2p b/vendor/nim-libp2p index b2eac7ecb..0011a5e72 160000 --- a/vendor/nim-libp2p +++ b/vendor/nim-libp2p @@ -1 +1 @@ -Subproject commit b2eac7ecbdb695b0b7033f2069b03a63d28aee2b +Subproject commit 0011a5e720e2e61beb75b3384cd788c72548284a From d19ffcaa0d9505d81a83d7be0049154cae871c7b Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Mon, 6 Nov 2023 16:27:05 +0200 Subject: [PATCH 2/2] Version 23.10.1 --- CHANGELOG.md | 6 ++++++ beacon_chain/version.nim | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5d1b7543..446118441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +2023-11-06 v23.10.1 +=================== + +Nimbus `v23.10.1` is a `low-urgency` hotfix release addressing a peer scoring issue introduced in the `v23.10.0` release. The issue manifests under specific network circumstances as a buildup of gossip topics with a low number of peers. Affected users are advised to upgrade at their earliest convenience. + + 2023-10-17 v23.10.0 =================== diff --git a/beacon_chain/version.nim b/beacon_chain/version.nim index 9691bc30d..434d792b4 100644 --- a/beacon_chain/version.nim +++ b/beacon_chain/version.nim @@ -18,7 +18,7 @@ const versionMajor* = 23 versionMinor* = 10 - versionBuild* = 0 + versionBuild* = 1 versionBlob* = "stateofus" # Single word - ends up in the default graffiti