Skip to content
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: remove map iteration non-determinism with keys #1302

Merged
merged 2 commits into from
Mar 26, 2024
Merged

fix: remove map iteration non-determinism with keys #1302

merged 2 commits into from
Mar 26, 2024

Conversation

tkxkd0159
Copy link
Member

@tkxkd0159 tkxkd0159 commented Mar 26, 2024

Description

closes: #XXXX

ref. cosmos/cosmos-sdk#13377

Motivation and context

How has this been tested?

Screenshots (if appropriate):

Checklist:

  • I followed the contributing guidelines and code of conduct.
  • I have added a relevant changelog to CHANGELOG.md
  • I have added tests to cover my changes.
  • I have updated the documentation accordingly.
  • I have updated API documentation client/docs/swagger-ui/swagger.yaml

@tkxkd0159 tkxkd0159 marked this pull request as ready for review March 26, 2024 06:46
@tkxkd0159 tkxkd0159 self-assigned this Mar 26, 2024
Copy link

codecov bot commented Mar 26, 2024

Codecov Report

Attention: Patch coverage is 95.83333% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 70.43%. Comparing base (e86b980) to head (f0e4562).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1302   +/-   ##
=======================================
  Coverage   70.42%   70.43%           
=======================================
  Files         643      643           
  Lines       54702    54720   +18     
=======================================
+ Hits        38526    38542   +16     
- Misses      14006    14008    +2     
  Partials     2170     2170           
Files Coverage Δ
baseapp/baseapp.go 79.55% <100.00%> (+0.19%) ⬆️
store/rootmulti/store.go 74.31% <100.00%> (+0.62%) ⬆️
types/module/module.go 70.37% <66.66%> (-0.22%) ⬇️

... and 1 file with indirect coverage changes

@tkxkd0159 tkxkd0159 requested review from ulbqb and 170210 March 26, 2024 07:53
@tkxkd0159 tkxkd0159 merged commit c462f36 into main Mar 26, 2024
62 checks passed
@tkxkd0159 tkxkd0159 deleted the sto01 branch March 26, 2024 08:33
mergify bot pushed a commit that referenced this pull request Mar 26, 2024
* remove map iteration non-determinism with keys

* add CHANGELOG

(cherry picked from commit c462f36)

# Conflicts:
#	CHANGELOG.md
0Tech added a commit that referenced this pull request Mar 29, 2024
…1305)

* fix: remove map iteration non-determinism with keys (#1302)

* remove map iteration non-determinism with keys

* add CHANGELOG

(cherry picked from commit c462f36)

# Conflicts:
#	CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: Jayden Lee <41176085+tkxkd0159@users.noreply.github.com>
Co-authored-by: Youngtaek Yoon <noreply@yoon.mailer.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants