]> git.bitcoin.ninja Git - rapid-gossip-sync-server/commit
Only consider node announcements from current graph.
authorArik Sosman <git@arik.io>
Tue, 2 Jul 2024 07:20:19 +0000 (00:20 -0700)
committerArik Sosman <git@arik.io>
Wed, 18 Sep 2024 17:07:23 +0000 (10:07 -0700)
commit63aaf6111213a74386a3cbc76ec7e2bf6b0b7f9c
treebf2f550fb7c0fb54675f8b58872da28c06fdf78a
parent8219e5d119011f53983e733dd29e166860a5d90e
Only consider node announcements from current graph.

We want to ignore any node announcements that have already been
pruned. To do so, we extract all the node IDs from the network graph,
and use those to filter our queries.
src/lib.rs
src/lookup.rs