rust-lightning/lightning-background-processor
Matt Corallo 92bf460292 Switch to using the OnionMessenger directly in BP
When `OnionMessenger` first developed a timer and events interface,
we accessed the `OnionMessenger` indirectly via the `PeerManager`.
While this is a fairly awkward interface, it avoided a large pile
of generics on the background processor interfaces. However, since
we now have an `AOnionMessenger` trait, this concern is no longer
significant. Further, because we now want to use the built-in
`OnionMessenger` async event processing method, we really need a
direct referene to the `OnionMessenger` in the background
processor, which we add here optionally.
2024-06-03 18:51:28 +00:00
..
src Switch to using the OnionMessenger directly in BP 2024-06-03 18:51:28 +00:00
Cargo.toml Bump crate versions to 0.0.123-beta/invoice 0.31-beta 2024-04-19 01:03:03 +00:00