Skip to content
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: enable ecosystem wide compatible account derivation #710

Conversation

mustermeiszer
Copy link
Contributor

Description

Currently, there is no common ecosystem wide approach to derive accounts from xcm-origins. This PR adds a converter both used by

The converter was introduced by Gavin Wood in order to create a general purpose conversion. The idea behind this converter is that a user User1 from ChainA has the ability to have a unique account on any other chain in the ecosystem. This so called remote account can only be controlled from User1 from ChainA.

Motivation and Context

Allows to have remote accounts on Hydra for all purposes a native account could be used. Especially useful for when we do not want to deteriorate UX by switching networks in the UI.

How Has This Been Tested?

In production at Centrifuge and Moonbeam for quite some time.

Checklist:

  • I have updated the documentation if necessary.
  • I have added tests to cover my changes, regression test if fixing an issue.
  • This is a breaking change.

@mustermeiszer
Copy link
Contributor Author

@dmoka
Copy link
Contributor

dmoka commented Dec 13, 2023

This work is merged to our PR #709 where the compilation error can be fixed and integration tests can be added.

@mustermeiszer
Copy link
Contributor Author

Great, then I will close this one here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants