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>
Wed, 13 Dec 2023 23:26:09 +0000 (23:26 +0000)
commit18b42319bc5e5a3940e8ba17c72b7df8b285c563
tree50beadd7c8ba61d6769cabe4cd505657af409029
parent21facd0d175a450e986a83dfbef53c112aa48f84
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