-
Notifications
You must be signed in to change notification settings - Fork 693
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
deps!: bump sdk #2488
deps!: bump sdk #2488
Conversation
Can someone sanity check me that the reason we don't need this upgrade in the ICS repo is because the sdk version dep is in a replace statement in the gaia go.mod, right? |
Hey, I think this may be a better approach to the needed bump: |
@smarshall-spitzbart AFAIK, the version of SDK used when building Gaia will be the one specified in the go.mod of this repo. This means that that version will be used for other dependencies as well, e.g., ICS, IBC, PFM. The reason to upgrade ICS to this new version of SDK is for testing purposes -- the entire CI of ICS works with the SDK version in the go.mod of the ICS repo. @MSalopek could you please confirm this? |
@smarshall-spitzbart Note that the bump to SDK 0.45.16-ics is state machine breaking. Thus, we cannot backport to v9.0.x branch. |
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.
Approval
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2488 +/- ##
==========================================
+ Coverage 84.99% 85.08% +0.09%
==========================================
Files 22 23 +1
Lines 1599 1596 -3
==========================================
- Hits 1359 1358 -1
+ Misses 193 192 -1
+ Partials 47 46 -1
|
Description
Bumps sdk to https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.16-ics, containing cosmos/cosmos-sdk#16097
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