You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The runtime on the parachain is quite old, dating back to November. Here are steps I think we need to do to upgrade it.
Apply for a permanent slot on Rococo for MD5 Network. There's a Github Issue template that needs to be completed where the WASM and genesis head is uploaded with our Polkadot para_id of 2093, and Parity will create the slot.
MD5 is already registered on polkadot-js/apps but it is disabled and a new PR to that repo will need to be added to uncomment our endpoint.
Then we can practice runtime upgrades there.
Upgrade hashed-substrate to the latest dependencies and the latest versions of our pallets.
Perform sudo upgrade on the parachain.
The text was updated successfully, but these errors were encountered:
The runtime on the parachain is quite old, dating back to November. Here are steps I think we need to do to upgrade it.
polkadot-js/apps
but it is disabled and a new PR to that repo will need to be added to uncomment our endpoint.hashed-substrate
to the latest dependencies and the latest versions of our pallets.sudo
upgrade on the parachain.The text was updated successfully, but these errors were encountered: