rust-lightning/lightning/src/ln
Jeffrey Czyz 6662e959c8
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.
2020-09-30 22:39:55 -07:00
..
chan_utils.rs Clarify docs on payment_point slightly 2020-09-16 10:50:54 -04:00
chanmon_update_fail_tests.rs Rename SimpleManyChannelMonitor to ChainMonitor 2020-09-30 22:39:55 -07:00
channel.rs Remove ChainWatchInterface from BlockNotifier 2020-09-24 10:21:54 -07:00
channelmanager.rs Replace ManyChannelMonitor with chain::Watch 2020-09-30 22:39:39 -07:00
channelmonitor.rs Rename SimpleManyChannelMonitor to ChainMonitor 2020-09-30 22:39:55 -07:00
features.rs Add annotations for things which we cannot (yet) expose 2020-09-10 22:03:30 -04:00
functional_test_utils.rs Rename SimpleManyChannelMonitor to ChainMonitor 2020-09-30 22:39:55 -07:00
functional_tests.rs Rename SimpleManyChannelMonitor to ChainMonitor 2020-09-30 22:39:55 -07:00
mod.rs Move onion failure tests from functional_tests to their own file 2020-09-16 11:12:51 -04:00
msgs.rs Merge pull request #684 from bmancini55/gossip_queries 2020-09-14 13:45:12 -07:00
onchaintx.rs Align ChannelMonitor interface with ChainListener 2020-09-24 10:22:06 -07:00
onion_route_tests.rs Add test utilities for {dis}connecting a block 2020-09-24 11:04:35 -07:00
onion_utils.rs Relicense as dual Apache-2.0 + MIT 2020-08-10 21:12:44 -04:00
peer_channel_encryptor.rs Relicense as dual Apache-2.0 + MIT 2020-08-10 21:12:44 -04:00
peer_handler.rs Relicense as dual Apache-2.0 + MIT 2020-08-10 21:12:44 -04:00
reorg_tests.rs Replace ManyChannelMonitor with chain::Watch 2020-09-30 22:39:39 -07:00
wire.rs Relicense as dual Apache-2.0 + MIT 2020-08-10 21:12:44 -04:00