-
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: remove XCM pallet from call filter #885
Conversation
Crate versions that have been updated:
Runtime version has been increased. |
@@ -1,6 +1,6 @@ | |||
[package] | |||
name = "hydradx-runtime" | |||
version = "254.0.0" | |||
version = "255.0.1" |
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.
patch bump as well ? :)
|
|
max_weight: Weight::zero(), | ||
}); | ||
|
||
assert!(!hydradx_runtime::CallFilter::contains(&call)); |
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.
How about keeping the test, but flipping the boolean in the assertion?
|
blocked by #867 |
superseeded by #895 |
No description provided.