mirror of
https://github.com/ACINQ/eclair.git
synced 2024-11-20 02:27:32 +01:00
3aa5754490
* relay to channel with lowest possible balance Our current channel selection is very simplistic: we relay to the channel with the largest balance. As time goes by, this leads to all channels having the same balance. A better strategy is to relay to the channel which has the smallest balance but has enough to process the payment. This way we save larger channels for larger payments, and also on average channels get depleted one after the other. * added tests... ...and found bugs! Note that there is something fishy in BOLT 4, filed a PR: https://github.com/lightningnetwork/lightning-rfc/pull/538 Also, first try of softwaremill's quicklens lib (in scope test for now) * minor: fixed typo (h/t @btcontract) |
||
---|---|---|
.. | ||
src | ||
eclair-cli | ||
pom.xml |