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
This is the feedback from the QA process of lbm v0.1.0-rc1.
lbm v0.1.0-rc1
I think we need to check the address when we query balances. At least the bech32 format test should be performed.
$ simd query bank balances link146asaycmtydq45kxc8evntqfgepagygelel00h balances: - amount: "89989999900" denom: stake - amount: "100000000000" denom: ukrw pagination: next_key: null total: "0" $ simd query bank balances link146asaycmtydq45kxc8evntq balances: - amount: "89989999900" denom: stake - amount: "100000000000" denom: ukrw pagination: next_key: null total: "0" $ simd query bank balances aaa balances: [] pagination: next_key: null total: "0"
The text was updated successfully, but these errors were encountered:
egonspace
No branches or pull requests
Summary
This is the feedback from the QA process of
lbm v0.1.0-rc1
.I think we need to check the address when we query balances. At least the bech32 format test should be performed.
Problem Definition
Proposal
For Admin Use
The text was updated successfully, but these errors were encountered: