mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-16 00:47:24 +00:00
deploy: 613812023e18047f209868d44db624d744229b3a
This commit is contained in:
parent
611c10af04
commit
03a05d6c08
@ -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
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
# libtool - Provide generalized library-building support services.
|
||||
# Generated automatically by config.status (libbacktrace) version-unused
|
||||
# Libtool was configured on host fv-az397-247:
|
||||
# Libtool was configured on host fv-az178-280:
|
||||
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
|
||||
#
|
||||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
|
||||
|
@ -35,7 +35,6 @@ export
|
||||
waku_store,
|
||||
waku_swap,
|
||||
waku_filter,
|
||||
waku_lightpush,
|
||||
waku_rln_relay_types,
|
||||
wakunode2_types
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user