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
There was a bug (#787) because we weren't sorting genesis coins.
There's a fix in #793, but I find it precarious.
How can we better ensure that coins are always sorted ?
Ideally it happens automatically by the account mapper or something the first time we set the account.
The text was updated successfully, but these errors were encountered:
Possibly we could refactor sdk.Coins so ordering isn't applicable, see #1277 (comment).
sdk.Coins
Sorry, something went wrong.
Closing as done per @cwgoes. Yell at me if I'm wrong.
No branches or pull requests
There was a bug (#787) because we weren't sorting genesis coins.
There's a fix in #793, but I find it precarious.
How can we better ensure that coins are always sorted ?
Ideally it happens automatically by the account mapper or something the first time we set the account.
The text was updated successfully, but these errors were encountered: