core-lightning/gossipd/test
Rusty Russell 167209d595 gossipd: don't broadcast node_announcement if we have no public channels.
This could always happen if we armed the timer when we did have public
channels, and by the time we did our node_announcement we no longer
did, but it gets triggered in our tests when we remove (our own!)
zombied node_announcement in the next patch.
2023-02-15 14:19:42 -06: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 common/onion: split into decode and encode routines. 2022-11-09 15:08:03 +01:00
run-check_channel_announcement.c gossipd: zombify inactive channels instead of pruning 2023-01-30 16:33:03 +10:30
run-check_node_announcement.c gossipd: don't broadcast node_announcement if we have no public channels. 2023-02-15 14:19:42 -06:00
run-crc32_of_update.c gossipd: don't broadcast node_announcement if we have no public channels. 2023-02-15 14:19:42 -06:00
run-extended-info.c common/onion: split into decode and encode routines. 2022-11-09 15:08:03 +01:00
run-next_block_range.c common/onion: split into decode and encode routines. 2022-11-09 15:08:03 +01:00
run-txout_failure.c gossipd: zombify inactive channels instead of pruning 2023-01-30 16:33:03 +10:30