ComposableFi / composable

Picasso Kusama and Composable Polkadot parachains
https://www.composable.finance
119 stars 69 forks source link

feat: Add HashedDescription XCM converter and remove TinkernetMultisig configs #4450

Closed arrudagates closed 8 months ago

arrudagates commented 9 months ago

This PR adds the common XCM location converter HashedDescription, which is used across the ecosystem, to Picasso. Since the current Polkadot SDK version in use does not contain these configs, they are temporarily pulled locally into parachains/runtime/common and added to the Picasso runtime from the common local crate.

For reference, chains using HashedDescription include the relay chain and system parachains like the Asset Hub.

Another chain also using HashedDescription but pulling it from a later Polkadot SDK version is Astar

Required for merge:

Makes review faster:

dzmitry-lahoda commented 9 months ago

@arrudagates thank you

github-actions[bot] commented 9 months ago

stale-pr

github-actions[bot] commented 8 months ago

stale-pr

github-actions[bot] commented 8 months ago

stale-pr

arrudagates commented 8 months ago

@RustNinja Any blockers on this?