rust-lightning/lightning
Matt Corallo d54c93065a Pipe Duration-based time information through scoring pipeline
In the coming commits, the `T: Time` bound on `ProbabilisticScorer`
will be removed. In order to enable that, we need to pass the
current time (as a `Duration` since the unix epoch) through the
score updating pipeline, allowing us to keep the
`*last_updated_time` fields up-to-date as we go.
2023-12-13 23:26:09 +00:00
..
src Pipe Duration-based time information through scoring pipeline 2023-12-13 23:26:09 +00:00
Cargo.toml Depend on libm in no-std for powf(64) 2023-12-13 18:36:40 +00:00