Return peer info instead of Peerset::debug_info
#507
Labels
I3-annoyance
The node behaves within expectations, however this “expected behaviour” itself is at issue.
This is a follow-up issue to paritytech/substrate#13611.
Originally,
Peerset
had centralized information on peer states, and this info was returned inPeerset::debug_info
. This information was served as part ofsystem_unstable_networkState
RPC request.Once paritytech/substrate#13611 is merged, the peer states are moved to
ProtocolController
instances, withPeerStore
keeping the peer reputations.This issue is to research if any valuable information can be returned from
PeerStore
orProtocolController
instead ofPeerset::debug_info
, or whether we should remove this call completely.The text was updated successfully, but these errors were encountered: