mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 08:34:20 +01:00
CHANGELOG: note gossip fix 0855422110
This was the one causing us to spam old gossip onto the network! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -41,6 +41,7 @@ changes.
|
|||||||
- JSON RPC: `getroute` `fuzzpercent` and `pay` `maxfeepercent` can now be > 100.
|
- 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: `riskfactor` in `pay` and `getroute` no longer always treated as 1.
|
||||||
- JSON-RPC: `listpeers` was always reporting 0 for all stats.
|
- 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 deadlock when both peers flood with gossip.
|
||||||
- Protocol: fix occasional long delay on sending `reply_short_channel_ids_end`.
|
- Protocol: fix occasional long delay on sending `reply_short_channel_ids_end`.
|
||||||
- Protocol: re-send `node_announcement` when address/alias/color etc change.
|
- Protocol: re-send `node_announcement` when address/alias/color etc change.
|
||||||
|
|||||||
Reference in New Issue
Block a user