-
Notifications
You must be signed in to change notification settings - Fork 740
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parachain-system: send core selector ump signal (#5888)
Runtime side of #5048 Send the core selector ump signal in cumulus. Guarded by a compile time feature until nodes are upgraded to a version that includes #5423 for gracefully handling ump signals. --------- Co-authored-by: GitHub Action <[email protected]>
- Loading branch information
1 parent
c0ddfba
commit df8b870
Showing
5 changed files
with
72 additions
and
8 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
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,16 @@ | ||
title: 'parachain-system: send core selector ump signal' | ||
|
||
doc: | ||
- audience: Runtime Dev | ||
description: | | ||
Send the core selector ump signal in cumulus. Guarded by a compile time feature called `experimental-ump-signals` | ||
until nodes are upgraded to a version that includes https://github.com/paritytech/polkadot-sdk/pull/5423 for | ||
gracefully handling ump signals. | ||
|
||
crates: | ||
- name: cumulus-client-consensus-aura | ||
bump: minor | ||
- name: cumulus-pallet-parachain-system | ||
bump: major | ||
- name: cumulus-primitives-core | ||
bump: minor |