core-lightning/gossipd/gossip_store_wire.csv
Rusty Russell fe556d1ed9 gossipd: don't try to upgrade ancient gossip_store.
If they really upgrade directly from 0.9.2, it will simply delete the
store and re-fetch it.

We still update from v9 (which could be v0.11), since it's a noop.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2022-09-24 15:22:27 +09:30

943 B

1# gossip_store messages: messages persisted in the gossip_store
2# We store raw messages here, so these numbers must not overlap with
3# 256/257/258.
4#include <common/amount.h>
5#include <common/node_id.h>
6# This always follows the channel_announce / private_announce
7msgtype,gossip_store_channel_amount,4101
8msgdata,gossip_store_channel_amount,satoshis,amount_sat,
9# Mimics a channel_announce, except signatures are all-zero
10msgtype,gossip_store_private_channel,4104
11msgdata,gossip_store_private_channel,satoshis,amount_sat,
12msgdata,gossip_store_private_channel,len,u16,
13msgdata,gossip_store_private_channel,announcement,u8,len
14msgtype,gossip_store_private_update,4102
15msgdata,gossip_store_private_update,len,u16,
16msgdata,gossip_store_private_update,update,u8,len
17msgtype,gossip_store_delete_chan,4103
18msgdata,gossip_store_delete_chan,scid,short_channel_id,
19msgtype,gossip_store_ended,4105
20msgdata,gossip_store_ended,equivalent_offset,u64,