A few tips for how to upgrade a Rococo fork
This is ofcourse valid for other runtimes, but we (Pop-Art Relay Testnet) are using a Rococo fork, which doesn’t have pallet_scheduler out the box.
Instead of running the extrinsic:
sudo > setCode(code)
We will be using:
sudo > setCodeWithoutChecks(code)
This will upgrade the runtime without checking the weight.
Use the…