rust-lightning/lightning-net-tokio
Valentine Wallace 87126b391b
ChannelManager+Router++ Logger Arc --> Deref
This caused a bunch of cascading changes, including
passing loggers down to Channels in function calls
rather than having each Channel have a pointer to the
ChannelManager's Logger (which was a circular reference).
Other structs that the Channel had passed its Logger to also
had their loggers removed. Other newly unused Loggers were
also removed, especially when keeping them would've caused
a bunch of extra test changes to be necessary, e.g. with
the ChainWatchInterfaceUtil's Logger.
2020-05-17 12:33:43 -04:00
..
src ChannelManager+Router++ Logger Arc --> Deref 2020-05-17 12:33:43 -04:00
Cargo.toml Adopting new bitcoin hash types and crate version 2020-04-29 12:37:46 +02:00