From 04e2bd3a2ab151cfd92811dbe43f047423ed5c28 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Wed, 20 Nov 2024 13:18:21 +0200 Subject: [PATCH] Add PRdoc Signed-off-by: Alexandru Vasile --- prdoc/pr_6553.prdoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 prdoc/pr_6553.prdoc diff --git a/prdoc/pr_6553.prdoc b/prdoc/pr_6553.prdoc new file mode 100644 index 000000000000..8692eba3a9f5 --- /dev/null +++ b/prdoc/pr_6553.prdoc @@ -0,0 +1,13 @@ +title: Ensure sync event is processed on unknown peer roles + +doc: + - audience: Node Dev + description: | + The GossipEngine::poll_next implementation polls both the notification_service and the sync_event_stream. + This PR ensures both events are processed gracefully. + +crates: + - name: sc-network-gossip + bump: patch + - name: sc-network-sync + bump: patch