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
We can now return CosmosMsg::Custom with the type system, but if you actually return it, it will error. We don't handle CustomQueries either. Nor do we support any messages/queries besides Bank/Wasm
Note: please ignore this for now. Once the other multi-test cleanup is done, we can revisit. I (Ethan) want to be involved in this as I have done a fair bit of thinking about extensibility here.
The text was updated successfully, but these errors were encountered:
Continue from #257 #258 and #259
We can now return CosmosMsg::Custom with the type system, but if you actually return it, it will error. We don't handle CustomQueries either. Nor do we support any messages/queries besides Bank/Wasm
CustomMsg
when returned as a message (Use QuerierWrapper not Querier in helpers #394)QueryRequest::Custom
variants and process them (Use QuerierWrapper not Querier in helpers #394)Note: please ignore this for now. Once the other multi-test cleanup is done, we can revisit. I (Ethan) want to be involved in this as I have done a fair bit of thinking about extensibility here.
The text was updated successfully, but these errors were encountered: