-
Notifications
You must be signed in to change notification settings - Fork 97
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
Set safeXcmVersion
on all relay+SP chains to 3
#190
Comments
@xlc @joepetrowski |
Can you put together everything for a |
https://kusama.polkassembly.io/referenda/348 whitelisting call. |
Preimage + public referendum done: https://polkadot.polkassembly.io/referenda/505 @bkchr can you also help with the same whitelist but on Polkadot this time? Apparently only Preimage is already submitted by @bkontur, but we need a |
Ok, everything done now. Last piece: https://collectives.polkassembly.io/referenda/77 |
@bkontur you can close this issue |
We need to change default/safeXcmVersion for all relays and system parachains, because (almost) everywhere there is
2
and we useSetTopic
feature, which is not supported for2
, so thenote_unknown_version
a.k.a version discovery feature is not triggered. This problem occurs for new destinations which are not already added to theSupportedVersion
.Unfortunately, this PR with allowed
pallet_xcm::Call::force_default_xcm_version
is not yet upgraded live on Polkadot chains (need to wait for1_001_00X
is enacted, but governance call can be submitted probably), Kusama's chains should be ready.Kusama https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.dotters.network%2Fkusama#/extrinsics/decode/0x63050103000000
Kusama AssetHub https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fkusama-asset-hub-rpc.polkadot.io#/extrinsics/decode/0x1f050103000000
Kusama BridgeHub https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fkusama-bridge-hub-rpc.polkadot.io#/extrinsics/decode/0x1f050103000000
Polkadot https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fdot-rpc.stakeworld.io#/extrinsics/decode/0x63050103000000
Polkadot AssetHub https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fpolkadot-asset-hub-rpc.polkadot.io#/extrinsics/decode/0x1f050103000000
Polkadot BridgeHub https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fpolkadot-bridge-hub-rpc.polkadot.io#/extrinsics/decode/0x1f050103000000
Polkadot Collectives https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fdot-rpc.stakeworld.io%2Fcollectives#/extrinsics/decode/0x1f050103000000
The text was updated successfully, but these errors were encountered: