Closed valamidev closed 4 years ago
Remove ProtocolPeerInfo from P2P types and use P2PPeerInfo as generic type and format.
Keep same logical information in the same type format and simplify PeerDiscovery or PeerStorage.
Remove interface ProtocolPeerInfo and replace with interface P2PPeerInfo.
interface ProtocolPeerInfo
interface P2PPeerInfo
Deprecated
Description
Remove ProtocolPeerInfo from P2P types and use P2PPeerInfo as generic type and format.
Motivation
Keep same logical information in the same type format and simplify PeerDiscovery or PeerStorage.
Acceptance Criteria
Remove
interface ProtocolPeerInfo
and replace withinterface P2PPeerInfo
.Additional Information