paritytech / polkadot-sdk

The Parity Polkadot Blockchain SDK
https://polkadot.network/
1.8k stars 652 forks source link

Bridges testing improvements #5709

Open bkontur opened 2 weeks ago

bkontur commented 2 weeks ago

This is a global summary issue for all testing-related matters concerning Bridges. (all issues will be re-visited and adjusted)

Runtime testing

Live testing (for testnet)

Integration-tests - xcm-emulator related

Chopsticks support

Others

bkontur commented 2 weeks ago

@serban300 @franciscoaguirre I think the dry-run and Chopsticks way has the same common problem, because there could possibly be DescendOrigin added here when dispatching on bridged chain. So, if we need to add some runtime api or whatever for that, it should cover both cases.