From dac715756aa9ed8a4686676de94ca487f55854c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveira?= Date: Tue, 9 Jan 2024 12:33:21 +0000 Subject: [PATCH] update CHANGELOG.md --- protocols/gossipsub/CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/protocols/gossipsub/CHANGELOG.md b/protocols/gossipsub/CHANGELOG.md index a4b1c7f7dc07..b1c6b71bacd9 100644 --- a/protocols/gossipsub/CHANGELOG.md +++ b/protocols/gossipsub/CHANGELOG.md @@ -1,8 +1,6 @@ ## 0.46.1 - unreleased - Adds scoring for slow peers and introduces a message to inform the application of slow peers. -- Adds metrics for priority and non-priority queue lengths. - - Removes the control pool and sends control messages on demand. - Implement backpressure by differentiating between priority and non priority messages.