-
Notifications
You must be signed in to change notification settings - Fork 103
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(app)!: cosmos SDK v0.46 upgrade #1244
Conversation
Looks like we are still using |
We should avoid adding back in and updating https://github.com/cosmos/cosmos-sdk/releases/tag/orm%2Fv1.0.0-alpha.12 |
…into aleem/857-sdk-v0.46
If v3 ecocredit migrations are a blocker because of the orm module dependency on sdk version v0.45, I would say uncomment or remove the migrations for now and maybe we can further discuss on our next architecture call. The extra work to support v3 to v5 or later seems unnecessary but it is the right idea. I think given we are not aware of any other chains running v3, our ecocredit api was tagged v1alpha1, and sdk versioning is the main issue here, we don't need to go through the extra trouble to support upgrades directly from v3 to v5 or later. |
Codecov Report
@@ Coverage Diff @@
## master #1244 +/- ##
==========================================
- Coverage 77.45% 77.22% -0.24%
==========================================
Files 221 213 -8
Lines 16120 15393 -727
==========================================
- Hits 12486 11887 -599
+ Misses 2620 2597 -23
+ Partials 1014 909 -105
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Marking as R4R. These two updates pending, maybe we can add them in follow-up PRs.
For first update, I'm receiving following error when I add
I'm using the same docker image as in 0.46 (v0.7) and buf.gen.gogo.yaml is the same. |
only thing i could possibly think of is a missing import? |
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.
Nice work! Looks good to me aside from a few minor changes, in particular the passing of the account prefix rather than the bond denom to the account keeper.
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
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.
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
Description
Closes: #857
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change