forked from paritytech/polkadot-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Omni-node: Detect pending code in storage and send go ahead signal in…
… dev-mode. (paritytech#6885) We check if there is a pending validation code in storage. If there is, add the go-ahead signal in the relay chain storage proof. Not super elegant, but should get the job done for development. --------- Co-authored-by: command-bot <>
- Loading branch information
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 |