rust-lightning/lightning
Matt Corallo 3b277cc394 Add types for updating ChannelMonitors without copying them.
This is the first step in migrating ChannelMonitor updating logic
to use incremental Update objects instead of copying the
ChannelMonitors themselves and insert_combine()ing them.

This adds most of the scaffolding and updates relevant comments to
refer to the new architecture, without changing how any actual
updates occur.
2020-02-26 19:15:32 -05:00
..
src Add types for updating ChannelMonitors without copying them. 2020-02-26 19:15:32 -05:00
Cargo.toml Bump versions to 0.0.10 2019-12-11 17:29:42 -05:00