Unverified Commit 9dbad39b authored by Serban Iorga's avatar Serban Iorga Committed by GitHub
Browse files

Follow-up on #1518 (#1546)



* Adjustments for the xcm messages sending logic

Signed-off-by: default avatarSerban Iorga <[email protected]>

* Deduplicate XCM destination

Signed-off-by: default avatarSerban Iorga <[email protected]>

* [send_message] small changes

Signed-off-by: default avatarSerban Iorga <[email protected]>

* Define CustomNetworkId

Right now we use some associations between Rialto, RialtoParachain and
Millau chains and chains defined in the NetworkId enum. But if we are
not carreful we might do mistakes like:
In Millau:
pub const ThisNetwork: NetworkId = Kusama;
pub const RialtoNetwork: NetworkId = Polkadot;
In Rialto:
pub const ThisNetwork: NetworkId = Kusama;
pub const MillauNetwork: NetworkId = Polkadot;

We're introducing CustomNetworkId to have a centralized mapping between
NetworkId chains and our custom chains.

Signed-off-by: default avatarSerban Iorga <[email protected]>

* Revert "Deduplicate XCM destination"

This reverts commit 3a0a950e

.

Signed-off-by: default avatarSerban Iorga <[email protected]>
parent 544a3ba4
Pipeline #207712 passed with stages
in 20 minutes and 45 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment