ZmnSCPxj, ZmnSCPxj jxPCSmnZ

Results 17 issues of ZmnSCPxj, ZmnSCPxj jxPCSmnZ

Bunch of refactorings

Had a long and fruitful email conversation with @devastgh, here are some summaries of what we think would be useful. The main thrust here is to approach better some dieal...

The `Boss::Mod::ChannelCandidateInvestigator::Gumshoe` object is the one responsible for determining the `onlineness` score. Currently it just does a simple `connect`, and if that succeeds, treats that as +1, otherwise as -1....

The `channels` field will soon be removed from `listpeers` some time after Core Lightning 0.11.0. https://github.com/ElementsProject/lightning/pull/5022 We need to handle this. * `JitRebalancer` uses `listpeers` to determine if the outgoing...

Getting incoming capacity is dangerously centralized around Boltz exchange. In principle somebody else could come around and implement an alternative (hopefully using the same protocol so it is easy on...

If a peer is badly connected, we should reconsider whether to maintain the channel with it, or to just move out our funds (or if moving out the funds is...

Currently we just use the "normal" feerate for channel opens. This is usually fine since we tend to open channels when feerates are low, and improving #12 should make us...

By @AutonomousOrganization here: https://github.com/ZmnSCPxj/clboss/issues/2#issuecomment-727075769 > Seems the most important information from user initiated pays is which node is the payment target. Most simple action to maximize successful payments to this...