LiskArchive / lisk-sdk

🔩 Lisk software development kit
https://lisk.com
Apache License 2.0
2.72k stars 456 forks source link

Remove interface ProtocolPeerInfo from P2P #4493

Closed valamidev closed 4 years ago

valamidev commented 5 years ago

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 with interface P2PPeerInfo.

Additional Information

valamidev commented 4 years ago

Deprecated