-
Notifications
You must be signed in to change notification settings - Fork 720
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] - extend query stake-pool
to query for multiple pools
#4732
Comments
query stake-pool
new CLI commandquery stake-pool
to query for multiple pools
Is the |
The addition of the |
Do we have any performance numbers for this CLI command (before and after this change)? Like how much time does it takes for the command to be executer before this change and after the change (for 1, 2, all pools on Mainnet)? Same for the RAM usage. |
@CarlosLopezDeLara can you please help us with defining the Acceptance Criteria for this feature (similar with #4453)? |
fyi @saratomaz , @mkoura |
duplicate on #4570 |
What
Add the ability to query for multiple stake pools, or all stake pools in the
query stake-pool
command. Previously it was only possible to query for one specific stake pool:The change introduces a
pools
object to accomodate more than one stake pool in the result like this and thus is a breaking change:Then querying for multiple stack pools can be done by adding more
--stake-pool-id
switches, for example:It will also be possible to query for all stake pools by omitting
--stake-pool-id
altogether:Why
There is overhead in making each call for this sort of query so it would be useful for the user to be able to query for each of the stake pools they are interested in with a single query.
Personas
This will affect
Definition of Done (DoD)
Sign-off
Related PRs
Acceptance Criteria
Acceptance Criteria & User Stories define here (or in a separate file (linked here) for a big feature)
Example - #4453
The text was updated successfully, but these errors were encountered: