You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of concatenating all the XCMP shards into a single blob, structure them so they can be decoded correctly on the other side possibly using a couple custom data structures see XcmpDataProvider Impl
How to convert XCMP messages to XCMs and sent upstream to be processed in the executor, see how DMP, HRMP handle this
DigestItem
for theXcmpChannelTrieRoot
cumulus-pallet-parachain-system
on_finalize() to deposit the new digest itemxcmp tree
(Root is in the Senders ParaHeader digest)XCMP Root
from stage 2 proof and comparing it against stage 3 proofXcmpChannelRoots
instead of just theMmrRoot
hack #101The text was updated successfully, but these errors were encountered: