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

orchestration: query chains that do not have async-icq enabled #9326

Open
1 task
Tracked by #9784
0xpatrickdev opened this issue May 6, 2024 · 1 comment
Open
1 task
Tracked by #9784
Assignees
Labels
enhancement New feature or request

Comments

@0xpatrickdev
Copy link
Member

0xpatrickdev commented May 6, 2024

What is the Problem Being Solved?

As a developer using the Orchestration API, I want to be able to query state on remote chains that do not have the async-icq module enabled. #9198 gives me support for revisions like osmosis:v21.0.0, but does not work for others like gaia:v14.0.0.

Description of the Design

Tasks

In ibc-go v8.3.0, MsgModuleQuerySafe was introduced to allow ICAs to send queries. See: https://github.com/cosmos/ibc-go/blob/v8.3.1/proto/ibc/applications/interchain_accounts/host/v1/tx.proto#L41

Security Considerations

Scaling Considerations

Test Plan

Upgrade Considerations

@0xpatrickdev 0xpatrickdev changed the title Add support for additional ibc application querying protocols orchestration: query chains that do not have async-icq enabled May 13, 2024
@0xpatrickdev 0xpatrickdev added enhancement New feature or request and removed needs-design labels May 13, 2024
@ivanlei ivanlei assigned ivanlei and unassigned 0xpatrickdev Jun 17, 2024
@0xpatrickdev
Copy link
Member Author

In ibc-go v8.3.0, ICA's can send queries with MsgModuleQuerySafe

(apps/27-interchain-accounts) cosmos/ibc-go#5785 Introduce a new tx message that ICA host submodule can use to query the chain (only those marked with module_query_safe) and write the responses to the acknowledgement.

https://github.com/cosmos/ibc-go/blob/main/CHANGELOG.md#v830---2024-05-16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants