rust-lightning/lightning-net-tokio
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
..
src Remove should_request_full_sync from RoutingMessageHandler 2020-12-14 12:52:59 -05:00
Cargo.toml Bump lightning-net-tokio crate version. 2020-11-24 17:55:56 -05:00