-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
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
fix: all: remove map iteration non-determinism with keys + sorting #13377
fix: all: remove map iteration non-determinism with keys + sorting #13377
Conversation
Kind ping to @marbar3778 @julienrbrt @alexanderbez and FYI to @elias-orijtech @willpoint |
b06455f
to
f5cde85
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #13377 +/- ##
==========================================
+ Coverage 54.14% 54.97% +0.82%
==========================================
Files 651 674 +23
Lines 56055 57520 +1465
==========================================
+ Hits 30353 31623 +1270
+ Misses 23280 23246 -34
- Partials 2422 2651 +229
|
Fixes some errors flagged by cosmos/gosec like: * https://github.com/cosmos/cosmos-sdk/security/code-scanning/760 * https://github.com/cosmos/cosmos-sdk/security/code-scanning/765 * https://github.com/cosmos/cosmos-sdk/security/code-scanning/767 * https://github.com/cosmos/cosmos-sdk/security/code-scanning/774 * https://github.com/cosmos/cosmos-sdk/security/code-scanning/776 * https://github.com/cosmos/cosmos-sdk/security/code-scanning/815
f5cde85
to
63ff150
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Fixes some errors flagged by cosmos/gosec like: