rgb-cln/gossipd
Rusty Russell 7f5fe52320 gossipd: remove online gossip_store compaction.
It was an obscure dev command, as it never worked reliably.
It would be much easier to re-implement once this is done.

This turned out to reveal a tiny leak on
tests/test_gossip.py::test_gossip_store_load_amount_truncated where we
didn't immedately free chan_ann if it was dangling.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-02-04 09:24:44 +10:30
..
test gossipd: take signature checks out of routing.c 2024-02-04 09:24:44 +10:30
Makefile gossipd: take signature checks out of routing.c 2024-02-04 09:24:44 +10:30
broadcast.h cleanup: remove unneeded includes in header files. 2021-09-17 09:43:22 +09:30
gossip_store.c gossipd: remove online gossip_store compaction. 2024-02-04 09:24:44 +10:30
gossip_store.h gossipd: remove online gossip_store compaction. 2024-02-04 09:24:44 +10:30
gossip_store_wire.csv gossipd: strip private updates from gossip_store on startup. 2024-01-31 14:47:33 +10:30
gossipd.c gossipd: remove online gossip_store compaction. 2024-02-04 09:24:44 +10:30
gossipd.h gossipd: move tell_lightningd_peer_update from routing.c into gossipd.c 2024-02-04 09:24:44 +10:30
gossipd_peerd_wire.csv channeld: send channel updates and announcements via lightningd. 2022-02-08 11:15:52 +10:30
gossipd_wire.csv gossipd: remove online gossip_store compaction. 2024-02-04 09:24:44 +10:30
queries.c gossipd: remove node_announcement generation. 2024-01-31 14:47:33 +10:30
queries.h gossipd: remove node_announcement generation. 2024-01-31 14:47:33 +10:30
routing.c gossipd: move tell_lightningd_peer_update from routing.c into gossipd.c 2024-02-04 09:24:44 +10:30
routing.h gossipd: move tell_lightningd_peer_update from routing.c into gossipd.c 2024-02-04 09:24:44 +10:30
seeker.c gossipd: make seeker uintmap visible to memleak code. 2024-01-31 14:47:33 +10:30
seeker.h gossipd: make seeker uintmap visible to memleak code. 2024-01-31 14:47:33 +10:30
sigcheck.c gossipd: take signature checks out of routing.c 2024-02-04 09:24:44 +10:30
sigcheck.h gossipd: take signature checks out of routing.c 2024-02-04 09:24:44 +10:30
txout_failures.c gossipd: take txout failure cache out of routing.c 2024-02-04 09:24:44 +10:30
txout_failures.h gossipd: take txout failure cache out of routing.c 2024-02-04 09:24:44 +10:30