Introduce a query to return the consumer valset before spawn time #2159
Closed
Labels
scope: provider
Issues related to the provider chain
scope: UI
Addressing UX changes and improvements to user interface
Problem
Currently, if you query the validators for a consumer chain that hasn’t launched yet (the spawn time didn’t pass) it returns an empty set. This is because the first time the
ConsumerValSet
is set is when creating the consumer genesis at spawn time.Closing criteria
Extend the QueryConsumerChainOptedInValidators query so that if the chain is not launched yet, then we use the currently opted in validators.
The text was updated successfully, but these errors were encountered: