Merge commit 'd19ffcaa0d9505d81a83d7be0049154cae871c7b' into dev/etan/lc-wasm4
This commit is contained in:
commit
87b2ea9de3
|
@ -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
|
||||
|
|
|
@ -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
|
||||
===================
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ const
|
|||
|
||||
versionMajor* = 23
|
||||
versionMinor* = 10
|
||||
versionBuild* = 0
|
||||
versionBuild* = 1
|
||||
|
||||
versionBlob* = "stateofus" # Single word - ends up in the default graffiti
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b2eac7ecbdb695b0b7033f2069b03a63d28aee2b
|
||||
Subproject commit 0011a5e720e2e61beb75b3384cd788c72548284a
|
Loading…
Reference in New Issue