rust-lightning/lightning/src/routing
Matt Corallo 94376424c0 Move to a constant for "bucket one" in the scoring buckets
Scoring buckets are stored as fixed point ints, with a 5-bit
fractional part (i.e. a value of 1.0 is stored as "32"). Now that
we also have 32 buckets, this leads to the codebase having many
references to 32 which could reasonably be confused for each other.

Thus, we add a constant here for the value 1.0 in our fixed-point
scheme.
2023-09-15 17:27:31 +00:00
..
gossip.rs Merge pull request #2248 from TheBlueMatt/2023-04-gossip-check 2023-08-25 14:10:39 +02:00
mod.rs Move chain::Access to routing and rename it UtxoLookup 2023-02-08 23:54:00 +00:00
router.rs Merge pull request #2248 from TheBlueMatt/2023-04-gossip-check 2023-08-25 14:10:39 +02:00
scoring.rs Move to a constant for "bucket one" in the scoring buckets 2023-09-15 17:27:31 +00:00
test_utils.rs Use NodeAlias type in NodeAnnouncement 2023-04-13 13:09:03 -05:00
utxo.rs Add function for updating network graph with announcement with no UTXO resolver 2023-04-24 14:10:25 -05:00