-
Notifications
You must be signed in to change notification settings - Fork 43
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
feat: bump cosmos-sdk
to v0.47.1
#1011
Conversation
db54211
to
04dccd0
Compare
# Conflicts: # app/app.go # testutil/keeper/initializer.go # testutil/keeper/keeper.go # testutil/keeper/monitoring_provider.go # x/project/module.go # x/project/module_simulation.go # x/project/simulation/simulation.go
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1011 +/- ##
==========================================
- Coverage 71.43% 71.35% -0.08%
==========================================
Files 218 218
Lines 9475 9471 -4
==========================================
- Hits 6768 6758 -10
- Misses 2535 2540 +5
- Partials 172 173 +1
|
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.
Great work @Pantani!
I left a couple of comments but otherwise LGTM 👍
One thing to comment is that cli-plugin-network must also be updated otherwise Ignite's "network" command won't work with the updated SPN.
Co-authored-by: Jerónimo Albi <jeronimo.albi@gmail.com>
the plugin will be the last one |
Closes #. in case of a bug fix, this should point to a bug or any other related issue(s)
What does this PR do?
How to test?
Checklist
These are the criteria that every PR should meet, please check them off as you
review them: