rust-lightning/lightning/src
Matt Corallo 6f8838fe70 Stop decaying liquidity information during bounds-based scoring
Because scoring is an incredibly performance-sensitive operation,
doing liquidity information decay (and especially fetching the
current time!) during scoring isn't really a great idea. Now that
we decay liquidity information in the background, we don't have any
reason to decay during scoring, and we ultimately remove it
entirely here.
2023-12-13 23:26:09 +00:00
..
blinded_path Make BlindedPath::new_for_payment pub 2023-12-12 18:38:59 -05:00
chain Merge pull request #2703 from wpaulino/retryable-commitment-broadcast 2023-12-13 05:15:54 +00:00
events Merge pull request #2775 from benthecarman/sign-psbt 2023-12-12 00:15:01 +00:00
ln Merge pull request #2688 from valentinewallace/2023-10-multihop-blinded-recv 2023-12-13 10:31:02 -05:00
offers logging every sent and receive onion message 2023-12-03 00:24:14 +05:30
onion_message Relax OnionMessenger::peer_disconnected assertion 2023-12-12 08:53:52 -06:00
routing Stop decaying liquidity information during bounds-based scoring 2023-12-13 23:26:09 +00:00
sign Merge pull request #2753 from TheBlueMatt/2023-11-inbound-preimages 2023-12-04 13:15:10 -08:00
sync Merge pull request #2167 from TheBlueMatt/2023-04-monitor-e-monitor-prep 2023-05-31 22:48:34 +00:00
util Add a scoring decay method to the ScoreUpdate trait 2023-12-13 23:26:09 +00:00
lib.rs Depend on libm in no-std for powf(64) 2023-12-13 18:36:40 +00:00