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

Add support for Stargate CosmosMsg/QueryRequest #388

Closed
ethanfrey opened this issue Jan 25, 2021 · 0 comments · Fixed by #435
Closed

Add support for Stargate CosmosMsg/QueryRequest #388

ethanfrey opened this issue Jan 25, 2021 · 0 comments · Fixed by #435
Assignees
Labels
enhancement New feature or request stargate
Milestone

Comments

@ethanfrey
Copy link
Member

In master branch (v0.14-dev) of CosmWasm, we add a type for dispatching a protobuf-encoded "stargate message", or making a protobuf-encoded query to allow quick use of any mdoule that doesn't have a custom handler.

This is exposed in wasmvm go types and the most recent reflect contract, but we need to add dispatch support to wasmd and test it.

@alpe alpe added enhancement New feature or request stargate labels Jan 29, 2021
@alpe alpe added this to the v0.16.0 milestone Jan 29, 2021
@ethanfrey ethanfrey self-assigned this Mar 3, 2021
This was referenced Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stargate
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants