-
Notifications
You must be signed in to change notification settings - Fork 742
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport #6885 into `stable2412` from skunert. 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: Sebastian Kunert <[email protected]>
- Loading branch information
1 parent
df5b8ab
commit 795c92e
Showing
3 changed files
with
40 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
title: 'Omni-node: Detect pending code in storage and send go ahead signal in dev-mode.' | ||
doc: | ||
- audience: Runtime Dev | ||
description: |- | ||
When using the polkadot-omni-node with manual seal (`--dev-block-time`), it is now possible to perform runtime | ||
upgrades. The node will detect the pending validation code and send a go-ahead signal to the parachain. | ||
crates: | ||
- name: cumulus-client-parachain-inherent | ||
bump: major | ||
- name: polkadot-omni-node-lib | ||
bump: patch |