ethresearch / sharding-p2p-poc

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

Fix #116 #118

Closed NIC619 closed 5 years ago

NIC619 commented 5 years ago

How was it fixed?

Fix GetFullAddr. Replace it with GetIP4TCPAddr which returns the peer's ip4/tcp type multi-address so it can connect to it via tcp instead of Circuit Relay. Or we can add both type(tcp and Circuit Relay) of multi-address to the address book.

Cute Animal Picture