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

Configure UmpSink to allow Parachains to execute messages on Polkadot #899

Open
apopiak opened this issue Dec 3, 2021 · 3 comments
Open
Labels
T6-XCM This PR/Issue is related to XCM.

Comments

@apopiak
Copy link
Contributor

apopiak commented Dec 3, 2021

https://github.com/paritytech/polkadot/blob/7d8f00b90cd6d87780123b3e08ca120cfb0c6e50/runtime/polkadot/src/lib.rs#L1184

Polkadot is currently using the default UmpSink () which just drops incoming messages.
This default config blocks teleports from Statemint to Polkadot.

To support XCM from parachains to the relay we need to configure it (e.g. to XcmSink) so it executes the messages.

@apopiak apopiak added the T6-XCM This PR/Issue is related to XCM. label Dec 3, 2021
@gavofyork
Copy link
Member

Not yet; aim to get this in in January once parachains have been running a while without issue.

@hirschenberger
Copy link
Contributor

The benchmarks are already prepared for polkadot when paritytech/polkadot#3889 lands.

@hbulgarini
Copy link
Contributor

PR related: paritytech/polkadot#5032

@Sophia-Gold Sophia-Gold transferred this issue from paritytech/polkadot Aug 24, 2023
helin6 pushed a commit to boolnetwork/polkadot-sdk that referenced this issue Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T6-XCM This PR/Issue is related to XCM.
Projects
None yet
Development

No branches or pull requests

4 participants