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(x/auth): ensure nil .BaseAccounts are reported in ModuleAccount.Validate #1274

Merged
merged 2 commits into from
Mar 15, 2024

Conversation

tkxkd0159
Copy link
Member

@tkxkd0159 tkxkd0159 commented Mar 11, 2024

Description

closes: #XXXX

ref. cosmos/cosmos-sdk#16554

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

Copy link

codecov bot commented Mar 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.74%. Comparing base (3e087f8) to head (0ff2753).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1274      +/-   ##
==========================================
- Coverage   69.74%   69.74%   -0.01%     
==========================================
  Files         643      643              
  Lines       67255    67258       +3     
==========================================
+ Hits        46906    46908       +2     
- Misses      18176    18177       +1     
  Partials     2173     2173              
Files Coverage Δ
x/auth/types/account.go 76.57% <100.00%> (+0.40%) ⬆️

... and 1 file with indirect coverage changes

@tkxkd0159 tkxkd0159 merged commit d9f1133 into main Mar 15, 2024
56 checks passed
@tkxkd0159 tkxkd0159 deleted the acc01 branch March 15, 2024 08:07
mergify bot pushed a commit that referenced this pull request Mar 15, 2024
…alidate (#1274)

(cherry picked from commit d9f1133)

# Conflicts:
#	CHANGELOG.md
0Tech added a commit that referenced this pull request Mar 15, 2024
…alidate (backport #1274) (#1281)

* fix(x/auth): ensure nil .BaseAccounts are reported in ModuleAccount.Validate (#1274)

(cherry picked from commit d9f1133)

# 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
Labels
A: bug Something isn't working backport/v0.48.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants