core-lightning/gossipd
Rusty Russell 696dc6b597 gossipd: disable gossip_store upgrade.
We're about to bump version again, and the code to upgrade it was
quite hairy (and buggy!).  It's not worthwhile for such a
poorly-tested path: I will just add code to limit how much incoming
gossip we get to avoid flooding when we upgrade, however.

I also use a modern gossip_store version in our test_gossip_store_load
test, instead of relying on the upgrade path.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-06-04 01:29:39 +00:00
..
test gossipd: disable gossip_store upgrade. 2019-06-04 01:29:39 +00:00
broadcast.c gossipd: track gossip_store locations of local channels. 2019-06-04 01:29:39 +00:00
broadcast.h gossipd: neaten insert_broadcast a little. 2019-05-22 11:28:44 +00:00
gossip_constants.h Use node_id everywhere for nodes. 2019-04-09 12:37:16 -07:00
gossip_peerd_wire.csv gossipd: send per-peer daemons offsets into gossip store. 2019-05-13 05:16:18 +00:00
gossip_store.c gossipd: disable gossip_store upgrade. 2019-06-04 01:29:39 +00:00
gossip_store.csv gossipd: disable gossip_store upgrade. 2019-06-04 01:29:39 +00:00
gossip_store.h gossip_store: mark private updates separately from normal ones. 2019-06-04 01:29:39 +00:00
gossip_wire.csv gossipd: reply to large listchannels in parts. 2019-05-22 11:28:44 +00:00
gossipd.c gossipd: track gossip_store locations of local channels. 2019-06-04 01:29:39 +00:00
Makefile common: move gossip_store read routine where subdaemons can access it. 2019-05-13 05:16:18 +00:00
routing.c gossipd: track gossip_store locations of local channels. 2019-06-04 01:29:39 +00:00
routing.h gossipd: track gossip_store locations of local channels. 2019-06-04 01:29:39 +00:00