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
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.
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
CustomMsgwhen returned as a message (Use QuerierWrapper not Querier in helpers #394)QueryRequest::Customvariants 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.