From caff7160ea9b496445c855dc66e9cadf24c8154f Mon Sep 17 00:00:00 2001 From: Branislav Kontur <bkontur@gmail.com> Date: Mon, 17 Feb 2025 14:55:32 +0100 Subject: [PATCH] Update prdoc/pr_7592.prdoc --- prdoc/pr_7592.prdoc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/prdoc/pr_7592.prdoc b/prdoc/pr_7592.prdoc index 2ab316d1b6f..efddc90df8a 100644 --- a/prdoc/pr_7592.prdoc +++ b/prdoc/pr_7592.prdoc @@ -2,18 +2,10 @@ title: Add `Paras` authorize code_hash for `(force_)set_current_code` feature doc: - audience: Runtime Dev description: |- - Closes: https://github.com/paritytech/polkadot-sdk/issues/7574 - Relates to: https://github.com/paritytech/polkadot-sdk/issues/7591 - This feature can be useful when we want to trigger `Paras::force_set_current_code(para, code)` from a different chain than the one where the `Paras` pallet is deployed. The main reason is to avoid transferring the entire `new_code` wasm blob between chains. Instead, we authorize `new_code_hash` with `root`, which can later be applied by `Paras::apply_authorized_force_set_current_code(para, new_code)` by anyone. - - - ## Open questions - - - [ ] Do we need something like `poke_authorized_code_hash`? E.g. in case that we authorize code hash, but nobody would apply it and the parachain starts working with old code? Is this possible? crates: - name: polkadot-runtime-parachains bump: patch -- GitLab