paritytech / polkadot-sdk-docs

_THE_ Polkadot SDK Tutorial
19 stars 0 forks source link

Ref docs for `runtime_upgrades` #55

Closed juangirini closed 6 months ago

juangirini commented 10 months ago

Create the reference docs as part of the Developer Hub -> https://github.com/paritytech/polkadot-sdk/blob/9c2b3eaa8c05f4f25809e87f1890679261cd1e03/developer-hub/src/reference_docs/mod.rs#L94

The focus should be: Learn about all the advance ways to test your coordinate a runtime upgrade and data migration.

liamaharon commented 9 months ago

I'm going to make this reference docs for Runtime Upgrades, which encompasses migrations.

So it'll also supersede this page: https://docs.substrate.io/maintain/runtime-upgrades/