-
Notifications
You must be signed in to change notification settings - Fork 69
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: enable polkadotXcm.send #647
Conversation
Crate versions that have been updated:
Runtime version has been increased. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #647 +/- ##
=======================================
Coverage 65.01% 65.01%
=======================================
Files 137 137
Lines 9898 9899 +1
=======================================
+ Hits 6435 6436 +1
Misses 3463 3463
☔ View full report in Codecov by Sentry. |
runtime/hydradx/src/xcm.rs
Outdated
@@ -413,6 +413,7 @@ impl Contains<RuntimeCall> for SafeCallFilter { | |||
| RuntimeCall::Currencies(..) | |||
| RuntimeCall::Tokens(..) | |||
| RuntimeCall::OrmlXcm(..) | |||
| RuntimeCall::PolkadotXcm(pallet_xcm::Call::send { .. },) |
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.
@green-jay i don't think we can unfilter it here, is shouldn't be necessary anyway
cc @Roznovjak
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.
btw. seems weird that OrmlXcm is unfiltered as well
Allow polkadotXcm.send to be called locally as an extrinsic and remotely within a XCM Transact call