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
Right now, we only have protx hash available from Tenderdash RPC, the host and port of the node is not implemented, so this info is only available in the Core chain.
Users should be able to see ip address and ports of the services running on this validator
Possible solution
In the API, when we are fetching validators from the Tenderdash, additionally make a call to the Dashcore RPC for an protx info <hash> query method, that will return an detailed information about this masternode.
We should merge this info before returning it to the client
The text was updated successfully, but these errors were encountered:
Issue
Right now, we only have protx hash available from Tenderdash RPC, the host and port of the node is not implemented, so this info is only available in the Core chain.
Users should be able to see ip address and ports of the services running on this validator
Possible solution
In the API, when we are fetching validators from the Tenderdash, additionally make a call to the Dashcore RPC for an
protx info <hash>
query method, that will return an detailed information about this masternode.We should merge this info before returning it to the client
The text was updated successfully, but these errors were encountered: