Skip to content
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

Add parachain / solochain section to Runtime Upgrades page #6156

Merged
merged 9 commits into from
Aug 18, 2024

Conversation

CrackTheCode016
Copy link
Contributor

@CrackTheCode016 CrackTheCode016 commented Aug 14, 2024

Addresses mega issue #6085:

Runtime Upgrades page only references Polkadot. No info on Parachain Runtime upgrades.


Adds high-level information relating to runtime upgrades. A good follow-up would be a guide on performing runtime upgrades for the mentioned cases, or pointing to a reliable guide.

@CrackTheCode016 CrackTheCode016 added the A2 - Please Review Pull request is ready for review. label Aug 14, 2024
docs/learn/learn-runtime-upgrades.md Outdated Show resolved Hide resolved
@@ -8,7 +8,14 @@ slug: ../learn-runtime-upgrades
---

Runtime upgrades allow {{ polkadot: Polkadot :polkadot }}{{ kusama: Kusama :kusama }} to change the
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs rephrasing.

Runtime upgrades allow Polkadot/Kusama to change the logic of a Substrate based chain....

The runtime upgrades of chains like Polkadot/Kusama built with the Substrate framework of Polkadot SDK can be executed without the need for a hard fork.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rephrased; let me know if it is sufficient. I also removed the mention of Substrate and just kept it at Polkadot SDK, to keep it consistent.

docs/learn/learn-runtime-upgrades.md Outdated Show resolved Hide resolved
docs/learn/learn-runtime-upgrades.md Outdated Show resolved Hide resolved
docs/learn/learn-runtime-upgrades.md Outdated Show resolved Hide resolved
docs/learn/learn-runtime-upgrades.md Outdated Show resolved Hide resolved
docs/learn/learn-runtime-upgrades.md Outdated Show resolved Hide resolved
docs/learn/learn-runtime-upgrades.md Show resolved Hide resolved
@CrackTheCode016
Copy link
Contributor Author

@DrW3RK Perhaps too much for this PR, but there are other ways also to monitor the stages of an upgrading parachain, i.e., that the relay chain is anticipating a new runtime hash and things like that. Is this worth adding, and if so, is it worth adding in this PR?

@DrW3RK
Copy link
Member

DrW3RK commented Aug 18, 2024

This falls under Polkadot Developer Docs domain. So, better to augment content on runtime upgrades there. For now, the info here provides the necessary background on runtime upgrades. Thank you!

@DrW3RK DrW3RK merged commit 7bd0ce5 into master Aug 18, 2024
3 checks passed
@DrW3RK DrW3RK deleted the runtime-upgrades branch August 18, 2024 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A2 - Please Review Pull request is ready for review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants