-
Notifications
You must be signed in to change notification settings - Fork 300
XTokens refactor #706
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
XTokens refactor #706
Conversation
); | ||
}); | ||
|
||
// TODO: should have more tests after https://github.com/paritytech/polkadot/issues/4996 |
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.
should have more test to ensure MultiAsset is valid (fungible & non zero amount) after paritytech/polkadot#4996
Codecov Report
@@ Coverage Diff @@
## master #706 +/- ##
==========================================
+ Coverage 74.70% 74.99% +0.28%
==========================================
Files 83 83
Lines 7282 7266 -16
==========================================
+ Hits 5440 5449 +9
+ Misses 1842 1817 -25
Continue to review full report at Codecov.
|
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
Unified events so there is only one to deal with
Not allow zero amount because apparently it is not allowed paritytech/polkadot#4996