-
Notifications
You must be signed in to change notification settings - Fork 798
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
bridge-hub-router should not throw xcm DestinationUnsupported error #4133
Comments
Context |
Thank you for finding this. Everywhere the checking version or wrap_version for destination is performed, we use
which is exactly the case here. E.g: And if you check all those implementations, everywhere there is a check for reachable location, if router cannot reach the particular destination or location pattern, then it returns
So the bridge-hub-router is designed exactly to be aligned with the other routers. |
Cool! Thanks for confirming that. |
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
bridge-hub-router
pallet should not throw DestinationUnsupported error when it can't process the message to Ethereum, context and more details in Snowfork#140Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: