Introduce Tinkernet multisig XCM configs to Kusama/Asset Hub Kusama #52
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is a follow up of paritytech/polkadot#7165, which was approved and merged, but then reverted due the usage of the
xcm-builder
crate to define the XCM configs, which are not generic and universal enough to fit within the scope of that crate. As a solution, this PR defines the configs directly in the two runtimes, which should solve thexcm-builder
issue.For a proper overview of the PR and it's goals, here is the description of the original PR:
Please feel free to discuss this in here or in the fellowship chat and thanks in advance for your time!