paritytech / polkadot-sdk

The Parity Polkadot Blockchain SDK
https://polkadot.com/
1.92k stars 707 forks source link

Allow generic XCM execution #1283

Closed Szegoo closed 6 months ago

Szegoo commented 1 year ago

Following this post on the Polkadot forum: link

I would like to suggest allowing generic XCM execution on the Kusama system parachains. Kusama already supports this so I don't think it would be a crazy idea to allow it.

Some clear benefits of this would be:

Polkadot-Forum commented 1 year ago

This issue has been mentioned on Polkadot Forum. There might be relevant details there:

https://forum.polkadot.network/t/why-is-xcm-program-execution-filtered-out-on-most-chains/3765/5

ggwpez commented 1 year ago

There are still some things that need to be fixed. We cannot do this yet - same why it is also not advised to do so for any other production parachain.

ggwpez commented 1 year ago

But we can do something in the relays https://github.com/paritytech/polkadot-sdk/pull/1303

acatangiu commented 6 months ago

This is now allowed on all test chains (all chains in this repo), as well as on all Kusama chains: https://github.com/polkadot-fellows/runtimes/pull/261. Polkadot chains will come a bit after Kusama as usual.

acatangiu commented 5 months ago

Polkadot system chains: https://github.com/polkadot-fellows/runtimes/pull/345