LBRY-Vault/electrum/lnwire/peer_wire.csv
2020-04-01 21:39:48 +02:00

9.3 KiB

1msgtype,init,16
2msgdata,init,gflen,u16,
3msgdata,init,globalfeatures,byte,gflen
4msgdata,init,flen,u16,
5msgdata,init,features,byte,flen
6msgdata,init,tlvs,init_tlvs,
7tlvtype,init_tlvs,networks,1
8tlvdata,init_tlvs,networks,chains,chain_hash,...
9msgtype,error,17
10msgdata,error,channel_id,channel_id,
11msgdata,error,len,u16,
12msgdata,error,data,byte,len
13msgtype,ping,18
14msgdata,ping,num_pong_bytes,u16,
15msgdata,ping,byteslen,u16,
16msgdata,ping,ignored,byte,byteslen
17msgtype,pong,19
18msgdata,pong,byteslen,u16,
19msgdata,pong,ignored,byte,byteslen
20tlvtype,n1,tlv1,1
21tlvdata,n1,tlv1,amount_msat,tu64,
22tlvtype,n1,tlv2,2
23tlvdata,n1,tlv2,scid,short_channel_id,
24tlvtype,n1,tlv3,3
25tlvdata,n1,tlv3,node_id,point,
26tlvdata,n1,tlv3,amount_msat_1,u64,
27tlvdata,n1,tlv3,amount_msat_2,u64,
28tlvtype,n1,tlv4,254
29tlvdata,n1,tlv4,cltv_delta,u16,
30tlvtype,n2,tlv1,0
31tlvdata,n2,tlv1,amount_msat,tu64,
32tlvtype,n2,tlv2,11
33tlvdata,n2,tlv2,cltv_expiry,tu32,
34msgtype,open_channel,32
35msgdata,open_channel,chain_hash,chain_hash,
36msgdata,open_channel,temporary_channel_id,byte,32
37msgdata,open_channel,funding_satoshis,u64,
38msgdata,open_channel,push_msat,u64,
39msgdata,open_channel,dust_limit_satoshis,u64,
40msgdata,open_channel,max_htlc_value_in_flight_msat,u64,
41msgdata,open_channel,channel_reserve_satoshis,u64,
42msgdata,open_channel,htlc_minimum_msat,u64,
43msgdata,open_channel,feerate_per_kw,u32,
44msgdata,open_channel,to_self_delay,u16,
45msgdata,open_channel,max_accepted_htlcs,u16,
46msgdata,open_channel,funding_pubkey,point,
47msgdata,open_channel,revocation_basepoint,point,
48msgdata,open_channel,payment_basepoint,point,
49msgdata,open_channel,delayed_payment_basepoint,point,
50msgdata,open_channel,htlc_basepoint,point,
51msgdata,open_channel,first_per_commitment_point,point,
52msgdata,open_channel,channel_flags,byte,
53msgdata,open_channel,shutdown_len,u16,,option_upfront_shutdown_script
54msgdata,open_channel,shutdown_scriptpubkey,byte,shutdown_len,option_upfront_shutdown_script
55msgtype,accept_channel,33
56msgdata,accept_channel,temporary_channel_id,byte,32
57msgdata,accept_channel,dust_limit_satoshis,u64,
58msgdata,accept_channel,max_htlc_value_in_flight_msat,u64,
59msgdata,accept_channel,channel_reserve_satoshis,u64,
60msgdata,accept_channel,htlc_minimum_msat,u64,
61msgdata,accept_channel,minimum_depth,u32,
62msgdata,accept_channel,to_self_delay,u16,
63msgdata,accept_channel,max_accepted_htlcs,u16,
64msgdata,accept_channel,funding_pubkey,point,
65msgdata,accept_channel,revocation_basepoint,point,
66msgdata,accept_channel,payment_basepoint,point,
67msgdata,accept_channel,delayed_payment_basepoint,point,
68msgdata,accept_channel,htlc_basepoint,point,
69msgdata,accept_channel,first_per_commitment_point,point,
70msgdata,accept_channel,shutdown_len,u16,,option_upfront_shutdown_script
71msgdata,accept_channel,shutdown_scriptpubkey,byte,shutdown_len,option_upfront_shutdown_script
72msgtype,funding_created,34
73msgdata,funding_created,temporary_channel_id,byte,32
74msgdata,funding_created,funding_txid,sha256,
75msgdata,funding_created,funding_output_index,u16,
76msgdata,funding_created,signature,signature,
77msgtype,funding_signed,35
78msgdata,funding_signed,channel_id,channel_id,
79msgdata,funding_signed,signature,signature,
80msgtype,funding_locked,36
81msgdata,funding_locked,channel_id,channel_id,
82msgdata,funding_locked,next_per_commitment_point,point,
83msgtype,shutdown,38
84msgdata,shutdown,channel_id,channel_id,
85msgdata,shutdown,len,u16,
86msgdata,shutdown,scriptpubkey,byte,len
87msgtype,closing_signed,39
88msgdata,closing_signed,channel_id,channel_id,
89msgdata,closing_signed,fee_satoshis,u64,
90msgdata,closing_signed,signature,signature,
91msgtype,update_add_htlc,128
92msgdata,update_add_htlc,channel_id,channel_id,
93msgdata,update_add_htlc,id,u64,
94msgdata,update_add_htlc,amount_msat,u64,
95msgdata,update_add_htlc,payment_hash,sha256,
96msgdata,update_add_htlc,cltv_expiry,u32,
97msgdata,update_add_htlc,onion_routing_packet,byte,1366
98msgtype,update_fulfill_htlc,130
99msgdata,update_fulfill_htlc,channel_id,channel_id,
100msgdata,update_fulfill_htlc,id,u64,
101msgdata,update_fulfill_htlc,payment_preimage,byte,32
102msgtype,update_fail_htlc,131
103msgdata,update_fail_htlc,channel_id,channel_id,
104msgdata,update_fail_htlc,id,u64,
105msgdata,update_fail_htlc,len,u16,
106msgdata,update_fail_htlc,reason,byte,len
107msgtype,update_fail_malformed_htlc,135
108msgdata,update_fail_malformed_htlc,channel_id,channel_id,
109msgdata,update_fail_malformed_htlc,id,u64,
110msgdata,update_fail_malformed_htlc,sha256_of_onion,sha256,
111msgdata,update_fail_malformed_htlc,failure_code,u16,
112msgtype,commitment_signed,132
113msgdata,commitment_signed,channel_id,channel_id,
114msgdata,commitment_signed,signature,signature,
115msgdata,commitment_signed,num_htlcs,u16,
116msgdata,commitment_signed,htlc_signature,signature,num_htlcs
117msgtype,revoke_and_ack,133
118msgdata,revoke_and_ack,channel_id,channel_id,
119msgdata,revoke_and_ack,per_commitment_secret,byte,32
120msgdata,revoke_and_ack,next_per_commitment_point,point,
121msgtype,update_fee,134
122msgdata,update_fee,channel_id,channel_id,
123msgdata,update_fee,feerate_per_kw,u32,
124msgtype,channel_reestablish,136
125msgdata,channel_reestablish,channel_id,channel_id,
126msgdata,channel_reestablish,next_commitment_number,u64,
127msgdata,channel_reestablish,next_revocation_number,u64,
128msgdata,channel_reestablish,your_last_per_commitment_secret,byte,32,option_data_loss_protect,option_static_remotekey
129msgdata,channel_reestablish,my_current_per_commitment_point,point,,option_data_loss_protect,option_static_remotekey
130msgtype,announcement_signatures,259
131msgdata,announcement_signatures,channel_id,channel_id,
132msgdata,announcement_signatures,short_channel_id,short_channel_id,
133msgdata,announcement_signatures,node_signature,signature,
134msgdata,announcement_signatures,bitcoin_signature,signature,
135msgtype,channel_announcement,256
136msgdata,channel_announcement,node_signature_1,signature,
137msgdata,channel_announcement,node_signature_2,signature,
138msgdata,channel_announcement,bitcoin_signature_1,signature,
139msgdata,channel_announcement,bitcoin_signature_2,signature,
140msgdata,channel_announcement,len,u16,
141msgdata,channel_announcement,features,byte,len
142msgdata,channel_announcement,chain_hash,chain_hash,
143msgdata,channel_announcement,short_channel_id,short_channel_id,
144msgdata,channel_announcement,node_id_1,point,
145msgdata,channel_announcement,node_id_2,point,
146msgdata,channel_announcement,bitcoin_key_1,point,
147msgdata,channel_announcement,bitcoin_key_2,point,
148msgtype,node_announcement,257
149msgdata,node_announcement,signature,signature,
150msgdata,node_announcement,flen,u16,
151msgdata,node_announcement,features,byte,flen
152msgdata,node_announcement,timestamp,u32,
153msgdata,node_announcement,node_id,point,
154msgdata,node_announcement,rgb_color,byte,3
155msgdata,node_announcement,alias,byte,32
156msgdata,node_announcement,addrlen,u16,
157msgdata,node_announcement,addresses,byte,addrlen
158msgtype,channel_update,258
159msgdata,channel_update,signature,signature,
160msgdata,channel_update,chain_hash,chain_hash,
161msgdata,channel_update,short_channel_id,short_channel_id,
162msgdata,channel_update,timestamp,u32,
163msgdata,channel_update,message_flags,byte,
164msgdata,channel_update,channel_flags,byte,
165msgdata,channel_update,cltv_expiry_delta,u16,
166msgdata,channel_update,htlc_minimum_msat,u64,
167msgdata,channel_update,fee_base_msat,u32,
168msgdata,channel_update,fee_proportional_millionths,u32,
169msgdata,channel_update,htlc_maximum_msat,u64,,option_channel_htlc_max
170msgtype,query_short_channel_ids,261,gossip_queries
171msgdata,query_short_channel_ids,chain_hash,chain_hash,
172msgdata,query_short_channel_ids,len,u16,
173msgdata,query_short_channel_ids,encoded_short_ids,byte,len
174msgdata,query_short_channel_ids,tlvs,query_short_channel_ids_tlvs,
175tlvtype,query_short_channel_ids_tlvs,query_flags,1
176tlvdata,query_short_channel_ids_tlvs,query_flags,encoding_type,u8,
177tlvdata,query_short_channel_ids_tlvs,query_flags,encoded_query_flags,byte,...
178msgtype,reply_short_channel_ids_end,262,gossip_queries
179msgdata,reply_short_channel_ids_end,chain_hash,chain_hash,
180msgdata,reply_short_channel_ids_end,complete,byte,
181msgtype,query_channel_range,263,gossip_queries
182msgdata,query_channel_range,chain_hash,chain_hash,
183msgdata,query_channel_range,first_blocknum,u32,
184msgdata,query_channel_range,number_of_blocks,u32,
185msgdata,query_channel_range,tlvs,query_channel_range_tlvs,
186tlvtype,query_channel_range_tlvs,query_option,1
187tlvdata,query_channel_range_tlvs,query_option,query_option_flags,varint,
188msgtype,reply_channel_range,264,gossip_queries
189msgdata,reply_channel_range,chain_hash,chain_hash,
190msgdata,reply_channel_range,first_blocknum,u32,
191msgdata,reply_channel_range,number_of_blocks,u32,
192msgdata,reply_channel_range,complete,byte,
193msgdata,reply_channel_range,len,u16,
194msgdata,reply_channel_range,encoded_short_ids,byte,len
195msgdata,reply_channel_range,tlvs,reply_channel_range_tlvs,
196tlvtype,reply_channel_range_tlvs,timestamps_tlv,1
197tlvdata,reply_channel_range_tlvs,timestamps_tlv,encoding_type,u8,
198tlvdata,reply_channel_range_tlvs,timestamps_tlv,encoded_timestamps,byte,...
199tlvtype,reply_channel_range_tlvs,checksums_tlv,3
200tlvdata,reply_channel_range_tlvs,checksums_tlv,checksums,channel_update_checksums,...
201subtype,channel_update_timestamps
202subtypedata,channel_update_timestamps,timestamp_node_id_1,u32,
203subtypedata,channel_update_timestamps,timestamp_node_id_2,u32,
204subtype,channel_update_checksums
205subtypedata,channel_update_checksums,checksum_node_id_1,u32,
206subtypedata,channel_update_checksums,checksum_node_id_2,u32,
207msgtype,gossip_timestamp_filter,265,gossip_queries
208msgdata,gossip_timestamp_filter,chain_hash,chain_hash,
209msgdata,gossip_timestamp_filter,first_timestamp,u32,
210msgdata,gossip_timestamp_filter,timestamp_range,u32,