rust-lightning/lightning
Matt Corallo 3e26bd7a1d Rm ChannelMonitor merge capabilities in favor of explicit add/update
This removes the ability to merge ChannelMonitors in favor of
explicit ChannelMonitorUpdates. It further removes
ChannelManager::test_restore_channel_monitor in favor of the new
ChannelManager::channel_monitor_updated method, which explicitly
confirms a set of updates instead of providing the latest copy of
each ChannelMonitor to the user.

This removes almost all need for Channels to have the latest
channel_monitor, except for broadcasting the latest local state.
2020-02-26 19:15:32 -05:00
..
src Rm ChannelMonitor merge capabilities in favor of explicit add/update 2020-02-26 19:15:32 -05:00
Cargo.toml Bump versions to 0.0.10 2019-12-11 17:29:42 -05:00