-
Notifications
You must be signed in to change notification settings - Fork 983
apply_authorized_force_set_current_code
does not need to consume the whole block
#9202
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
Conversation
…e whole block There is no need that this dispatchable consumes the full block as this is just writing the given value to storage. On a chain this is done, because the runtime changes and thus, a lot of stuff potentially changes. In the case of the relay chain only on parachain changes and not the relay chain runtime itself.
/cmd prdoc --audience runtime_user --bump patch |
All GitHub workflows were cancelled due to failure one of the required jobs. |
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-9202-to-stable2503
git worktree add --checkout .worktree/backport-9202-to-stable2503 backport-9202-to-stable2503
cd .worktree/backport-9202-to-stable2503
git reset --hard HEAD^
git cherry-pick -x 607a1b24b7902a657426ce2412e316a57b61894b
git push --force-with-lease |
…e whole block (#9202) There is no need that this dispatchable consumes the full block as this is just writing the given value to storage. On a chain this is done, because the runtime changes and thus, a lot of stuff potentially changes. In the case of the relay chain only on parachain changes and not the relay chain runtime itself. --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Branislav Kontur <bkontur@gmail.com> Co-authored-by: Adrian Catangiu <adrian@parity.io> (cherry picked from commit 607a1b2)
Successfully created backport PR for |
Backport #9202 into `stable2506` from bkchr. See the [documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md) on how to use this bot. <!-- # To be used by other automation, do not modify: original-pr-number: #${pull_number} --> Co-authored-by: Bastian Köcher <git@kchr.de> Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Branislav Kontur <bkontur@gmail.com> Co-authored-by: Adrian Catangiu <adrian@parity.io>
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-9202-to-stable
git worktree add --checkout .worktree/backport-9202-to-stable backport-9202-to-stable
cd .worktree/backport-9202-to-stable
git reset --hard HEAD^
git cherry-pick -x 607a1b24b7902a657426ce2412e316a57b61894b
git push --force-with-lease |
Backport failed for |
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-9202-to-stable2503
git worktree add --checkout .worktree/backport-9202-to-stable2503 backport-9202-to-stable2503
cd .worktree/backport-9202-to-stable2503
git reset --hard HEAD^
git cherry-pick -x 607a1b24b7902a657426ce2412e316a57b61894b
git push --force-with-lease |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin stable2506
git worktree add -d .worktree/backport-9202-to-stable2506 origin/stable2506
cd .worktree/backport-9202-to-stable2506
git switch --create backport-9202-to-stable2506
git cherry-pick -x 607a1b24b7902a657426ce2412e316a57b61894b |
Successfully created backport PR for |
…e whole block (#9202) There is no need that this dispatchable consumes the full block as this is just writing the given value to storage. On a chain this is done, because the runtime changes and thus, a lot of stuff potentially changes. In the case of the relay chain only on parachain changes and not the relay chain runtime itself. --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Branislav Kontur <bkontur@gmail.com> Co-authored-by: Adrian Catangiu <adrian@parity.io> (cherry picked from commit 607a1b2)
There is no need that this dispatchable consumes the full block as this is just writing the given value to storage. On a chain this is done, because the runtime changes and thus, a lot of stuff potentially changes. In the case of the relay chain only on parachain changes and not the relay chain runtime itself.