Rename SimpleManyChannelMonitor to ChainMonitor
authorJeffrey Czyz <jkczyz@gmail.com>
Tue, 21 Jul 2020 05:12:14 +0000 (22:12 -0700)
committerJeffrey Czyz <jkczyz@gmail.com>
Thu, 1 Oct 2020 05:39:55 +0000 (22:39 -0700)
commit6662e959c8443fd74c76c2908cfb0c78ec4f906a
tree366851ce62c45275f2c9e6c31a5277f7db6e7650
parent801b775a7d17eff165ea5e8a4d11a966e0ef29d0
Rename SimpleManyChannelMonitor to ChainMonitor

ManyChannelMonitor was renamed chain::Watch in the previous commit. Use
a more concise name for an implementation that monitors the chain for
channel activity. Future work will parameterize the struct to allow for
different varieties of persistence. Thus, users usually will be able to
use ChainMonitor directly rather than implementing a chain::Watch that
wraps it.
ARCH.md
fuzz/src/chanmon_consistency.rs
fuzz/src/full_stack.rs
lightning-net-tokio/src/lib.rs
lightning/src/ln/chanmon_update_fail_tests.rs
lightning/src/ln/channelmonitor.rs
lightning/src/ln/functional_test_utils.rs
lightning/src/ln/functional_tests.rs
lightning/src/util/test_utils.rs