mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-23 21:15:41 +00:00
Fixup multi-collator parachain transition to async backing (#3510)
Fixing: ``` Verification failed for block 0x07bbf1e04121d70a4bdb21cc055132b53ac2390fa95c4d05497fc91b1e8bf7f5 received from (12D3KooWJzLd8skcAgA24EcJey7aJAhYctfUxWGjSP5Usk9wbpPZ): "Header 0x07bbf1e04121d70a4bdb21cc055132b53ac2390fa95c4d05497fc91b1e8bf7f5 rejected: too far in the future" ``` --------- Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io> Co-authored-by: Dmitry Sinyavin <dmitry.sinyavin@parity.io> Co-authored-by: s0me0ne-unkn0wn <48632512+s0me0ne-unkn0wn@users.noreply.github.com> Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
committed by
GitHub
parent
eefd5fe449
commit
833bafdbf7
@@ -0,0 +1,13 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user