You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ges (#547)
fix: add handling of dns multiaddrs and added kad bootstrapping
Closes#545.
Closes#492.
refactor: transport handling for ws & quic as fallback
Includes:
- dns fallback to cloudflare
- CLI: removal of -w for running workflows; it's now a positional
argument (the first one on run)
* related to #489
- CLI: `node` command which showcases nodeinfo, e.g. peer_id and
listener addrs/connections
* related to #489
- CLI: adds static/non-RPC `info` command showcasing version,
build-git-sha, and features built with. We can extend this later with
more build information.
- Closes#297
- Closes#497
---------
Signed-off-by: Zeeshan Lakhani <zeeshan.lakhani@gmail.com>
Co-authored-by: Brian Ginsburg <7957636+bgins@users.noreply.github.com>
Summary
It would be nice to support
/dns*
multiaddrs for specifying peers.Problem
Right now, homestar peer addresses must be specified using
/ip*
, e.g./ip4/192.168.2.16/...
Impact
This means that we can't use DNS to refer to hosted homestar nodes, e.g.
/dns4/homestar.cloud.provider/...
Solution
The text was updated successfully, but these errors were encountered: