Open
Description
Currently MockQuerier
throws an error when a user attempts to do a Stargate query:
cosmwasm/packages/std/src/testing/mock.rs
Lines 537 to 539 in 4565841
It may be helpful to let user define a handler function for Stargate queries, similar to the case for the custom query, and if the user does not define such a handler, throw an error like it does now.