-
Notifications
You must be signed in to change notification settings - Fork 8
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
re-introduce sudo to setup polkadot shell (DO NOT MERGE) #254
base: master
Are you sure you want to change the base?
Conversation
built 9e91d5e with srtool:
|
@clangenb this is the runtime I would use to wake up our polkadot shell parachain. agree? notes:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except for the sudo pallet index, I think this is fine.
// 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copy paste error in all cases, not that we really care though.
** NEVER MERGE **
keep for reference purposes
meant to upgrade shell v4 to integritee-runtime v43
tested with chopsticks:
npx @acala-network/[email protected] --config ~/chopsticks/configs/integritee-polkadot.yml --block 2371405 --wasm-override ./target/release/wbuild/integritee-runtime/integritee_runtime.compact.compressed.wasm
resulting 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:443
build with srtool (as this branch will not be released):
srtool build -p integritee-runtime --runtime-dir polkadot-parachains/integritee-runtime/ --root