Extend update_monitor logging
[rust-lightning] / lightning / src / chain / channelmonitor.rs
2020-11-16 Valentine WallaceExtend update_monitor logging
2020-11-16 Valentine WallaceUpdate monitor with preimage after channel close
2020-11-12 Matt CoralloMerge pull request #721 from TheBlueMatt/2020-09-649...
2020-10-16 Matt CoralloMerge pull request #681 from valentinewallace/data...
2020-10-16 Valentine WallaceRename ChannelMonitor::write_for_disk --> serialize_for...
2020-10-16 Valentine WallaceIntegrate Persist into ChainMonitor.
2020-10-16 Valentine WallaceAdd Persist trait.
2020-10-16 Valentine WallacePut test utilities behind a feature flag.
2020-10-15 Matt CoralloMerge pull request #653 from ariard/2020-06-fix-outputs...
2020-10-14 Antoine RiardAssert on correct registeration of outputs index
2020-10-10 Antoine RiardAdd transaction index in watched_outputs
2020-10-10 Matt CoralloMerge pull request #738 from TheBlueMatt/2020-10-opt...
2020-10-08 Matt CoralloMerge pull request #739 from rloomba/rloomba/add-clippy...
2020-10-07 Ryan Loombafix all clippy::redundant_field_names warnings
2020-10-05 Matt CoralloMerge pull request #734 from TheBlueMatt/2020-10-ci...
2020-10-05 Matt CoralloMerge pull request #722 from TheBlueMatt/2020-09-broken-fn
2020-10-05 Matt CoralloDrop now-unused Vec of outpoints in remote-commitment... 2020-09-broken-fn
2020-10-05 Matt CoralloDrop the redundant/broken `ChannelMonitor::get_monitore...
2020-10-01 Matt CoralloMerge pull request #649 from jkczyz/2020-06-refactor...
2020-10-01 Jeffrey CzyzMerge branch '2020-06-refactor-chain-listener-move...
2020-10-01 Jeffrey CzyzMove channelmonitor.rs from ln to chain module