-
Notifications
You must be signed in to change notification settings - Fork 371
feat: use cosmos-sdk v0.53.4 #1203
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
base: master
Are you sure you want to change the base?
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1203 +/- ##
==========================================
+ Coverage 33.44% 36.36% +2.92%
==========================================
Files 106 114 +8
Lines 15765 16052 +287
==========================================
+ Hits 5272 5837 +565
+ Misses 9450 9139 -311
- Partials 1043 1076 +33
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b49a2f4 to
9286e53
Compare
20da63b to
45bbb21
Compare
This comment has been minimized.
This comment has been minimized.
|
|
||
| // RegisterInvariants registers the capability module's invariants. | ||
| func (am AppModule) RegisterInvariants(_ sdk.InvariantRegistry) {} | ||
| func (am AppModule) RegisterInvariants(_ sdk.InvariantRegistry) {} //nolint:staticcheck // invariant registry deprecated upstream |
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.
I think we can remove this safely, same for module below
|
Please refer to the upgrade guide for the other changes |
👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻
PR Checklist:
make)make test)go fmt)golangci-lint run)go list -json -m all | nancy sleuth)Thank you for your code, it's appreciated! :)