Open
Description
opened on Apr 30, 2024
Summary
Mark all x/distribution
and x/gov
queries with the module_query_safe
tag to allow them to be queries by interchain accounts.
Problem Definition
Currently, all (or most) of x/bank
, x/staking
, x/auth
, x/circuit
queries are marked with the module_query_safe
tag. In interchain accounts, we only allow module_query_safe
queries to be executed across chains since the query results are written to the packet acknowledgement. Our users would like would like to have x/distribution
and x/gov
queries enabled. It'd be nice to look into what other modules can be enabled as well.
This was also suggested in this closed issue.
Proposed Feature
Add this line to the mentioned queries and add tests if needed.
Metadata
Assignees
Type
Projects
Status
📋 Backlog
Activity