Drop half-life-based bucket decay in `update_history_buckets`
authorMatt Corallo <git@bluematt.me>
Wed, 29 Nov 2023 00:33:16 +0000 (00:33 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 9 Dec 2023 00:53:48 +0000 (00:53 +0000)
commitc2198aa8ebcb83bf6150429a2547ae93114faca5
tree3ff630ff3d9bead956e3e7aaa2475d29c4138d45
parent3627f3202d4f62836f83a2b1c8bd9358d25a5a8f
Drop half-life-based bucket decay in `update_history_buckets`

Because we decay the bucket information in the background, there's
not much reason to try to decay them immediately prior to updating,
and in removing that we can also clean up a good bit of dead code,
which we do here.
lightning/src/routing/scoring.rs