From 9bd8c32fef5b02bf956b1b9d31250e007999a80b Mon Sep 17 00:00:00 2001 From: Branislav Kontur <bkontur@gmail.com> Date: Tue, 4 Mar 2025 16:54:18 +0100 Subject: [PATCH] Update prdoc/pr_7592.prdoc --- prdoc/pr_7592.prdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prdoc/pr_7592.prdoc b/prdoc/pr_7592.prdoc index d25345eec11..250c73178e3 100644 --- a/prdoc/pr_7592.prdoc +++ b/prdoc/pr_7592.prdoc @@ -7,8 +7,8 @@ doc: The primary reason for this approach is to avoid transferring the entire `new_code` Wasm blob between chains. Instead, we authorize the `code_hash` using `root` via `fn authorize_force_set_current_code_hash(new_authorization, expire_at)`. This authorization can later be applied by anyone using `Paras::apply_authorized_force_set_current_code(para, new_code)`. If `expire_at` is reached without the authorization being used, it is automatically removed. crates: - name: polkadot-runtime-parachains - bump: patch + bump: major - name: rococo-runtime - bump: patch + bump: minor - name: westend-runtime - bump: patch + bump: minor -- GitLab