rust-lightning/lightning
Matt Corallo 3cca221f8b Send a gossip_timestamp_filter on connect to enable gossip sync
On connection, if our peer supports gossip queries, and we never
send a `gossip_timestamp_filter`, our peer is supposed to never
send us gossip outside of explicit queries. Thus, we'll end up
always having stale gossip information after the first few
connections we make to peers.

The solution is to send a dummy `gossip_timestamp_filter`
immediately after connecting to peers.
2022-03-17 22:18:33 +00:00
..
src Send a gossip_timestamp_filter on connect to enable gossip sync 2022-03-17 22:18:33 +00:00
Cargo.toml Update regex requirement from 0.1.80 to 0.2.11 in /lightning 2022-03-09 17:38:53 +00:00