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

Enable wasm Stargate queries #132

Closed
Tracked by #138
larry0x opened this issue Mar 30, 2023 · 2 comments
Closed
Tracked by #138

Enable wasm Stargate queries #132

larry0x opened this issue Mar 30, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@larry0x
Copy link

larry0x commented Mar 30, 2023

Improvement description

CosmWasm has a Stargate query feature that is disabled by default, due to the concern that some query responses may contain non-determinism. However, without this feature enabled, contracts are restricted to query methods provided by wasmvm bindings, which fail to include many custom modules such as tokenfactory.

To enable Stargate query, a whitelist must be provided when creating the WasmKeeper in app.go. For reference,

I suggest Migaloo do the same, enabling the queries from bank, gov, staking, tokenfactory, ibc-transfer, and ICA modules.

@larry0x larry0x added the enhancement New feature or request label Mar 30, 2023
@faddat
Copy link
Collaborator

faddat commented Apr 9, 2023

Suggestion accepted

@faddat faddat mentioned this issue Apr 11, 2023
21 tasks
@faddat
Copy link
Collaborator

faddat commented Apr 11, 2023

this should be closed by #141 -- it moves migaloo to the osmosis proto domain for token factory and enables stargate queries.

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