We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleAccountByName
Add deterministic test for ModuleAccountByName query
cosmos-sdk/proto/cosmos/auth/v1beta1/query.proto
Line 56 in a7a7d6d
This query was added recently, with the module_query_safe annotation, but no test was added.
module_query_safe
Add deterministic and regression test, like other queries
The text was updated successfully, but these errors were encountered:
atheeshp
Successfully merging a pull request may close this issue.
Summary
Add deterministic test for
ModuleAccountByName
queryProblem Definition
cosmos-sdk/proto/cosmos/auth/v1beta1/query.proto
Line 56 in a7a7d6d
This query was added recently, with the
module_query_safe
annotation, but no test was added.Proposal
Add deterministic and regression test, like other queries
The text was updated successfully, but these errors were encountered: