rust-lightning/lightning/src
Matt Corallo 0bc0de46fa Simplify score bounding with a unified type
In a few places we require a unified scorer, which implements both
`ScoreLookUp` and `ScoreUpdate`. Rather than double-bounding (which
the bindings generator can't handle directly), we use a top-level
`Score` trait which requires both and is implemented for all
implementers of both supertraits.
2023-10-01 00:05:01 +00:00
..
blinded_path Only allow creating 1-hop blinded paths. 2023-09-12 18:12:03 -04:00
chain Merge pull request #2610 from wpaulino/missing-htlc-claim-balance 2023-09-29 23:55:04 +00:00
events Merge pull request #2629 from jkczyz/2023-09-invreqfailed 2023-09-29 22:42:50 +00:00
ln Merge pull request #2610 from wpaulino/missing-htlc-claim-balance 2023-09-29 23:55:04 +00:00
offers Add tests for send_payment_for_bolt12_invoice 2023-09-07 16:55:22 -05:00
onion_message public make_onion_message static method on OnionMessenger 2023-09-20 13:42:35 -07:00
routing Simplify score bounding with a unified type 2023-10-01 00:05:01 +00:00
sign Merge pull request #2629 from jkczyz/2023-09-invreqfailed 2023-09-29 22:42:50 +00:00
sync Merge pull request #2167 from TheBlueMatt/2023-04-monitor-e-monitor-prep 2023-05-31 22:48:34 +00:00
util Use Default::default() to construct () as score-updating param 2023-10-01 00:05:01 +00:00
lib.rs Ensure we build if a downstream crate sets --cfg=fuzzing 2023-06-20 23:22:15 +00:00