mirror of
https://github.com/ACINQ/eclair.git
synced 2025-03-14 11:58:19 +01:00
* router: prune channel that our peer does not have when we receive a reply to a channel query, we check whether channels that we have but they don't can are stale and can be pruned. * router: cap the number of channels that we would prune We limit the number of channels that we will prune to avoid freezing the app. * pruning: simplify our process and address change requests we restore the computation of missing channels that we had before, remove new `isStale` and `isInRange` method and simplify short channel ids range check. * pruning: improve test, don't prune nodes (they are not handled on android) |
||
---|---|---|
.. | ||
src | ||
eclair-cli | ||
pom.xml |