mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 01:47:55 +00:00
ddb53c87f5
This PR backports `spec_version`, `node_version` bumps and reordering of the prdocs from the 1.10.0 release branch
15 lines
542 B
Plaintext
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
|