mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 22:43:09 +00:00
deploy: 48475e552b72654b0fe10621f9052ee0c226842f
This commit is contained in:
parent
de066f04f0
commit
c0bdb21227
@ -11,10 +11,12 @@ import
|
||||
libp2p/stream/[bufferstream, connection],
|
||||
libp2p/crypto/crypto,
|
||||
libp2p/protocols/pubsub/pubsub,
|
||||
libp2p/protocols/pubsub/rpc/message,
|
||||
../../waku/v2/node/wakunode2,
|
||||
libp2p/protocols/pubsub/rpc/message
|
||||
import
|
||||
../../waku/v2/protocol/waku_store,
|
||||
../../waku/v2/node/peer_manager/peer_manager,
|
||||
../../waku/v2/node/storage/peer/waku_peer_storage,
|
||||
../../waku/v2/node/wakunode2,
|
||||
../test_helpers
|
||||
|
||||
procSuite "Peer Manager":
|
||||
|
||||
@ -4,9 +4,11 @@ import
|
||||
std/[options, sequtils, sets],
|
||||
chronicles,
|
||||
json_rpc/rpcserver,
|
||||
libp2p/[peerinfo, switch],
|
||||
../wakunode2,
|
||||
libp2p/[peerinfo, switch]
|
||||
import
|
||||
../../protocol/waku_store,
|
||||
../peer_manager/peer_manager,
|
||||
../wakunode2,
|
||||
./jsonrpc_types
|
||||
|
||||
export jsonrpc_types
|
||||
|
||||
@ -32,7 +32,6 @@ import
|
||||
export
|
||||
builders,
|
||||
waku_relay, waku_message,
|
||||
waku_store,
|
||||
waku_swap,
|
||||
waku_filter,
|
||||
waku_rln_relay_types,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user