rgb-cln/gossipd/test
Rusty Russell 5583f730de gossipd: always send information about our channels' gossip updates.
Not just when it's a private channel.  This is useful for listpeerchannels in the next patch.
Most of this is renaming.

It also means that source can be NULL, so move it out of the struct and put it in the message,
where it logically belongs, and make it an optional field.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-12-14 09:16:56 +10:30
..
.gitignore
Makefile common/onion: split into decode and encode routines. 2022-11-09 15:08:03 +01:00
run-check_channel_announcement.c gossipd: always send information about our channels' gossip updates. 2023-12-14 09:16:56 +10:30
run-check_node_announcement.c lightningd: really fill in our own details when channeld says to make channel_update. 2023-10-25 07:00:05 +10:30
run-crc32_of_update.c lightningd: really fill in our own details when channeld says to make channel_update. 2023-10-25 07:00:05 +10:30
run-extended-info.c gossipd: don't use peer softrefs for gossip credit. 2023-07-09 16:49:48 +09:30
run-next_block_range.c gossipd: use htable, not linked list for peers. 2023-07-09 16:49:48 +09:30
run-txout_failure.c gossipd: always send information about our channels' gossip updates. 2023-12-14 09:16:56 +10:30