-
Notifications
You must be signed in to change notification settings - Fork 43
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
Query validator by address #755
Comments
Since this is not critical for the UI, let's postpone this. |
Right now, we can query for all the "add validator" requests with the following query: This, however, only shows requests for all validators. What we need instead is:
Most likely this is going to use In any case, what this should allow us to do is fetch all approved add validator requests from a particular validator and remove the approved remove validator requests. |
Closing as it should be solved by the backend solution |
Is your feature request related to a problem? Please describe.
I would like to query validator by
address
only rather thanlaunchID
+address
. This is to be used in Ignite front-end.In https://github.com/tendermint/spn/blob/develop/proto/launch/query.proto you can find
Describe the solution you'd like
Would it be possible to also add something like this:
This would return an array since sometimes a validator is present in multiple launches.
Describe alternatives you've considered
Tried querying RPC directly, however this is not possible.
The text was updated successfully, but these errors were encountered: