Files
pezkuwi-subxt/prdoc/1.9.0/pr_3510.prdoc
T
Egor_P 7b6b061e32 [Backport] version bumps and prdocs reordering 1.9.0 (#3758)
This PR backports:
- node version bump
- `spec_vesion` bump
- reordering of the `prdocs` to the appropriate folder
from the `1.9.0` release branch
2024-03-21 09:00:10 +00:00

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"