mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 04:07:57 +00:00
59b2661444
This PR backports Node version and `spec_version` bumps to `1.8.0` from the latest release and orders prdoc files related to it.
17 lines
660 B
Plaintext
17 lines
660 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: Fix BEEFY-related gossip messages error logs
|
|
|
|
doc:
|
|
- audience: Node Operator
|
|
description: |
|
|
Added logic to pump the gossip engine while waiting for other things
|
|
to make sure gossiped messages get consumed (practically discarded
|
|
until worker is fully initialized).
|
|
This fixes an issue where node operators saw error logs, and fixes
|
|
potential RAM bloat when BEEFY initialization takes a long time
|
|
(i.e. during clean sync).
|
|
crates:
|
|
- name: sc-consensus-beefy
|