You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Description
Right now we are exposing
newPeers
andtriedPeers
list bygetNetworkStatus
.Motivation
We don't need to expose the lower level detail of peers as new/triedPeers.
Acceptance Criteria
P2P should return a list of
connectedPeers
anddisconnectedPeers
only. Also, update all the integration tests where we are using new/triedPeersAdditional Information
The text was updated successfully, but these errors were encountered: