core-lightning/gossipd/test
Rusty Russell 270368e50b gossipd: use gossip_query_ex to query only nodes when node probing.
If the peer supports `gossip_query_ex` we can use query_flags to simply
request the node_announcements when probing for nodes, rather than
getting everything.  If a peer doesn't support `gossip_query_ex` then
it's harmless to add it.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-10-10 21:48:52 -05:00
..
.gitignore gossipd/test/run-bench-find_route: don't abort if we try to route to ourselves 2017-12-20 13:57:28 +01:00
Makefile gossipd: test vectors for https://github.com/lightningnetwork/lightning-rfc/pull/557 2019-08-10 02:48:34 +00:00
run-bench-find_route.c gossipd: track what peer gave us gossip msgs so we can credit it. 2019-10-10 21:48:52 -05:00
run-crc32_of_update.c gossipd: use per-peer information to make messages clearer. 2019-10-10 21:48:52 -05:00
run-extended-info.c seeker: add code to check range of scids. 2019-10-10 21:48:52 -05:00
run-find_route-specific.c gossipd: track what peer gave us gossip msgs so we can credit it. 2019-10-10 21:48:52 -05:00
run-find_route.c gossipd: track what peer gave us gossip msgs so we can credit it. 2019-10-10 21:48:52 -05:00
run-next_block_range.c gossipd: use gossip_query_ex to query only nodes when node probing. 2019-10-10 21:48:52 -05:00
run-overlong.c gossipd: track what peer gave us gossip msgs so we can credit it. 2019-10-10 21:48:52 -05:00
run-txout_failure.c gossipd: track what peer gave us gossip msgs so we can credit it. 2019-10-10 21:48:52 -05:00