From 03a05d6c0841e703b819d7e7cf0ed8d4c7fb7bc0 Mon Sep 17 00:00:00 2001 From: LNSD Date: Wed, 10 Aug 2022 18:14:56 +0000 Subject: [PATCH] deploy: 613812023e18047f209868d44db624d744229b3a --- examples/v2/chat2.nim | 6 ++++-- .../nim-libbacktrace/vendor/libbacktrace-upstream/libtool | 2 +- waku/v2/node/wakunode2.nim | 1 - 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/v2/chat2.nim b/examples/v2/chat2.nim index e20caf240..a8e221950 100644 --- a/examples/v2/chat2.nim +++ b/examples/v2/chat2.nim @@ -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 diff --git a/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool b/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool index b59e57d9e..eb2837882 100755 --- a/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool +++ b/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool @@ -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, diff --git a/waku/v2/node/wakunode2.nim b/waku/v2/node/wakunode2.nim index dab637c3e..d130f58f2 100644 --- a/waku/v2/node/wakunode2.nim +++ b/waku/v2/node/wakunode2.nim @@ -35,7 +35,6 @@ export waku_store, waku_swap, waku_filter, - waku_lightpush, waku_rln_relay_types, wakunode2_types