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
module_query_safe
Remove module_query_safe annotations for these 3 queries:
cosmos-sdk/proto/cosmos/auth/v1beta1/query.proto
Lines 61 to 83 in 04db139
The 3 queries are state-machine safe only if the app developer doesn't change the bech32 prefix argument passed into NewAccountKeeper in their app.go.
Tthere's a tiny chance it breaks consensus.
The text was updated successfully, but these errors were encountered:
atheeshp
Successfully merging a pull request may close this issue.
Summary
Remove
module_query_safe
annotations for these 3 queries:cosmos-sdk/proto/cosmos/auth/v1beta1/query.proto
Lines 61 to 83 in 04db139
Problem Definition
The 3 queries are state-machine safe only if the app developer doesn't change the bech32 prefix argument passed into NewAccountKeeper in their app.go.
Tthere's a tiny chance it breaks consensus.
Proposal
The text was updated successfully, but these errors were encountered: