-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
build(deps): bump cosmossdk.io/core to v0.5.1 #15918
Conversation
…ed in sdk and ibc7
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.
Blocking this, until clarity on what are precisely the issues you are encountering.
Core has no implementation, so I am very curious about what error you are getting.
git difftool core/v0.3.2 core/v0.5.1 core/
shows no breaking changes.
It is cool, it could be a day or two for me because I travel today. It is an issue with having the right versions when go getting stuff in go.mod. it'll downgrade one thing, etc. No worries on blocking it I will make a video sir @julienbrt hey, I have something better than a video:
If we could possibly get this into the new 47.2 that would be super -- I agree with you that there aren't breaking changes, this is mainly a developer experience improvement. One upgrade challenge is getting go.sum to behave well, |
Thanks for the answer. Could you tell us when it happens? I see you are doing a go get, and it downgrades the go.mod dependencies. |
Yeah man, what I was doing is upgrading Juno. When you are writing a chain upgrade, it can be difficult time consuming to get all the different versions in go.mod to match. It looks like IBC and WASMD both require at minimum 0.5.1. |
1 similar comment
Yeah man, what I was doing is upgrading Juno. When you are writing a chain upgrade, it can be difficult time consuming to get all the different versions in go.mod to match. It looks like IBC and WASMD both require at minimum 0.5.1. |
the reason you get downgraded but it still works is because go will downgrade to match other versions until there is a breaking change. This pr is cosmetic for go get imo. There are no issues with you using 0.3.x. IBC has a indirect dependency so you using 0.3.x is safe. There isnt a need to bump this version imo. It doesnt add any value then fixing one line in go get. @julienrbrt its up to you if you want to merge this |
I think still it does not matter, but given there are no breaking changes, we can just bump it yeah. |
Description
This PR bumps cosmossdk.io/core in sdk 47 because ibc-go is using a newer one, and this was causing integration difficulties.
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