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

[XCM] add generic location to account converter that also works with external ecosystems #7313

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Nathy-bajo
Copy link

Attempts to resolve #7129 (comment)

@Nathy-bajo Nathy-bajo requested a review from a team as a code owner January 23, 2025 13:07
@acatangiu acatangiu changed the title [XCM] add generic location to account converter #7129 [XCM] add generic location to account converter that also works with external ecosystems Jan 23, 2025
@Nathy-bajo
Copy link
Author

Please review @acatangiu

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove this file

Comment on lines +122 to +126
pub type GlobalLocationToAccount<AccountId> = GenericLocationToAccountConverter<
AccountId,
(GlobalConsensusConvertsFor, GlobalConsensusParachainConvertsFor),
(DescribeAllTerminal, DescribeFamily<DescribeAllTerminal>),
>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure what this is trying to do, but doesn't look like it would work.

I added more details to the issue, hope that helps, please ping me for more details if needed.

@acatangiu acatangiu marked this pull request as draft January 27, 2025 17:18
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.

[XCM] add generic location to account converter for locations in external ecosystems
2 participants