mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 19:57:56 +00:00
7b6b061e32
This PR backports: - node version bump - `spec_vesion` bump - reordering of the `prdocs` to the appropriate folder from the `1.9.0` release branch
14 lines
604 B
Plaintext
14 lines
604 B
Plaintext
title: "Fix multi-collator parachain transition to async backing"
|
|
|
|
doc:
|
|
- audience: Node Operator
|
|
description: |
|
|
The dynamic Aura slot duration, introduced in PR#3211, didn't take the block import pipeline
|
|
into account. The result was the parachain backed by multiple collators not being able to
|
|
keep producing blocks after its runtime was upgraded to support async backing, requiring to
|
|
restart all the collator nodes. This change fixes the issue, introducing the dynamic Aura
|
|
slot duration into the block import pipeline.
|
|
|
|
crates:
|
|
- name: "polkadot-parachain-bin"
|