-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
x/ibc-transfer: move ICS20 out from x/ibc #6222
Conversation
👋 Thanks for creating a PR! Before we can merge this PR, please make sure that all the following items have been For contributor use:
For admin use:
Thank you for your contribution to the Cosmos-SDK! 🚀 |
Codecov Report
@@ Coverage Diff @@
## master #6222 +/- ##
==========================================
- Coverage 54.83% 54.75% -0.08%
==========================================
Files 444 447 +3
Lines 26797 26894 +97
==========================================
+ Hits 14693 14726 +33
- Misses 11061 11124 +63
- Partials 1043 1044 +1 |
should this be a submodule of bank? As a user at first glance it is hard to kow what the difference between bank and transfer is. will comment in the issue as well |
I don't think a sub-module of |
…6019-move-transfer
…os-sdk into fedekunze/6019-move-transfer
renamed to |
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
@@ -0,0 +1,311 @@ | |||
package transfer_test | |||
|
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.
There is a bit of commented-out code in this test file. I'd recommend removing it if it's not intended to be re-enabled.
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.
yeah, there are a few places with that code commented. We can do that cleanup in #5558
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, thanks for changing to ibc-transfer
* x/transfer: move ICS20 out from x/ibc * rename to ibc-transfer
Description
closes: #6092