refactor(waku-lightpush): remove wakunode2 waku_lightpush exports

This commit is contained in:
Lorenzo Delgado 2022-08-05 16:52:34 +02:00 committed by Lorenzo Delgado
parent d201a37330
commit 613812023e
2 changed files with 4 additions and 3 deletions

View File

@ -21,9 +21,11 @@ import libp2p/[switch, # manage transports, a single entry poi
protocols/secure/secio, # define the protocol of secure input / output, allows encrypted communication that uses public keys to validate signed messages instead of a certificate authority like in TLS
nameresolving/dnsresolver,# define DNS resolution
muxers/muxer] # define an interface for stream multiplexing, allowing peers to offer many protocols over a single connection
import ../../waku/v2/node/[wakunode2, waku_payload],
../../waku/v2/node/dnsdisc/waku_dnsdisc,
import ../../waku/v2/protocol/waku_message,
../../waku/v2/protocol/waku_lightpush,
../../waku/v2/protocol/waku_store,
../../waku/v2/node/[wakunode2, waku_payload],
../../waku/v2/node/dnsdisc/waku_dnsdisc,
../../waku/v2/utils/[peers,time],
../../waku/common/utils/nat,
./config_chat2

View File

@ -35,7 +35,6 @@ export
waku_store,
waku_swap,
waku_filter,
waku_lightpush,
waku_rln_relay_types,
wakunode2_types