-
Notifications
You must be signed in to change notification settings - Fork 710
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aura: Ensure we are building on each relay chain fork (#5352)
We only want to build one block per slot for Aura on parachains. However, we still need to build on each relay chain fork, which is using the same slot. Closes: #5349 --------- Co-authored-by: Davide Galassi <[email protected]> Co-authored-by: Sebastian Kunert <[email protected]>
- Loading branch information
1 parent
048f4b8
commit 63bf73d
Showing
2 changed files
with
16 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
title: "Aura: Ensure parachains are building on all relay chain forks" | ||
|
||
doc: | ||
- audience: Node Dev | ||
description: | | ||
Ensure that parachains using the `basic` collator are building on all relay chain forks. | ||
|
||
crates: | ||
- name: cumulus-client-consensus-aura | ||
bump: patch |