Files
pezkuwi-subxt/prdoc/1.10.0/pr_3795.prdoc
T
Egor_P ddb53c87f5 [Backport] Version bumps and prdoc reorg from 1.10.0 (#4052)
This PR backports `spec_version`, `node_version` bumps and reordering of
the prdocs from the 1.10.0 release branch
2024-04-10 06:30:00 +00:00

15 lines
542 B
Plaintext

title: Enable collators to build on multiple cores
doc:
- audience: Node Dev
description: |
Introduces a `CoreIndex` parameter in `SubmitCollationParams`. This enables
the collators to make use of potentially multiple cores assigned at some relay
chain block. This extra parameter is used by the collator protocol and collation
generation subsystems to forward the collation to the approapriate backing group.
crates:
- name: polkadot-node-collation-generation
- name: polkadot-collator-protocol
bump: minor