You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The content you are editing has changed. Please copy your edits and refresh the page.
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
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.
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 likeosmosis:v21.0.0
, but does not work for others likegaia: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#L41Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered: