mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +00:00
9ede4152ef
fixes https://github.com/paritytech/polkadot-sdk/issues/4067 Also add an early bail out for look ahead collator such that we don't waste time if a CollatorFn is not set. TODO: - [x] add test. - [x] Polkadot System Parachain burn-in. --------- Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
13 lines
438 B
Plaintext
13 lines
438 B
Plaintext
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
|
|
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json
|
|
|
|
title: Avoid using `para_backing_state` if runtime doesn't support async backing
|
|
|
|
doc:
|
|
- audience: Node Operator
|
|
description: |
|
|
Fixes https://github.com/paritytech/polkadot-sdk/issues/4067 which prevents collators to
|
|
upgrade to latest release (v1.10.0)
|
|
|
|
crates: [ ]
|