ethresearch / sharding-p2p-poc

Proof of Concept of Ethereum Serenity Peer-to-Peer Layer on libp2p PubSub System
40 stars 19 forks source link

Update gx version #109

Closed NIC619 closed 5 years ago

NIC619 commented 5 years ago

What was wrong?

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.

Cute Animal Picture