rust-lightning/lightning/src/ln
bmancini55 e0bb63bc60 Remove should_request_full_sync from RoutingMessageHandler
This method was used to set the initial_routing_sync flag when sending
an outbound Init message to a peer. Since we are now relying on
gossip_queries instead of initial_routing_sync, synchronization can be
fully encapsulate into RoutingMessageHandler via sync_routing_table.

This commit removes should_request_full_sync from the trait
RoutingMessageHandler. The implementation is still used in
NetGraphMsgHandler and has been converted into a private method instead
of a trait function.
2020-12-14 12:52:59 -05:00
..
chan_utils.rs derive(Clone) for several pub simple data structs. 2020-11-23 11:08:34 -05:00
chanmon_update_fail_tests.rs Test that Persist temp and perm failures behave as expected. 2020-10-16 13:41:39 -04:00
channel.rs Don't create chan-closed mon update for outbound never-signed chans 2020-11-23 17:00:07 -05:00
channelmanager.rs Add send message events for gossip_queries 2020-12-09 15:02:22 -05:00
features.rs Change routing table sync to use gossip_queries 2020-12-14 12:52:54 -05:00
functional_test_utils.rs Add genesis block hash to NetworkGraph 2020-12-09 15:02:32 -05:00
functional_tests.rs Don't create chan-closed mon update for outbound never-signed chans 2020-11-23 17:00:07 -05:00
mod.rs Put test utilities behind a feature flag. 2020-10-16 11:30:33 -04:00
msgs.rs Remove should_request_full_sync from RoutingMessageHandler 2020-12-14 12:52:59 -05:00
onchaintx.rs Claim HTLC output on-chain if preimage is recv'd after force-close 2020-11-16 15:41:31 -05:00
onion_route_tests.rs Move channelmonitor.rs from ln to chain module 2020-09-30 22:41:52 -07:00
onion_utils.rs fix all clippy::redundant_field_names warnings 2020-10-07 11:20:21 -07:00
peer_channel_encryptor.rs fix all clippy::redundant_field_names warnings 2020-10-07 11:20:21 -07:00
peer_handler.rs Change routing table sync to use gossip_queries 2020-12-14 12:52:54 -05:00
reorg_tests.rs Move channelmonitor.rs from ln to chain module 2020-09-30 22:41:52 -07:00
wire.rs Add gossip_queries messages to wire decoding 2020-12-01 17:18:24 -05:00