core-lightning/gossipd/gossip_peerd_wire.csv
Rusty Russell 78ffea61e1 channeld: tell gossipd what the features are for our local channels.
This msg is stored in the gossip_store, so it means a version bump.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-05-07 08:44:58 +09:30

1.8 KiB

1# These must be distinct from WIRE_CHANNEL_ANNOUNCEMENT etc. gossip msgs!
2# Channel daemon can ask for updates for a specific channel, for sending
3# errors.
4msgtype,gossipd_get_update,3501
5msgdata,gossipd_get_update,short_channel_id,short_channel_id,
6# If channel isn't known, update will be empty.
7msgtype,gossipd_get_update_reply,3601
8msgdata,gossipd_get_update_reply,len,u16,
9msgdata,gossipd_get_update_reply,update,u8,len
10# Both sides have seen the funding tx being locked, but we have not
11# yet reached the announcement depth. So we add the channel locally so
12# we (and peer) can update it already.
13msgtype,gossipd_local_add_channel,3503
14msgdata,gossipd_local_add_channel,short_channel_id,short_channel_id,
15msgdata,gossipd_local_add_channel,remote_node_id,node_id,
16msgdata,gossipd_local_add_channel,satoshis,amount_sat,
17msgdata,gossipd_local_add_channel,flen,u16,
18msgdata,gossipd_local_add_channel,features,u8,flen
19# Send this channel_update.
20msgtype,gossipd_local_channel_update,3504
21msgdata,gossipd_local_channel_update,short_channel_id,short_channel_id,
22msgdata,gossipd_local_channel_update,disable,bool,
23msgdata,gossipd_local_channel_update,cltv_expiry_delta,u16,
24msgdata,gossipd_local_channel_update,htlc_minimum_msat,amount_msat,
25msgdata,gossipd_local_channel_update,fee_base_msat,u32,
26msgdata,gossipd_local_channel_update,fee_proportional_millionths,u32,
27msgdata,gossipd_local_channel_update,htlc_maximum_msat,amount_msat,
28# Update your gossip_store fd: + gossip_store_fd
29msgtype,gossipd_new_store_fd,3505
30# How much shorter the new store is, so you can offset streaming.
31msgdata,gossipd_new_store_fd,offset_shorter,u64,
32# Send this channel_announcement
33msgtype,gossipd_local_channel_announcement,3506
34msgdata,gossipd_local_channel_announcement,len,u16,
35msgdata,gossipd_local_channel_announcement,cannount,u8,len