Please describe the feature you’d like to see added.
All the debug logs with data pertaining net peers contain a peer id, yet there’s no way to retrieve that peer info without depending on other utilities like jq
Please add the ability to retrieve that peer information based on peer id.
Thanks in advance
Is your feature related to a problem, if so please describe it.
All the debug logs with data pertaining net peers contain a peer id, yet there’s no way to retrieve that peer info without depending on other utilities like jq which themselves do not work in the qt rpc console.
Describe the solution you’d like
Maybe something like getpeerinfo [id] but it’s up to you programming gods