[Feature]: More complete QueryConsumerValidators endpoint #2135
Labels
admin: epic
An EPIC -- meta issue used to track a body of work
type: feature-request
New feature or request improvement
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
Nice to have
The text was updated successfully, but these errors were encountered: