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
|
nullpointer0x00
left a comment
There was a problem hiding this comment.
Looks good, but is missing changelog entry.
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/)godoccomments.Unreleasedsection inCHANGELOG.mdFiles changedin the Github PR explorerCodecov Reportin the comment section below once CI passes