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
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.
The text was updated successfully, but these errors were encountered:
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 recentreflect
contract, but we need to add dispatch support towasmd
and test it.The text was updated successfully, but these errors were encountered: