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

[Feature]: More complete QueryConsumerValidators endpoint #2135

Closed
4 tasks
jtremback opened this issue Aug 9, 2024 · 0 comments · Fixed by #2162
Closed
4 tasks

[Feature]: More complete QueryConsumerValidators endpoint #2135

jtremback opened this issue Aug 9, 2024 · 0 comments · Fixed by #2162
Assignees
Labels
admin: epic An EPIC -- meta issue used to track a body of work type: feature-request New feature or request improvement

Comments

@jtremback
Copy link
Contributor

jtremback commented Aug 9, 2024

Summary

It would be nice to have a simple endpoint that would return all information about a validator on a given consumer chain. Right now I am iterating over the validator list and calling consumer_commission_rate, resulting in potentially hundreds of parallel requests to get information for one consumer chain.

Problem Definition

Method of doing multiple queries (hundreds) is more error prone on the frontend, and I'm worried it is going to put RPC nodes under unnecessary strain

Proposed Feature

Add any available information about a consumer validator to QueryConsumerValidators

Work Breakdown

Must have

Preview Give feedback

Nice to have

Preview Give feedback
@jtremback jtremback added type: feature-request New feature or request improvement admin: epic An EPIC -- meta issue used to track a body of work status: waiting-triage This issue/PR has not yet been triaged by the team. labels Aug 9, 2024
@github-project-automation github-project-automation bot moved this to 🩹 F1: Triage in Cosmos Hub Aug 9, 2024
@mpoke mpoke removed the status: waiting-triage This issue/PR has not yet been triaged by the team. label Aug 14, 2024
@mpoke mpoke moved this from 🩹 F1: Triage to 📥 F2: Todo in Cosmos Hub Aug 14, 2024
@mpoke mpoke moved this from 📥 F2: Todo to 🏗 F3: InProgress in Cosmos Hub Aug 16, 2024
@github-project-automation github-project-automation bot moved this from 🏗 F3: InProgress to 👍 F4: Assessment in Cosmos Hub Aug 22, 2024
@mpoke mpoke moved this from 👍 F4: Assessment to ✅ Done in Cosmos Hub Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin: epic An EPIC -- meta issue used to track a body of work type: feature-request New feature or request improvement
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

4 participants