2
0
mirror of https://github.com/status-im/go-waku.git synced 2025-01-22 03:30:55 +00:00

4 Commits

Author SHA1 Message Date
Richard Ramos
37a01edce4
fix: add context parameter to peer dial () 2021-10-01 06:32:15 -04:00
Richard Ramos
c8a83f04de
feat: add dns-discovery flags to wakunode and chat2 example () 2021-09-30 19:03:19 -04:00
Richard Ramos
9416077adf
fix: use multiaddres instead of strings 2021-09-27 14:16:06 -04:00
Andrea Maria Piana
cfcfb52a58
[Fixes: ] Add DNS discovery ()
This commit adds a public method that takes a url and returns a list of
multiaddr.

Once we better understand how to integrate it we can make it so that is
passed as a config when initializing waku, this commit only provides the
basic functionality.
2021-09-27 13:52:56 -04:00