-
Notifications
You must be signed in to change notification settings - Fork 707
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
slot-based-collator: Move spawning of the futures (#6561)
Move spawning of the slot-based collator into the `run` function. Also the tasks are being spawned as blocking task and not just as normal tasks. --------- Co-authored-by: GitHub Action <[email protected]>
- Loading branch information
1 parent
7c9e34b
commit 56d97c3
Showing
4 changed files
with
73 additions
and
57 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
title: 'slot-based-collator: Move spawning of the futures' | ||
doc: | ||
- audience: Node Dev | ||
description: "Move spawning of the slot-based collator into the `run` function.\ | ||
\ Also the tasks are being spawned as blocking task and not just as normal tasks.\r\ | ||
\n" | ||
crates: | ||
- name: cumulus-client-consensus-aura | ||
bump: major | ||
- name: polkadot-omni-node-lib | ||
bump: major |