deploy: 4aae5c55ac59c1f893f80cca642d2b55e99ecb42

This commit is contained in:
jm-clius 2021-08-17 08:57:16 +00:00
parent e670559a0b
commit 52ffdbf8cb
140 changed files with 5 additions and 9 deletions

View File

@ -65,12 +65,11 @@ procSuite "Waku DNS Discovery":
let let
nodeKey4 = crypto.PrivateKey.random(Secp256k1, rng[])[] nodeKey4 = crypto.PrivateKey.random(Secp256k1, rng[])[]
node4 = WakuNode.new(nodeKey4, bindIp, Port(60004)) node4 = WakuNode.new(nodeKey4, bindIp, Port(60004))
enr4 = node4.enr
node4.mountRelay() node4.mountRelay()
await node4.start() await node4.start()
var wakuDnsDisc = WakuDnsDiscovery.init(enr4, location, resolver).get() var wakuDnsDisc = WakuDnsDiscovery.init(location, resolver).get()
let res = wakuDnsDisc.findPeers() let res = wakuDnsDisc.findPeers()

View File

@ -2,7 +2,7 @@
# libtool - Provide generalized library-building support services. # libtool - Provide generalized library-building support services.
# Generated automatically by config.status (libbacktrace) version-unused # Generated automatically by config.status (libbacktrace) version-unused
# Libtool was configured on host fv-az196-849: # Libtool was configured on host fv-az129-834:
# NOTE: Changes made to this file will be lost: look at ltmain.sh. # NOTE: Changes made to this file will be lost: look at ltmain.sh.
# #
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,

Some files were not shown because too many files have changed in this diff Show More