Skip to content
Snippets Groups Projects
Unverified Commit 9bd8c32f authored by Branislav Kontur's avatar Branislav Kontur Committed by GitHub
Browse files

Update prdoc/pr_7592.prdoc

parent 3157c461
Branches
No related merge requests found
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment