Conversation
Collaborator
Author
|
built 9e91d5e with srtool: |
Collaborator
Author
|
@clangenb this is the runtime I would use to wake up our polkadot shell parachain. agree? notes:
|
clangenb
reviewed
Jan 29, 2024
Contributor
clangenb
left a comment
There was a problem hiding this comment.
Except for the sudo pallet index, I think this is fine.
Comment on lines
+262
to
+264
| // this is necessary because migrations from v0 to v3 are no longer available in the scheduler | ||
| // pallet code and migrating is only possible from v3. The strategy here is to empty the agenda | ||
| // (has been empty since genesis) |
Contributor
There was a problem hiding this comment.
copy paste error in all cases, not that we really care though.
Closed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
** NEVER MERGE **
keep for reference purposes
meant to upgrade shell v4 to integritee-runtime v43
tested with chopsticks:
npx @acala-network/chopsticks@0.9.7 --config ~/chopsticks/configs/integritee-polkadot.yml --block 2371405 --wasm-override ./target/release/wbuild/integritee-runtime/integritee_runtime.compact.compressed.wasmresulting pallet storage versions, queried with chopsticks:
try-runtime:
try-runtime --runtime ./target/release/wbuild/integritee-runtime/integritee_runtime.compact.compressed.wasm on-runtime-upgrade --checks=pre-and-post --disable-spec-version-check --disable-idempotency-checks live --uri wss://polkadot.api.integritee.network:443build with srtool (as this branch will not be released):
srtool build -p integritee-runtime --runtime-dir polkadot-parachains/integritee-runtime/ --root