mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 00:37:57 +00:00
7b6b061e32
This PR backports: - node version bump - `spec_vesion` bump - reordering of the `prdocs` to the appropriate folder from the `1.9.0` release branch
20 lines
699 B
Plaintext
20 lines
699 B
Plaintext
title: Fix crash of synced parachain node run with `--sync=warp`
|
|
|
|
doc:
|
|
- audience: Node Operator
|
|
description: |
|
|
Fix crash of `SyncingEngine` when an already synced parachain node is run with `--sync=warp`
|
|
(issue https://github.com/paritytech/polkadot-sdk/issues/3496).
|
|
The issue manifests itself by errors in the logs:
|
|
```
|
|
[Parachain] Cannot set warp sync target block: no warp sync strategy is active.
|
|
[Parachain] Failed to set warp sync target block header, terminating `SyncingEngine`.
|
|
```
|
|
Followed by a stream of messages:
|
|
```
|
|
[Parachain] Protocol command streams have been shut down
|
|
```
|
|
|
|
crates:
|
|
- name: sc-network-sync
|