uptest-sc / uptest

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

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

Open flipchan opened 1 year ago

flipchan commented 1 year ago

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

flipchan commented 1 year 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 1 year ago

XCM call verifier needs to be implemented