mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 00:37:57 +00:00
700d5f85b7
Built on top of https://github.com/paritytech/polkadot-sdk/pull/2826/ which was a trial run. Guide: https://github.com/w3f/polkadot-wiki/blob/master/docs/maintain/maintain-guides-async-backing.md --------- Signed-off-by: georgepisaltu <george.pisaltu@parity.io> Co-authored-by: Branislav Kontur <bkontur@gmail.com> Co-authored-by: Dónal Murray <donal.murray@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: Svyatoslav Nikolsky <svyatonik@gmail.com> Co-authored-by: Bastian Köcher <info@kchr.de> Co-authored-by: georgepisaltu <52418509+georgepisaltu@users.noreply.github.com>
24 lines
906 B
Plaintext
24 lines
906 B
Plaintext
title: Enable async backing on all testnet system chains
|
|
|
|
doc:
|
|
- audience: Runtime User
|
|
description: |
|
|
Async backing has been enabled on all testnet system chains: asset-hub-westend,
|
|
bridge-hub-westend, bridge-hub-rococo, collectives-westend, contracts-rococo,
|
|
coretime-westend, coretime-rococo, people-westend, and people-rococo. These now target 6s
|
|
block times.
|
|
For the running coretime chains, that requires updating the configuration after the runtime
|
|
upgrade but before the end of the current region.
|
|
|
|
crates:
|
|
- name: asset-hub-westend-runtime
|
|
- name: bridge-hub-westend-runtime
|
|
- name: bridge-hub-rococo-runtime
|
|
- name: collectives-westend-runtime
|
|
- name: contracts-rococo-runtime
|
|
- name: coretime-westend-runtime
|
|
- name: coretime-rococo-runtime
|
|
- name: people-westend-runtime
|
|
- name: people-rococo-runtime
|
|
- name: polkadot-parachain-bin
|