uptest-sc / uptest

"curl" for substrate runtime upgrade testing
7 stars 4 forks source link

Forking relaychain states with a testnet + executing XCM calls to forked instances #112

Open flipchan opened 8 months ago

flipchan commented 8 months ago

Interesting post by Liam here: https://github.com/polkadot-fellows/runtimes/issues/83

flipchan commented 8 months ago

If someone else handles the forking and spinning up a testnet. Uptest cli tool could provide functionality to:

We do not have any XCM functionality doe, however this could be achieved with subxt that libuptest is compatible with. It could also just use some after runtime upgrade scheduling functionality and execute a subxt pallet call extrinsic. Step 4 remains unimplemented.

flipchan commented 8 months ago

XCM call verifier needs to be implemented