core-lightning/gossipd/test
Rusty Russell 2b47922ea5 gossipd: move query functions into their own file.
The only real change is dump_gossip() used to call
maybe_create_next_scid_reply(), but now I've simply renamed
that to maybe_send_query_responses() and we call it directly.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-09-25 04:01:56 +00: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: ignore redundant channel_update and node_announcement. 2019-09-20 06:55:00 +00:00
run-crc32_of_update.c gossipd: move query functions into their own file. 2019-09-25 04:01:56 +00:00
run-extended-info.c gossipd: move query functions into their own file. 2019-09-25 04:01:56 +00:00
run-find_route-specific.c gossipd: ignore redundant channel_update and node_announcement. 2019-09-20 06:55:00 +00:00
run-find_route.c gossipd: ignore redundant channel_update and node_announcement. 2019-09-20 06:55:00 +00:00
run-overlong.c gossipd: ignore redundant channel_update and node_announcement. 2019-09-20 06:55:00 +00:00