core-lightning/gossipd
Rusty Russell d554206d7e gossipd: fix bogus message when dying channel is pruned.
```
2025-01-23T12:31:52.528Z DEBUG   gossipd: Pruning channel 839050x1246x0 from network view (ages 1736283379 and 1737600120)
2025-01-27T00:32:01.631Z DEBUG   gossipd: Pruning channel 839050x1246x0 from network view (ages 0 and 1737686520)
2025-01-27T00:50:05.998Z **BROKEN** gossipd: Dying channel 839050x1246x0 already deleted?
```

Easiest not to prune in this case.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2025-02-11 15:11:47 -06:00
..
test gossipd: put gossip_store pointer inside gossmap_manage. 2025-02-11 15:11:47 -06:00
gossip_store.c gossipd: check that gossmap code sees updates from gossip_store writes. 2025-02-11 15:11:47 -06:00
gossip_store.h gossipd: check that gossmap code sees updates from gossip_store writes. 2025-02-11 15:11:47 -06:00
gossip_store_wire.csv gossipd: strip private updates from gossip_store on startup. 2024-01-31 14:47:33 +10:30
gossipd.c gossipd: put gossip_store pointer inside gossmap_manage. 2025-02-11 15:11:47 -06:00
gossipd.h gossipd: put gossip_store pointer inside gossmap_manage. 2025-02-11 15:11:47 -06:00
gossipd_wire.csv gossipd: don't tell connectd what address to connect to. 2024-11-25 15:39:13 +10:30
gossmap_manage.c gossipd: fix bogus message when dying channel is pruned. 2025-02-11 15:11:47 -06:00
gossmap_manage.h gossipd: put gossip_store pointer inside gossmap_manage. 2025-02-11 15:11:47 -06:00
Makefile gossipd: delete empty gossipd_peerd_wire.csv 2024-07-10 12:21:19 +09:30
queries.c gossipd: add separate counter for unsolicted gossip 2024-11-21 14:23:57 +10:30
queries.h connectd: do response to gossip queries, don't hand them to gossipd. 2024-07-10 12:21:19 +09:30
seeker.c gossipd: put gossip_store pointer inside gossmap_manage. 2025-02-11 15:11:47 -06:00
seeker.h gossipd: have seeker quert interfaces take an id, not a struct peer. 2024-02-04 09:24:44 +10:30
sigcheck.c common: remove type_to_string files altogther. 2024-03-20 13:51:48 +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