mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-02 09:46:26 +00:00
Gossip11 post audit (#1917)
* bump libp2p gossip * use gossip 1.1 * use proper libp2p commit hash * switch to master libp2p, has audit fixes now
This commit is contained in:
parent
8d998a5a8b
commit
63173ab2c1
@ -26,10 +26,8 @@ import
|
||||
peer_pool, spec/[datatypes, digest, helpers, network], ./time,
|
||||
keystore_management
|
||||
|
||||
when defined(nbc_gossipsub_11):
|
||||
import libp2p/protocols/pubsub/gossipsub
|
||||
else:
|
||||
import libp2p/protocols/pubsub/gossipsub10
|
||||
# gossipsub 1.1
|
||||
import libp2p/protocols/pubsub/gossipsub
|
||||
|
||||
when chronicles.enabledLogLevel == LogLevel.TRACE:
|
||||
import std/sequtils
|
||||
|
2
vendor/nim-libp2p
vendored
2
vendor/nim-libp2p
vendored
@ -1 +1 @@
|
||||
Subproject commit 1de1d49223505a44535fa8835d1c0c65fc4c00fb
|
||||
Subproject commit 75b023c9e57b090dc67f928285c3d08105231ba9
|
Loading…
x
Reference in New Issue
Block a user