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

Permissionless: Introduce queries for retrieving consumer chains #2160

Closed
Tracked by #2108
insumity opened this issue Aug 20, 2024 · 1 comment · Fixed by #2179
Closed
Tracked by #2108

Permissionless: Introduce queries for retrieving consumer chains #2160

insumity opened this issue Aug 20, 2024 · 1 comment · Fixed by #2179
Assignees

Comments

@insumity
Copy link
Contributor

insumity commented Aug 20, 2024

For Permissionless ICS, we would like to support the following 2 queries:

1. Retrieve all consumers chains in a parameterized way

We would like a query similar (or could be the same but modified) to query provider list-consumer-chains that returns a list of all the consumer chains. For each consumer chain, we would like to see its phase (is it Launched, Initialized, etc.), as well as its associated ConsumerMetadata (i.e., description, metadata, etc.).

We would like this query to be parameterizable on the phase, in the sense that you could ask for "all the consumer chains that are Launched," etc.

2. Retrieve most of the information of a specific consumer chain

We would like a query (e.g., query provider consumer-chain) that given a consumerId returns the phase, chainId, ownerAddress, everything under ConsumerMetadata, everything under ConsumerInitializationParameters, and everything under the PowerShapingParameters of that chain.

@insumity insumity added the status: waiting-triage This issue/PR has not yet been triaged by the team. label Aug 20, 2024
@insumity insumity removed the status: waiting-triage This issue/PR has not yet been triaged by the team. label Aug 20, 2024
@sainoe
Copy link
Contributor

sainoe commented Aug 29, 2024

Closed by #2172 & #2179.

@sainoe sainoe closed this as completed Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants