rust-lightning/lightning
bmancini55 e742894492 Change routing table sync to use gossip_queries
This commit changes outbound routing table sync to use gossip_queries
instead of the effectively deprecated initial_routing_sync feature.

This change removes setting of initial_routing_sync in our outbound Init
message. Instead we now call sync_routing_table after receiving an Init
message from a peer. If the peer supports gossip_queries and
should_request_full_sync returns true, we initiate a full gossip_queries
sync.
2020-12-14 12:52:54 -05:00
..
src Change routing table sync to use gossip_queries 2020-12-14 12:52:54 -05:00
Cargo.toml Bump version to 0.0.12 2020-11-24 16:35:20 -05:00