Skip to content
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

polkadot chains: allow arbitrary XCM execution #345

Conversation

acatangiu
Copy link
Contributor

Following #261 where arbitrary XCM execution was enabled on Kusama chains, this commit enables the same for Polkadot chains.

Allowing XcmExecuteFilter = Everything is considered safe at this point, and doing so greatly increases the usability of these chains since many custom actions can be done through XCM without needing specialized calls for them anymore.

This is also a major step in improving dApps integration as they can now interact uniformly with multiple chains, directly using XCM programs.

Following polkadot-fellows#261 where arbitrary XCM execution was enabled on Kusama chains,
this commit enables the same for Polkadot chains.

Allowing `XcmExecuteFilter = Everything` is considered safe at this point,
and doing so greatly increases the usability of these chains since many
custom actions can be done through XCM without needing specialized calls
for them anymore.

This is also a major step in improving dApps integration as they can now
interact uniformly with multiple chains, directly using XCM programs.

Signed-off-by: Adrian Catangiu <adrian@parity.io>
@github-actions github-actions bot requested a review from eskimor June 17, 2024 11:21
Copy link

Review required! Latest push from author must always be reviewed

Copy link

@IkerAlus IkerAlus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bkchr
Copy link
Contributor

bkchr commented Jun 24, 2024

/merge

@fellowship-merge-bot
Copy link
Contributor

Enabled auto-merge in Pull Request

Available commands
  • /merge: Enables auto-merge for Pull Request
  • /merge cancel: Cancels auto-merge for Pull Request
  • /merge help: Shows this menu

For more information see the documentation

@fellowship-merge-bot fellowship-merge-bot bot enabled auto-merge (squash) June 24, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants