LiskArchive / lisk-elements

⚙️ Library for sending Lisk transactions from the client or server
https://lisk.io/
GNU General Public License v3.0
250 stars 64 forks source link

Update P2PPeerInfo to contain discovered peer info and options field Closes#1130 #1132

Closed ishantiw closed 5 years ago

ishantiw commented 5 years ago

Description

Update PeerInfo to contain DiscoveredPeerInfo so that it could be passed to selection function and also newPeer/triedPeer can hold it. Make relevant changes in all the relevant classes and module.

Review checklist

ishantiw commented 5 years ago

@jondubois @shuse2 Addressed