You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: