-
Notifications
You must be signed in to change notification settings - Fork 690
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
feat: align LocationToAccount
derivation
#1928
feat: align LocationToAccount
derivation
#1928
Conversation
The formatting changes are due to running rustfmt on the changed files. Not sure, but it seems they are not formatted according to this repos fmt rule in the first place, or my formatter is doing something odly. |
This pull request has been mentioned on Polkadot Forum. There might be relevant details there: https://forum.polkadot.network/t/multichain-friendly-account-abstraction/1298/26 |
The CI pipeline was cancelled due to failure one of the required jobs. |
bot fmt |
@bkontur https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/4004842 was started for your command Comment |
@bkontur Command |
@mustermeiszer for Kusama/Polkadot relaychain+system parachain runtimes you should open PR here |
Closing in favor of polkadot-fellows/runtimes#67 |
In order to allow other chains to have consistent "remote" accounts in other chains, it is needed that all chains in the ecosystem derive accounts in the XCM logic in the same way.
See https://forum.polkadot.network/t/multichain-friendly-account-abstraction/1298/23
This PR aligns all runtimes of system-parachains to have that derivation. It is debatable whether this derivation should also go into the relay-chain runtimes.