rust-lightning/lightning
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 Remove non-bitcoin chain helpers 2020-05-12 09:27:11 -04:00