mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 02:57:57 +00:00
02e1a7f476
Fixes #3128. This introduces a new variant for the collation response from the collator that includes the parent head data. For now, collators won't send this new variant. We'll need to change the collator side of the collator protocol to detect all the cores assigned to a para and send the parent head data in the case when it's more than 1 core. - [x] validate approach - [x] check head data hash
16 lines
581 B
Plaintext
16 lines
581 B
Plaintext
title: Collator protocol changes for elastic scaling
|
|
|
|
doc:
|
|
- audience: Node Dev
|
|
description: |
|
|
This PR introduces changes to the collator protocol to support elastic scaling.
|
|
Namely, a new variant added to the collation response to include parent head-data
|
|
along with the collation. Currently, the new variant is not being used.
|
|
- audience: Node Operator
|
|
description: |
|
|
Validators are required to upgrade to this version before collators in order to
|
|
support the elastic scaling of parachains.
|
|
|
|
crates:
|
|
- name: polkadot-collator-protocol
|