deploy: 913aef504d2ddf3bf842ce1197c877048d800ff2

This commit is contained in:
LNSD 2022-08-10 18:14:56 +00:00
parent 682de3a3c9
commit 26471ddf4e
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