rust-lightning/lightning/src
Elias Rohrer 1ddc6f1089 Allow to set manual node penalties
A user might want to explicitly penalize or prioritize a particular
node. We now allow them to do so by specifying a manual penalty
override for a given node that is then returned by the scorer.
2022-07-05 16:39:53 +02:00
..
chain Fix spurious panic on bogus funding txn that confirm and are spent 2022-07-01 14:47:17 +00:00
ln Fix spurious panic on bogus funding txn that confirm and are spent 2022-07-01 14:47:17 +00:00
routing Allow to set manual node penalties 2022-07-05 16:39:53 +02:00
util Add ChannelManager methods to force close without broadcasting 2022-06-25 02:25:32 +00:00
debug_sync.rs Create a simple FairRwLock to avoid readers starving writers 2022-05-10 23:40:20 +00:00
lib.rs Re-export core2::io or std::io depending on feature flags 2022-05-31 00:17:40 +00:00
sync.rs Create a simple FairRwLock to avoid readers starving writers 2022-05-10 23:40:20 +00:00