-
Notifications
You must be signed in to change notification settings - Fork 558
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: ibc-go v6 #3369
feat: ibc-go v6 #3369
Conversation
@aljo242 shouldn't the |
I'll need to remove the |
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.
I need to upgrade my IBC knowledge to really understand what's happening here, but in the mean time, I ran the IBC tutorial with this version and everything went well.
Will update any docs in #3395 |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3369 +/- ##
=======================================
Coverage 23.44% 23.45%
=======================================
Files 298 298
Lines 23496 23496
=======================================
+ Hits 5509 5511 +2
+ Misses 17490 17489 -1
+ Partials 497 496 -1
|
* ibc update * templates * docs * changelog * fix template go mod * fix test * packet api * fix SendPacket template * fix * new version * update GetChannel * rename stub * deprecate pkg * update template * fix * refactor packet template
Closes #3137
Closes #3387