During solving #100 , an update of go-libp2p-crypto is needed.
How was it fixed?
Update go-libp2p along with go-libp2p-kad-dht and go-libp2p-pubsub.
NOTE: After updated go-libp2p, connecting peer keeps failing with error: dial attempt failed: Failed to dial through 0 known relay hosts.
And currently this is solved by disabling Relay when instantiating a libp2p host: libp2p.New(…, libp2p.DisableRelay(), …). Should further investigate on how to use Relay.
What was wrong?
During solving #100 , an update of
go-libp2p-crypto
is needed.How was it fixed?
Update
go-libp2p
along withgo-libp2p-kad-dht
andgo-libp2p-pubsub
.NOTE: After updated
go-libp2p
, connecting peer keeps failing with error:dial attempt failed: Failed to dial through 0 known relay hosts
. And currently this is solved by disabling Relay when instantiating a libp2p host:libp2p.New(…, libp2p.DisableRelay(), …)
. Should further investigate on how to use Relay.Cute Animal Picture