centrifuge / fudge

FUlly Decoupled Generic Environment for Substrate-chains
Other
22 stars 2 forks source link

XCM Support #14

Closed mustermeiszer closed 2 years ago

mustermeiszer commented 2 years ago

Currently the library does not support XCM transfers. The reasons for the missing capabilities is, that it would essentially require a "correct" interaction between relay-chain and parachain. The current approach is rather force-setting the head of the parachain on the relay-chain side to the latest known head retrieved from the parachain.

Tasks

mustermeiszer commented 2 years ago

duplicate