From 70fe81d6fe9bf50cbdc1a42e45eb5abc489c2fb6 Mon Sep 17 00:00:00 2001 From: command-bot <> Date: Fri, 27 Dec 2024 16:58:23 +0000 Subject: [PATCH] Update from dmitry-markin running command 'prdoc --audience node_dev --bump major' --- prdoc/pr_7011.prdoc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 prdoc/pr_7011.prdoc diff --git a/prdoc/pr_7011.prdoc b/prdoc/pr_7011.prdoc new file mode 100644 index 000000000000..9716d143ba67 --- /dev/null +++ b/prdoc/pr_7011.prdoc @@ -0,0 +1,16 @@ +title: 'sync: Send already connected peers to new subscribers' +doc: +- audience: Node Dev + description: |- + Introduce `SyncEvent::InitialPeers` message sent to new subscribers to allow them correctly tracking sync peers. This resolves a race condition described in https://github.com/paritytech/polkadot-sdk/issues/6573#issuecomment-2563091343. + + Fixes https://github.com/paritytech/polkadot-sdk/issues/6573. +crates: +- name: sc-network-gossip + bump: major +- name: sc-network-statement + bump: major +- name: sc-network-sync + bump: major +- name: sc-network-transactions + bump: major