polkadot-fellows / runtimes

The various runtimes which make up the core subsystems of networks for which the Fellowship is represented.
GNU General Public License v3.0
138 stars 93 forks source link

Enable async backing for system parachains #460

Open s0me0ne-unkn0wn opened 3 weeks ago

s0me0ne-unkn0wn commented 3 weeks ago

Overview

We had tried enabling 6-second block times for all the system parachains in #266, as it seemed to be easy, but it was discovered that this is blocked by paritytech/polkadot-sdk#3268. Since, considering the current system parachains transaction traffic, such an enablement doesn't provide any real benefit for the network, that work has been put on hold.

This issue serves as a tracking issue, should anyone want to perform a transition for a single system parachain or a group of them.

Current status

Kusama

Polkadot

clangenb commented 3 days ago

Encointer is also on 6s in v1.3.3, since https://github.com/polkadot-fellows/runtimes/pull/462