mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 14:26:26 +00:00
This reverts commit 63173ab2c1767549cef3d0774375190a4a455478. It appears the cluster is having trouble staying connected - since the culprit is unknown, this is a first step on the way to what was stable. Notably, this does not fully revert libp2p itself, merely the gossip version.
This commit is contained in:
parent
9255945fb0
commit
937decb0e9
@ -26,8 +26,10 @@ import
|
||||
peer_pool, spec/[datatypes, digest, helpers, network], ./time,
|
||||
keystore_management
|
||||
|
||||
# gossipsub 1.1
|
||||
import libp2p/protocols/pubsub/gossipsub
|
||||
when defined(nbc_gossipsub_11):
|
||||
import libp2p/protocols/pubsub/gossipsub
|
||||
else:
|
||||
import libp2p/protocols/pubsub/gossipsub10
|
||||
|
||||
when chronicles.enabledLogLevel == LogLevel.TRACE:
|
||||
import std/sequtils
|
||||
|
2
vendor/nim-libp2p
vendored
2
vendor/nim-libp2p
vendored
@ -1 +1 @@
|
||||
Subproject commit 03639f144683bc5ab54732641366ae3692b0ce76
|
||||
Subproject commit 7b5259dbc713851f5fd14d2024fedf2cee4f95c7
|
Loading…
x
Reference in New Issue
Block a user