-
Notifications
You must be signed in to change notification settings - Fork 686
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
collator-protocol: remove
elastic-scaling-experimental
feature (#4595)
Validators already have been upgraded so they could already receive the new `CollationWithParentHeadData` response when fetching collation. However this is only sent by collators when the parachain has more than 1 core is assigned. TODO: - [x] PRDoc --------- Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> Co-authored-by: Bastian Köcher <git@kchr.de>
- Loading branch information
Showing
9 changed files
with
27 additions
and
18 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
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,25 @@ | ||
title: "Remove `elastic-scaling-experimental` feature flag" | ||
|
||
doc: | ||
- audience: Node Dev | ||
description: | | ||
The feature was masking the ability of collators to respond with `CollationWithParentHeadData` | ||
to validator collation fetch requests, a requirement for elastic scaling. | ||
Please note that `CollationWithParentHeadData` is only sent by collators of parachains with | ||
multiple cores assigned, otherwise collators must respond with `CollationFetchingResponse::Collation` | ||
- audience: Node Operator | ||
description: | | ||
This change enables elastic scaling support in collators. Please upgrade to latest version, | ||
otherwise validator nodes will not be able to back elastic parachain blocks leading to | ||
missed rewards. | ||
|
||
crates: | ||
- name: polkadot-collator-protocol | ||
bump: major | ||
validate: false | ||
- name: polkadot-service | ||
bump: major | ||
validate: false | ||
- name: polkadot-parachain-bin | ||
bump: minor | ||
validate: false |