]> git.bitcoin.ninja Git - rust-lightning/commit
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>
Wed, 5 Aug 2020 00:12:06 +0000 (17:12 -0700)
commita784109d703d9a48d2b187622dd2f46f7663d048
tree5f4fc306ceeb19365a9fc06a414d73b7fe1008a7
parent449968bdde5ec960b306cc605ab76594dddf536a
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