Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IP address / Port for Validator #187

Closed
pshenmic opened this issue Jul 12, 2024 · 0 comments · Fixed by #192
Closed

Add IP address / Port for Validator #187

pshenmic opened this issue Jul 12, 2024 · 0 comments · Fixed by #192
Labels
backend Related to backend (API)

Comments

@pshenmic
Copy link
Owner

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

@pshenmic pshenmic added the backend Related to backend (API) label Jul 12, 2024
@pshenmic pshenmic changed the title Add IP address / Port for an Validator Add IP address / Port for Validator Jul 12, 2024
@owl352 owl352 linked a pull request Jul 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to backend (API)
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants