Files
pallectrum/electrum/lnwire/peer_wire.csv
2024-02-15 16:10:25 +01:00

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