mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 23:27:56 +00:00
ddb53c87f5
This PR backports `spec_version`, `node_version` bumps and reordering of the prdocs from the 1.10.0 release branch
17 lines
797 B
Plaintext
17 lines
797 B
Plaintext
title: "Fix `schedule_code_upgrade` when called by the owner/root"
|
|
|
|
doc:
|
|
- audience: Runtime User
|
|
description: |
|
|
Fixes `schedule_code_upgrade` when being used by the owner/root. The call is used for
|
|
manually upgrading the validation code of a parachain on the relay chain. It was failing
|
|
before because the relay chain waited for the parachain to make progress. However, this
|
|
call is mostly used for when a parachain are bricked which means that they are not able
|
|
anymore to build any blocks. The fix is to schedule the validation code upgrade and then
|
|
to enact it at the scheduled block. The enacting happens now without requiring the parachain
|
|
to make any progress.
|
|
|
|
crates:
|
|
- name: polkadot-runtime-common
|
|
- name: polkadot-runtime-parachains
|