-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[xcm] Extend haul_blob
with Channel + include NetworkId
to channel id (origin/(network, destination)
)
#7244
base: master
Are you sure you want to change the base?
Conversation
…l (`origin/(network, destination)`)
bot bench $ runtime rococo runtime_parachains::paras_inherent |
@bkontur https://gitlab.parity.io/parity/mirrors/polkadot/-/jobs/2915460 was started for your command Comment |
@bkontur Command |
/// An identifier for a channel. | ||
pub type Channel = u32; | ||
|
||
/// Generates channel identifier for `origin/(network, destination)` combination to ensure using separated lanes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Destination network or source network?
Useful for paritytech/parity-bridges-common#2451
Open questions:
BridgeMessage
be versioned? e.g.