-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reset RILT parachain on Rococo #650
Comments
Parachain is now being onboarded. |
@al3mart I think something did not work RILT is still a para thread and the latest head is indicating that the cleanup was not executed |
@SBalaguer Could we get the manager lock removed from this para in Rococo ? 🙏 |
Not effective because the owner is the SUDO account. I will come back between today and Monday with a plan on how to do this so that the Kilt team can work autonomously. |
Ho @SBalaguer! Thanks for looking into this. You have any updates on the matter yet? At the very least we would need our head and WASM updated. How to changed that in the future can be tackled at a later time, while having a running Rococo chain is higher priority right now. |
Hello @SBalaguer, Sorry to bother you, but have you found some time to tackle this issue? |
Hey @Ad96el @ntn-x2, sorry for the late reply here. Unfortunately I won't be able to do it just now, as Rococo was updated to include the new CheckMetadata SignedExtension, so we need all wallets to update to be able to sign transactions. As soon as I can do this, I'll get you up and running. My plan for now is to just force the wasm and the head listed on the issue. |
@SBalaguer I believe that would be sufficient. Once the head and WASM have been written, we can purchase coretime and start the chain. The lock on the parachain, AFAIAC, is not important right now. |
Did this now: https://rococo.subscan.io/block/10959569. Let me know if anything! |
You completed the Parachain Tutorials for your parachain and tested locally?
rococo-local
.Team Name
KILT Protocol
Parachain Name
RILT
ParaID
2086
Parachain Manager Account
5EUJcZ28VHU2GqQEvt6SzJwciQcGEm6EGddSv74HoRV3yY2M
Is this for a short or long term slot?
Long-term: we have secured a slot on Polkadot or Kusama.
Upload your Genesis Head (genesis state) - Do not submit a compressed file.
geneis.hex.txt
Upload your Validation Code (genesis runtime Wasm) - Do not submit a compressed file.
rilt.wasm.txt
(Optional) Upload your Chain Specification
rilt.json
Anything else we should know?
We would like to completely reset our parachain, including pruning the existing state.
Before onboarding, the extrinsic
paraSudoWrapper.scheduleParaCleanup
must be called.Thanks a lot!
Register your Rococo parachain details for
polkadot-js/apps
RILT is already listed on polkadot-js: polkadot-js/apps#10583
The text was updated successfully, but these errors were encountered: