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:
[ ] pr-workflow-check / draft-release-check is ✅ success
Other rules GitHub shows you, or can be read in configuration
Makes review faster:
[x] PR title is my best effort to provide summary of changes and has clear text to be part of release notes
[ ] I marked PR by misc label if it should not be in release notes
[ ] Linked Zenhub/Github/Slack/etc reference if one exists
[ ] I was clear on what type of deployment required to release my changes (node, runtime, contract, indexer, on chain operation, frontend, infrastructure) if any in PR title or description
[ ] Added reviewer into Reviewers
[ ] I tagged(@) or used other form of notification of one person who I think can handle best review of this PR
[ ] I have proved that PR has no general regressions of relevant features and processes required to release into production
[ ] Any dependency updates made, was done according guides from relevant dependency
Clicking all checkboxes
Adding detailed description of changes when it feels appropriate (for example when PR is big)
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 thecommon
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:
pr-workflow-check / draft-release-check
is ✅ successMakes review faster:
misc
label if it should not be in release notesReviewers
@
) or used other form of notification of one person who I think can handle best review of this PR