-
Notifications
You must be signed in to change notification settings - Fork 90
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
Add support for P<>K bridge #741
Comments
Here is an example tx from mainnet that could be used for testing purpose: The bridge message pallet requires proof for relayed messages and I don't think we can easily spoof it without modify the upstream code. However, what it does eventually is to just dispatch some XCM, which we maybe able to do without using the bridge message pallet. So the work that needs to be done are:
|
The message should be stored in the bridge message queue as encoded bytes: https://github.com/paritytech/polkadot-sdk/blob/master/polkadot/xcm/xcm-builder/src/universal_exports.rs#L381-L387. |
for by-passing, it should be possible to read XCM on the source BH: but not sure how to by-pass everything, maybe trigger XCM dispatch on the target BH with DMP/HRMP either |
we can inject DMP/HRMP to the target BH but unsure if we can mimic the exact same XCM behaviour compare to dispatched by the message pallet |
blocked by paritytech/polkadot-sdk#4793 |
hello, any ETA on this? we would like to E2E test Kusama root track bridging to Hydration on Polkadot |
Goal:
Allow simulating transactions between Polkadot<>Kusama
The text was updated successfully, but these errors were encountered: