From 6ff7beab1f9d571cf3a3d07d507b9134b502042d Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 16 Oct 2018 13:48:47 +1030 Subject: [PATCH] CHANGELOG: note gossip fix 0855422110845f74b3ddf0ff2ebc898317db76f3 This was the one causing us to spam old gossip onto the network! Signed-off-by: Rusty Russell --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 295a2e96c..34cc0f8ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ changes. - JSON RPC: `getroute` `fuzzpercent` and `pay` `maxfeepercent` can now be > 100. - JSON RPC: `riskfactor` in `pay` and `getroute` no longer always treated as 1. - JSON-RPC: `listpeers` was always reporting 0 for all stats. +- Protocol: don't send gossip about closed channels. - Protocol: fix occasional deadlock when both peers flood with gossip. - Protocol: fix occasional long delay on sending `reply_short_channel_ids_end`. - Protocol: re-send `node_announcement` when address/alias/color etc change.