Introduce Tinkernet multisig XCM configs to Kusama/Rococo through xcm-builder (#7165)
* Introduce Tinkernet multisig XCM configs * fmt fix * overflow handling, comments, clippy fixes * Adding Tinkernet XCM configs to xcm-builder * switching spaces to tab * remove derivation.rs in favor of location_conversion.rs * replace hardcoded literals with constants * autoformat * Fix for the unit test * replacing expect with an error and renaming constants * Resolving clippy warning --------- Co-authored-by: parity-processbot <>
Showing
- polkadot/Cargo.lock 1 addition, 0 deletionspolkadot/Cargo.lock
- polkadot/runtime/kusama/src/xcm_config.rs 7 additions, 2 deletionspolkadot/runtime/kusama/src/xcm_config.rs
- polkadot/runtime/rococo/src/xcm_config.rs 10 additions, 4 deletionspolkadot/runtime/rococo/src/xcm_config.rs
- polkadot/xcm/xcm-builder/Cargo.toml 2 additions, 0 deletionspolkadot/xcm/xcm-builder/Cargo.toml
- polkadot/xcm/xcm-builder/src/lib.rs 2 additions, 2 deletionspolkadot/xcm/xcm-builder/src/lib.rs
- polkadot/xcm/xcm-builder/src/location_conversion.rs 67 additions, 0 deletionspolkadot/xcm/xcm-builder/src/location_conversion.rs
- polkadot/xcm/xcm-builder/src/origin_conversion.rs 35 additions, 0 deletionspolkadot/xcm/xcm-builder/src/origin_conversion.rs
Please register or sign in to comment