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
Describe the bug golang does not give deterministic result for map iteration https://blog.golang.org/maps#TOC_7.
so we need to sort the array at v0.5.0 genesis migration process.
To Reproduce migrate the exported genesis and check the checksum of result
Context & versions v0.5.0
(if applicable) suggested solution Do sort the result array with map key.
The text was updated successfully, but these errors were encountered:
yun-yeo
Successfully merging a pull request may close this issue.
Describe the bug
golang does not give deterministic result for map iteration https://blog.golang.org/maps#TOC_7.
so we need to sort the array at v0.5.0 genesis migration process.
To Reproduce
migrate the exported genesis and check the checksum of result
Context & versions
v0.5.0
(if applicable) suggested solution
Do sort the result array with map key.
The text was updated successfully, but these errors were encountered: