rust-lightning/lightning
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
..
src Simplify score bounding with a unified type 2023-10-01 00:05:01 +00:00
Cargo.toml Bump crate versions to 0.0.117-rc1/invoice 0.25-rc1 2023-09-29 23:39:18 +00:00