polkadot-fellows / runtimes

The various runtimes which make up the core subsystems of networks for which the Fellowship is represented.
GNU General Public License v3.0
125 stars 72 forks source link

polkadot chains: allow arbitrary XCM execution #345

Closed acatangiu closed 6 days ago

acatangiu commented 3 weeks ago

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.

github-actions[bot] commented 2 weeks ago

Review required! Latest push from author must always be reviewed

bkchr commented 1 week ago

/merge

fellowship-merge-bot[bot] commented 1 week ago

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](https://github.com/paritytech/auto-merge-bot)