-
Notifications
You must be signed in to change notification settings - Fork 41
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
Update ibc-go to v6.1 #1278
Update ibc-go to v6.1 #1278
Conversation
… longer exposed. Need to still update app.go.
… to have new location of DefaultGenesis. Added memo to marker ibc transfer.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1278 +/- ##
==========================================
+ Coverage 58.62% 58.64% +0.02%
==========================================
Files 206 206
Lines 25478 25486 +8
==========================================
+ Hits 14937 14947 +10
+ Misses 9434 9429 -5
- Partials 1107 1110 +3
|
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.
Looks good, but is missing changelog entry.
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.
LGTM
eef9322
@Taztingo a question on this please.. Is there a reason for keeping |
Initially, that's what I tried. However, there is validation done that prevents us from sending the marker. We need to bypass one of those checks so I had to call SendTransfer directly. |
Description
Updates ibc-go/v5 to ibc-go/v6. This should only be merged in after #1265 has been merged in as we use cosmos 46.7. This is still using our custom provenance/ibc-go branch, but hopefully in the future we can remove it. In order to use ibc-go/v6 we had to update our custom provenance/ibc-go branch and provenance/wasmd.
closes: #1273
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes