-
Notifications
You must be signed in to change notification settings - Fork 108
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
Gateway should no longer build token registration XCM #1381
Conversation
@vgeddes @claravanstaden Since we've already merged vgeddes/polkadot-sdk#13, we may also need to merge this PR to V2 to pass the smoke tests. I've resolved the conflicts in recent commits, Let me know if we need any further tweaks! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v2 #1381 +/- ##
=====================================
Coverage ? 73.16%
=====================================
Files ? 23
Lines ? 898
Branches ? 135
=====================================
Hits ? 657
Misses ? 221
Partials ? 20
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Instead, I've modified the protocol so that:
CreateAssetXCM
of raw xcm.Then the inbound-queue on BH can either passthrough the raw xcm or build the create asset XCM.