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
cosmos/cosmos-sdk#7466 was never closed but the relevant code was made public in stargate, so we can now use these lower level calls, rather than going through the public query interface.
The text was updated successfully, but these errors were encountered:
Trying to resolve this, I found that it is much harder to use the lower-level primitive, and the higher-level one has been cleaned up in the meantime. We'd have to more or less copy all the logic anyway, load validators and delegators, etc.
See https://github.com/CosmWasm/wasmd/blob/v0.14.0/x/wasm/internal/keeper/query_plugins.go#L269-L292
cosmos/cosmos-sdk#7466 was never closed but the relevant code was made public in stargate, so we can now use these lower level calls, rather than going through the public query interface.
The text was updated successfully, but these errors were encountered: