rgb-cln/gossipd
Rusty Russell 00a0d09340 tools/check-includes.sh: test that c files include their .h files.
This is best-practice (to ensure prototypes match up), but there were a
few places we didn't (at least, directly).  Make it a requirement,
either of form "foo.h" or <dir/foo.h>.

The noise is the change to our print templates.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-09-17 09:43:22 +09:30
..
test common/channel_type: wrapper for generated 'struct channel_type'. 2021-09-13 15:53:23 +02:00
Makefile gossipd: turn off lease offers if the rates are empty 2021-07-20 13:28:38 -04:00
broadcast.h gossipd: remove broadcast map altogether. 2019-06-04 01:29:39 +00:00
gossip_generation.c gossipd: de-duplicate code. 2021-07-20 13:28:38 -04:00
gossip_generation.h gossipd: signal whether node_ann is updated, are we starting up? 2021-07-20 13:28:38 -04:00
gossip_store.c common/gossip_store: avoid fd pass for new store, use end marker. 2021-05-22 17:53:04 +09:30
gossip_store.h gossipd: add tombstone when we remove a channel. 2020-08-28 10:56:50 +09:30
gossip_store_wire.csv gossip_store: create end marker for EOF. 2021-05-22 17:53:04 +09:30
gossip_store_wiregen.c tools/check-includes.sh: test that c files include their .h files. 2021-09-17 09:43:22 +09:30
gossip_store_wiregen.h tools/check-includes.sh: test that c files include their .h files. 2021-09-17 09:43:22 +09:30
gossipd.c common/memleak: take over dump_memleak(), allow print pointer. 2021-09-08 19:11:47 +02:00
gossipd.h lease_rates: parse them out of node_announcements 2021-07-20 13:28:38 -04:00
gossipd_peerd_wire.csv common/gossip_store: avoid fd pass for new store, use end marker. 2021-05-22 17:53:04 +09:30
gossipd_peerd_wiregen.c tools/check-includes.sh: test that c files include their .h files. 2021-09-17 09:43:22 +09:30
gossipd_peerd_wiregen.h tools/check-includes.sh: test that c files include their .h files. 2021-09-17 09:43:22 +09:30
gossipd_wire.csv setleaserates: new RPC to pass in lease rates 2021-07-20 13:28:38 -04:00
gossipd_wiregen.c tools/check-includes.sh: test that c files include their .h files. 2021-09-17 09:43:22 +09:30
gossipd_wiregen.h tools/check-includes.sh: test that c files include their .h files. 2021-09-17 09:43:22 +09:30
queries.c gossip: allow us to only look at 1 block 2021-04-08 10:34:14 +09:30
queries.h gossipd: use modern 'sync_complete' field. 2021-02-25 13:23:16 +10:30
routing.c gossip/liquidity-ad: node_ann comparison, optional TLV check 2021-07-20 13:28:38 -04:00
routing.h gossipd: remove routing, listchannels and listnodes infrastructure. 2021-06-16 10:29:17 +09:30
seeker.c gossipd: use modern 'sync_complete' field. 2021-02-25 13:23:16 +10:30
seeker.h gossipd: restore dev-suppress-gossip functionality. 2019-10-10 21:48:52 -05:00