1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-24 06:47:46 +01:00
eclair/eclair-core
Bastien Teinturier 5e85c7ce01
Fix pruned channels coming back online (#2456)
When a channel was pruned and we receive a valid channel update for it,
we need to wait until we're sure both sides of the channel are back
online: a channel that has only one side available will most likely not
be able to relay payments.

When both sides have created fresh, valid channel updates, we restore the
channel to our channels map and to the graph.

We remove the custom `pruned` table and instead directly use the data
from the channels table and cached data from the router.

Fixes #2388
2022-10-20 12:05:42 +02:00
..
src Fix pruned channels coming back online (#2456) 2022-10-20 12:05:42 +02:00
eclair-cli Dual funding RBF support (#2275) 2022-08-22 14:37:48 +02:00
pom.xml Update sqlite to 3.39.2.0 (#2369) 2022-08-09 14:31:03 +02:00