mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +00:00
f13408d57f
This is phase 2 of async backing enablement for the system parachains on the production networks. ~~It should be merged after polkadot-fellows/runtimes#228 is enacted. After it is released,~~ all the system parachain collators should be upgraded, and then we can proceed with phase 3, which will enable async backing in the runtimes. UPDATE: Indeed, we don't need to wait for the runtime upgrade enactions. The lookahead collator handles the transition by itself, so we can upgrade ASAP. ## Scope of changes Here, we eliminate the dichotomy of having "generic Aura collators" for the production system parachains and "lookahead Aura collators" for the testnet system parachains. Now, all the collators are started as lookahead ones, preserving the logic of transferring from the shell node to Aura-enabled collators for the asset hubs. So, indeed, it simplifies the parachain service logic, which cannot but rejoice.
13 lines
382 B
Plaintext
13 lines
382 B
Plaintext
title: "Use async backing enabled collator for all the parachains"
|
|
|
|
doc:
|
|
- audience: Node Operator
|
|
description: |
|
|
Promotes all the parachains supported by `polkadot-parachain`, including all the systems
|
|
parachains, to use the async backing enabled lookahead Aura collator instead of the generic
|
|
one.
|
|
|
|
crates:
|
|
- name: polkadot-parachain-bin
|
|
bump: major
|