1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-24 22:58:23 +01:00
eclair/eclair-core
Bastien Teinturier e369ba9a1e
More aggressively re-emit private channel updates (#1671)
We had a delay mechanism before re-enabling reconnected channels
to avoid creating frequent channel updates on flappy connections and flooding
the network with unnecessary gossip.

We don't need this protection for private channels since they're not gossiped
to the rest of the network. And in the case of private channels to mobile
wallets, we don't want to add any delay, otherwise the reconnected channel
will not be in the router's graph and we'll have issues routing payments to
that wallet (especially if they quickly disconnect, before our 10-seconds
delay).
2021-01-19 15:41:12 +01:00
..
src More aggressively re-emit private channel updates (#1671) 2021-01-19 15:41:12 +01:00
eclair-cli Update allnodes API (#1468) 2020-06-23 15:28:48 +02:00
pom.xml Set version to 0.5.1-SNAPSHOT (#1651) 2020-12-18 16:24:32 +01:00