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

Fix Incorrect XCM Junctions #51

Closed
marshacb opened this issue Oct 23, 2024 · 1 comment · Fixed by #54
Closed

Fix Incorrect XCM Junctions #51

marshacb opened this issue Oct 23, 2024 · 1 comment · Fixed by #54

Comments

@marshacb
Copy link
Contributor

It seems the following commits have introduced invalid xcm junctions to some xcmV1MultiLocations:

An example of this can be seen here where the GeneralKey junction is an array ([{"generalKey": {"length": 2, "data": "0x0101000000000000000000000000000000000000000000000000000000000000"}}] when it should be the second index of the X2 Junctions type as an object {"generalKey": {"length": 2, "data": "0x0101000000000000000000000000000000000000000000000000000000000000"}}

@dudo50
Copy link

dudo50 commented Nov 12, 2024

cc @mkchungs , any progress on this?

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 a pull request may close this issue.

2 participants