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
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Companion issue for paritytech/polkadot#5233
All reserved funds moved from Kusama to Statemine can not make their way back to Kusama.
It is not possible to do a
reserve_transfer_assets()from Statemine to Kusama because it does not have any trusted Reserves: https://github.com/paritytech/polkadot/blob/master/runtime/kusama/src/xcm_config.rs#L136The amount is deposited in the Parent's sovereign account in Statemine/Statemint, but the UMP message fails in the relay chain.
The same applies for Statemint<>Polkadot & Westmint<>Westend.