-
Notifications
You must be signed in to change notification settings - Fork 411
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
ibc-go v3.2.0 #937
ibc-go v3.2.0 #937
Conversation
thanks to @joeabbey for the upstream patch to ibc-go that made this work. |
this is reaady to go |
Hey, as @sacha1337 points out, ibc-go 4.0 is released and compatible with the 45.* series sdk, so I am going to fork this branch, and make a second pr for that. |
Thanks a lot for your work and this PR! You have been very active to upgrade the dependencies. Please split SDK and IBC upgrades into separate PRs to have a better track of work for people watching this repo and to build the changelog. 🙏 |
sure, FYI, the SDK and ibc depencencies in this case, were inter-dependent because of the changes in 45.7 :) (specifically, bumping ibc iirc, though maybe it was both?) |
Thanks for rebasing the branch! |
Codecov Report
@@ Coverage Diff @@
## main #937 +/- ##
==========================================
- Coverage 59.34% 59.31% -0.04%
==========================================
Files 51 51
Lines 6221 6221
==========================================
- Hits 3692 3690 -2
- Misses 2264 2265 +1
- Partials 265 266 +1
|
Thanks for your help! |
* 457 * upgrade ci * go get -> go install * change denom to new format * Update config.yml * Revert "change denom to new format" This reverts commit e637cf5. * bump ibc-go to v3.2.x * Update config.yml * ibc-go v3.2.0 * Update CHANGELOG.md * Update CHANGELOG.md * sdk v0.45.8
* 457 * upgrade ci * go get -> go install * change denom to new format * Update config.yml * Revert "change denom to new format" This reverts commit e637cf5. * bump ibc-go to v3.2.x * Update config.yml * ibc-go v3.2.0 * Update CHANGELOG.md * Update CHANGELOG.md * sdk v0.45.8
OK I think this one does it :)