-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Runtime Upgrade ref docs and Single Block Migration example pallet #1554
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
Merged
Merged
Changes from 88 commits
Commits
Show all changes
110 commits
Select commit
Hold shift + click to select a range
a9673c7
improve metadata docs
liamaharon e22a2e2
improve hooks docs
liamaharon c6a6984
add storage_alias docs
liamaharon b617ce9
wip: storage migrations example pallet
liamaharon 37e45d4
dont export unversioned migrations
liamaharon 22fe899
patterns preventing accidental usage of unversioned migrations
liamaharon 3ef233f
Merge branch 'master' of github.com:paritytech/polkadot-sdk into liam…
liamaharon 76c9150
private unversioned migrations
liamaharon d98a0fd
docs
liamaharon 48100f0
docs
liamaharon 986f0bd
note about pub(crate)
liamaharon 548316c
migration safely docs
liamaharon 4925243
typo
liamaharon 7d75a75
docs
liamaharon 6858f3c
docs
liamaharon 8446ad2
doctest false
liamaharon bdb1ae5
note on chopsticks
liamaharon 35b08fd
fix society tests
liamaharon 1fa5207
zepter
liamaharon ebf4cd5
fix feature propagation
liamaharon 3f55db7
add licences
liamaharon ca0e4e3
format features
liamaharon 34da4a0
fix doc visibility issue
liamaharon 009a958
improve docs
liamaharon 1aa3555
fix std propagataion
liamaharon fc08b0e
zepter
liamaharon 01b780a
fix broken link
liamaharon adcfeaf
dont ref private item
liamaharon 655b376
dont ref private doc item
liamaharon 8335171
doc build
liamaharon 3fff7fb
Update substrate/frame/examples/storage-migrations/src/mock.rs
liamaharon 3bd0ef2
Update substrate/frame/examples/src/lib.rs
liamaharon 1a54755
docify
liamaharon 222ed3a
derive_impl
liamaharon 4a070fd
fix derive_impl
liamaharon f66f9e2
improve docs
liamaharon 70a9da4
set dbweight
liamaharon d915026
clean up pallet
liamaharon a596074
module visibility
liamaharon 0cf19ac
fix comment
liamaharon fe92288
fix comment
liamaharon 0dc8a60
fix comment
liamaharon e3e4940
better naming
liamaharon 0fe21d5
better naming
liamaharon 92e43ac
fix wasm build
liamaharon 55f876d
cargo fmt
liamaharon 4819209
format features
liamaharon 59d7352
set uniques storage version
liamaharon f16f628
fix asset hub storage versions
liamaharon bbae7ef
Merge branch 'master' into liam-migrations-reference-docs
liamaharon 7d4da68
merge
liamaharon eaa6aca
update cargo.lock
liamaharon 8cafd48
reset polkadot-asset-hub-runtime
liamaharon a6c6781
fix merge
liamaharon fbdb77c
fix up merge
liamaharon e9aa91a
remove kusama runtime
liamaharon d135244
Merge branch 'master' into liam-migrations-reference-docs
liamaharon 7a23c5f
update cargo.lock
liamaharon c120f47
fix build
liamaharon a4c2ca3
rename single block migrations
liamaharon 4275503
runtime upgrade ref docs
liamaharon 48605c7
Merge branch 'master' into liam-migrations-reference-docs
liamaharon 2c014e7
version
liamaharon 9f46c00
comment
liamaharon ef12e3e
note on version
liamaharon 4881a0a
berevity
liamaharon e5ff5b2
brevity
liamaharon 3f31c6b
Update substrate/frame/examples/single-block-migrations/Cargo.toml
liamaharon 802aae3
Update substrate/frame/examples/single-block-migrations/src/lib.rs
liamaharon 7aca6b6
Update substrate/frame/support/procedural/src/lib.rs
liamaharon 564664e
Update substrate/frame/examples/single-block-migrations/src/runtime_u…
liamaharon dfa7f36
Update substrate/frame/examples/single-block-migrations/src/lib.rs
liamaharon b6d71a8
Update substrate/frame/examples/single-block-migrations/src/migration…
liamaharon 4651a7e
Merge branch 'master' into liam-migrations-reference-docs
liamaharon eaa427a
format toml
liamaharon 406fad7
address comment
liamaharon 4be8f4d
address comment
liamaharon a8df9cd
address comment
liamaharon 8f32ece
add benchmark note
liamaharon ec3ce8c
take
liamaharon 0ae45d8
fix typo
liamaharon f5ac289
address comment
liamaharon 7f21f42
current storage version -> in_code storage version
liamaharon 050f465
try fix ci
liamaharon 91f80eb
rename
liamaharon 66d2745
feature propagarion
liamaharon 1a2d834
fix unused import wanrings
liamaharon 69e4209
fix typo
liamaharon 6c50902
Merge branch 'master' of github.com:paritytech/polkadot-sdk into liam…
liamaharon 52963fa
fix merge
liamaharon dfe32c5
move reference doc to correct place
liamaharon 2d08759
".git/.scripts/commands/fmt/fmt.sh"
2fadaad
prdoc
liamaharon fc9d605
Merge branch 'liam-migrations-reference-docs' of github.com:paritytec…
liamaharon 8108b8e
fix prdoc
liamaharon a655cd8
Merge branch 'master' into liam-migrations-reference-docs
liamaharon 03b7735
keep current_storage_version around for 3 months
liamaharon 27414b4
Merge branch 'liam-migrations-reference-docs' of github.com:paritytec…
liamaharon a6c1dc6
improve deprecation msg
liamaharon d8f5a38
Merge branch 'master' into liam-migrations-reference-docs
liamaharon 319b32d
update cargo.lock
liamaharon 85860cf
Merge branch 'master' into liam-migrations-reference-docs
liamaharon 65082f9
update cargo.lock
liamaharon 5b0bc65
rename
liamaharon d76e813
address comments
liamaharon 26bf39f
address comments
liamaharon c588805
address comments and make compile
liamaharon 3aa6ccd
Update docs/sdk/src/reference_docs/frame_runtime_upgrades_and_migrati…
liamaharon 0f63e03
address comment
liamaharon a97071b
Merge branch 'liam-migrations-reference-docs' of github.com:paritytec…
liamaharon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.