mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-27 07:06:42 +00:00
refactor(waku-store): remove wakunode2 waku_store exports
This commit is contained in:
parent
f373f8bc56
commit
73df74f8c6
@ -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