rgb-cln/wire/peer_wire.csv

15 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,remote_addr,wireaddr,
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,tx_add_input,66
41msgdata,tx_add_input,channel_id,channel_id,
42msgdata,tx_add_input,serial_id,u64,
43msgdata,tx_add_input,prevtx_len,u16,
44msgdata,tx_add_input,prevtx,byte,prevtx_len
45msgdata,tx_add_input,prevtx_vout,u32,
46msgdata,tx_add_input,sequence,u32,
47msgdata,tx_add_input,script_sig_len,u16,
48msgdata,tx_add_input,script_sig,byte,script_sig_len
49msgtype,tx_add_output,67
50msgdata,tx_add_output,channel_id,channel_id,
51msgdata,tx_add_output,serial_id,u64,
52msgdata,tx_add_output,sats,u64,
53msgdata,tx_add_output,scriptlen,u16,
54msgdata,tx_add_output,script,byte,scriptlen
55msgtype,tx_remove_input,68
56msgdata,tx_remove_input,channel_id,channel_id,
57msgdata,tx_remove_input,serial_id,u64,
58msgtype,tx_remove_output,69
59msgdata,tx_remove_output,channel_id,channel_id,
60msgdata,tx_remove_output,serial_id,u64,
61msgtype,tx_complete,70
62msgdata,tx_complete,channel_id,channel_id,
63msgtype,tx_signatures,71
64msgdata,tx_signatures,channel_id,channel_id,
65msgdata,tx_signatures,txid,sha256,
66msgdata,tx_signatures,num_witnesses,u16,
67msgdata,tx_signatures,witness_stack,witness_stack,num_witnesses
68subtype,witness_stack
69subtypedata,witness_stack,num_input_witness,u16,
70subtypedata,witness_stack,witness_element,witness_element,num_input_witness
71subtype,witness_element
72subtypedata,witness_element,len,u16,
73subtypedata,witness_element,witness,byte,len
74msgtype,open_channel,32
75msgdata,open_channel,chain_hash,chain_hash,
76msgdata,open_channel,temporary_channel_id,byte,32
77msgdata,open_channel,funding_satoshis,u64,
78msgdata,open_channel,push_msat,u64,
79msgdata,open_channel,dust_limit_satoshis,u64,
80msgdata,open_channel,max_htlc_value_in_flight_msat,u64,
81msgdata,open_channel,channel_reserve_satoshis,u64,
82msgdata,open_channel,htlc_minimum_msat,u64,
83msgdata,open_channel,feerate_per_kw,u32,
84msgdata,open_channel,to_self_delay,u16,
85msgdata,open_channel,max_accepted_htlcs,u16,
86msgdata,open_channel,funding_pubkey,point,
87msgdata,open_channel,revocation_basepoint,point,
88msgdata,open_channel,payment_basepoint,point,
89msgdata,open_channel,delayed_payment_basepoint,point,
90msgdata,open_channel,htlc_basepoint,point,
91msgdata,open_channel,first_per_commitment_point,point,
92msgdata,open_channel,channel_flags,byte,
93msgdata,open_channel,tlvs,open_channel_tlvs,
94tlvtype,open_channel_tlvs,upfront_shutdown_script,0
95tlvdata,open_channel_tlvs,upfront_shutdown_script,shutdown_scriptpubkey,byte,...
96tlvtype,open_channel_tlvs,channel_type,1
97tlvdata,open_channel_tlvs,channel_type,type,byte,...
98msgtype,accept_channel,33
99msgdata,accept_channel,temporary_channel_id,byte,32
100msgdata,accept_channel,dust_limit_satoshis,u64,
101msgdata,accept_channel,max_htlc_value_in_flight_msat,u64,
102msgdata,accept_channel,channel_reserve_satoshis,u64,
103msgdata,accept_channel,htlc_minimum_msat,u64,
104msgdata,accept_channel,minimum_depth,u32,
105msgdata,accept_channel,to_self_delay,u16,
106msgdata,accept_channel,max_accepted_htlcs,u16,
107msgdata,accept_channel,funding_pubkey,point,
108msgdata,accept_channel,revocation_basepoint,point,
109msgdata,accept_channel,payment_basepoint,point,
110msgdata,accept_channel,delayed_payment_basepoint,point,
111msgdata,accept_channel,htlc_basepoint,point,
112msgdata,accept_channel,first_per_commitment_point,point,
113msgdata,accept_channel,tlvs,accept_channel_tlvs,
114tlvtype,accept_channel_tlvs,upfront_shutdown_script,0
115tlvdata,accept_channel_tlvs,upfront_shutdown_script,shutdown_scriptpubkey,byte,...
116tlvtype,accept_channel_tlvs,channel_type,1
117tlvdata,accept_channel_tlvs,channel_type,type,byte,...
118msgtype,funding_created,34
119msgdata,funding_created,temporary_channel_id,byte,32
120msgdata,funding_created,funding_txid,sha256,
121msgdata,funding_created,funding_output_index,u16,
122msgdata,funding_created,signature,signature,
123msgtype,funding_signed,35
124msgdata,funding_signed,channel_id,channel_id,
125msgdata,funding_signed,signature,signature,
126msgtype,funding_locked,36
127msgdata,funding_locked,channel_id,channel_id,
128msgdata,funding_locked,next_per_commitment_point,point,
129msgtype,open_channel2,64
130msgdata,open_channel2,chain_hash,chain_hash,
131msgdata,open_channel2,channel_id,channel_id,
132msgdata,open_channel2,funding_feerate_perkw,u32,
133msgdata,open_channel2,commitment_feerate_perkw,u32,
134msgdata,open_channel2,funding_satoshis,u64,
135msgdata,open_channel2,dust_limit_satoshis,u64,
136msgdata,open_channel2,max_htlc_value_in_flight_msat,u64,
137msgdata,open_channel2,htlc_minimum_msat,u64,
138msgdata,open_channel2,to_self_delay,u16,
139msgdata,open_channel2,max_accepted_htlcs,u16,
140msgdata,open_channel2,locktime,u32,
141msgdata,open_channel2,funding_pubkey,point,
142msgdata,open_channel2,revocation_basepoint,point,
143msgdata,open_channel2,payment_basepoint,point,
144msgdata,open_channel2,delayed_payment_basepoint,point,
145msgdata,open_channel2,htlc_basepoint,point,
146msgdata,open_channel2,first_per_commitment_point,point,
147msgdata,open_channel2,channel_flags,byte,
148msgdata,open_channel2,tlvs,opening_tlvs,
149tlvtype,opening_tlvs,option_upfront_shutdown_script,1
150tlvdata,opening_tlvs,option_upfront_shutdown_script,shutdown_len,u16,
151tlvdata,opening_tlvs,option_upfront_shutdown_script,shutdown_scriptpubkey,byte,shutdown_len
152tlvtype,opening_tlvs,request_funds,3
153tlvdata,opening_tlvs,request_funds,requested_sats,u64,
154tlvdata,opening_tlvs,request_funds,blockheight,u32,
155msgtype,accept_channel2,65
156msgdata,accept_channel2,channel_id,channel_id,
157msgdata,accept_channel2,funding_satoshis,u64,
158msgdata,accept_channel2,dust_limit_satoshis,u64,
159msgdata,accept_channel2,max_htlc_value_in_flight_msat,u64,
160msgdata,accept_channel2,htlc_minimum_msat,u64,
161msgdata,accept_channel2,minimum_depth,u32,
162msgdata,accept_channel2,to_self_delay,u16,
163msgdata,accept_channel2,max_accepted_htlcs,u16,
164msgdata,accept_channel2,funding_pubkey,point,
165msgdata,accept_channel2,revocation_basepoint,point,
166msgdata,accept_channel2,payment_basepoint,point,
167msgdata,accept_channel2,delayed_payment_basepoint,point,
168msgdata,accept_channel2,htlc_basepoint,point,
169msgdata,accept_channel2,first_per_commitment_point,point,
170msgdata,accept_channel2,tlvs,accept_tlvs,
171tlvtype,accept_tlvs,option_upfront_shutdown_script,1
172tlvdata,accept_tlvs,option_upfront_shutdown_script,shutdown_len,u16,
173tlvdata,accept_tlvs,option_upfront_shutdown_script,shutdown_scriptpubkey,byte,shutdown_len
174tlvtype,accept_tlvs,will_fund,2
175tlvdata,accept_tlvs,will_fund,signature,signature,
176tlvdata,accept_tlvs,will_fund,lease_rates,lease_rates,
177subtype,lease_rates
178subtypedata,lease_rates,funding_weight,u16,
179subtypedata,lease_rates,lease_fee_basis,u16,
180subtypedata,lease_rates,channel_fee_max_proportional_thousandths,u16,
181subtypedata,lease_rates,lease_fee_base_sat,u32,
182subtypedata,lease_rates,channel_fee_max_base_msat,tu32,
183msgtype,init_rbf,72
184msgdata,init_rbf,channel_id,channel_id,
185msgdata,init_rbf,funding_satoshis,u64,
186msgdata,init_rbf,locktime,u32,
187msgdata,init_rbf,funding_feerate_perkw,u32,
188msgtype,ack_rbf,73
189msgdata,ack_rbf,channel_id,channel_id,
190msgdata,ack_rbf,funding_satoshis,u64,
191msgtype,shutdown,38
192msgdata,shutdown,channel_id,channel_id,
193msgdata,shutdown,len,u16,
194msgdata,shutdown,scriptpubkey,byte,len
195msgdata,shutdown,tlvs,shutdown_tlvs,
196tlvtype,shutdown_tlvs,wrong_funding,100
197tlvdata,shutdown_tlvs,wrong_funding,txid,sha256,
198tlvdata,shutdown_tlvs,wrong_funding,outnum,u32,
199msgtype,closing_signed,39
200msgdata,closing_signed,channel_id,channel_id,
201msgdata,closing_signed,fee_satoshis,u64,
202msgdata,closing_signed,signature,signature,
203msgdata,closing_signed,tlvs,closing_signed_tlvs,
204tlvtype,closing_signed_tlvs,fee_range,1
205tlvdata,closing_signed_tlvs,fee_range,min_fee_satoshis,u64,
206tlvdata,closing_signed_tlvs,fee_range,max_fee_satoshis,u64,
207msgtype,update_add_htlc,128
208msgdata,update_add_htlc,channel_id,channel_id,
209msgdata,update_add_htlc,id,u64,
210msgdata,update_add_htlc,amount_msat,u64,
211msgdata,update_add_htlc,payment_hash,sha256,
212msgdata,update_add_htlc,cltv_expiry,u32,
213msgdata,update_add_htlc,onion_routing_packet,byte,1366
214msgtype,update_fulfill_htlc,130
215msgdata,update_fulfill_htlc,channel_id,channel_id,
216msgdata,update_fulfill_htlc,id,u64,
217msgdata,update_fulfill_htlc,payment_preimage,byte,32
218msgtype,update_fail_htlc,131
219msgdata,update_fail_htlc,channel_id,channel_id,
220msgdata,update_fail_htlc,id,u64,
221msgdata,update_fail_htlc,len,u16,
222msgdata,update_fail_htlc,reason,byte,len
223msgtype,update_fail_malformed_htlc,135
224msgdata,update_fail_malformed_htlc,channel_id,channel_id,
225msgdata,update_fail_malformed_htlc,id,u64,
226msgdata,update_fail_malformed_htlc,sha256_of_onion,sha256,
227msgdata,update_fail_malformed_htlc,failure_code,u16,
228msgtype,commitment_signed,132
229msgdata,commitment_signed,channel_id,channel_id,
230msgdata,commitment_signed,signature,signature,
231msgdata,commitment_signed,num_htlcs,u16,
232msgdata,commitment_signed,htlc_signature,signature,num_htlcs
233msgtype,revoke_and_ack,133
234msgdata,revoke_and_ack,channel_id,channel_id,
235msgdata,revoke_and_ack,per_commitment_secret,byte,32
236msgdata,revoke_and_ack,next_per_commitment_point,point,
237msgtype,update_fee,134
238msgdata,update_fee,channel_id,channel_id,
239msgdata,update_fee,feerate_per_kw,u32,
240msgtype,update_blockheight,137
241msgdata,update_blockheight,channel_id,channel_id,
242msgdata,update_blockheight,blockheight,u32,
243msgtype,channel_reestablish,136
244msgdata,channel_reestablish,channel_id,channel_id,
245msgdata,channel_reestablish,next_commitment_number,u64,
246msgdata,channel_reestablish,next_revocation_number,u64,
247msgdata,channel_reestablish,your_last_per_commitment_secret,byte,32
248msgdata,channel_reestablish,my_current_per_commitment_point,point,
249msgtype,announcement_signatures,259
250msgdata,announcement_signatures,channel_id,channel_id,
251msgdata,announcement_signatures,short_channel_id,short_channel_id,
252msgdata,announcement_signatures,node_signature,signature,
253msgdata,announcement_signatures,bitcoin_signature,signature,
254msgtype,channel_announcement,256
255msgdata,channel_announcement,node_signature_1,signature,
256msgdata,channel_announcement,node_signature_2,signature,
257msgdata,channel_announcement,bitcoin_signature_1,signature,
258msgdata,channel_announcement,bitcoin_signature_2,signature,
259msgdata,channel_announcement,len,u16,
260msgdata,channel_announcement,features,byte,len
261msgdata,channel_announcement,chain_hash,chain_hash,
262msgdata,channel_announcement,short_channel_id,short_channel_id,
263msgdata,channel_announcement,node_id_1,point,
264msgdata,channel_announcement,node_id_2,point,
265msgdata,channel_announcement,bitcoin_key_1,point,
266msgdata,channel_announcement,bitcoin_key_2,point,
267msgtype,node_announcement,257
268msgdata,node_announcement,signature,signature,
269msgdata,node_announcement,flen,u16,
270msgdata,node_announcement,features,byte,flen
271msgdata,node_announcement,timestamp,u32,
272msgdata,node_announcement,node_id,point,
273msgdata,node_announcement,rgb_color,byte,3
274msgdata,node_announcement,alias,byte,32
275msgdata,node_announcement,addrlen,u16,
276msgdata,node_announcement,addresses,byte,addrlen
277msgdata,node_announcement,tlvs,node_ann_tlvs,
278tlvtype,node_ann_tlvs,option_will_fund,1
279tlvdata,node_ann_tlvs,option_will_fund,lease_rates,lease_rates,
280msgtype,channel_update,258
281msgdata,channel_update,signature,signature,
282msgdata,channel_update,chain_hash,chain_hash,
283msgdata,channel_update,short_channel_id,short_channel_id,
284msgdata,channel_update,timestamp,u32,
285msgdata,channel_update,message_flags,byte,
286msgdata,channel_update,channel_flags,byte,
287msgdata,channel_update,cltv_expiry_delta,u16,
288msgdata,channel_update,htlc_minimum_msat,u64,
289msgdata,channel_update,fee_base_msat,u32,
290msgdata,channel_update,fee_proportional_millionths,u32,
291msgdata,channel_update,htlc_maximum_msat,u64,,option_channel_htlc_max
292msgtype,query_short_channel_ids,261,gossip_queries
293msgdata,query_short_channel_ids,chain_hash,chain_hash,
294msgdata,query_short_channel_ids,len,u16,
295msgdata,query_short_channel_ids,encoded_short_ids,byte,len
296msgdata,query_short_channel_ids,tlvs,query_short_channel_ids_tlvs,
297tlvtype,query_short_channel_ids_tlvs,query_flags,1
298tlvdata,query_short_channel_ids_tlvs,query_flags,encoding_type,byte,
299tlvdata,query_short_channel_ids_tlvs,query_flags,encoded_query_flags,byte,...
300msgtype,reply_short_channel_ids_end,262,gossip_queries
301msgdata,reply_short_channel_ids_end,chain_hash,chain_hash,
302msgdata,reply_short_channel_ids_end,full_information,byte,
303msgtype,query_channel_range,263,gossip_queries
304msgdata,query_channel_range,chain_hash,chain_hash,
305msgdata,query_channel_range,first_blocknum,u32,
306msgdata,query_channel_range,number_of_blocks,u32,
307msgdata,query_channel_range,tlvs,query_channel_range_tlvs,
308tlvtype,query_channel_range_tlvs,query_option,1
309tlvdata,query_channel_range_tlvs,query_option,query_option_flags,bigsize,
310msgtype,reply_channel_range,264,gossip_queries
311msgdata,reply_channel_range,chain_hash,chain_hash,
312msgdata,reply_channel_range,first_blocknum,u32,
313msgdata,reply_channel_range,number_of_blocks,u32,
314msgdata,reply_channel_range,sync_complete,byte,
315msgdata,reply_channel_range,len,u16,
316msgdata,reply_channel_range,encoded_short_ids,byte,len
317msgdata,reply_channel_range,tlvs,reply_channel_range_tlvs,
318tlvtype,reply_channel_range_tlvs,timestamps_tlv,1
319tlvdata,reply_channel_range_tlvs,timestamps_tlv,encoding_type,byte,
320tlvdata,reply_channel_range_tlvs,timestamps_tlv,encoded_timestamps,byte,...
321tlvtype,reply_channel_range_tlvs,checksums_tlv,3
322tlvdata,reply_channel_range_tlvs,checksums_tlv,checksums,channel_update_checksums,...
323subtype,channel_update_timestamps
324subtypedata,channel_update_timestamps,timestamp_node_id_1,u32,
325subtypedata,channel_update_timestamps,timestamp_node_id_2,u32,
326subtype,channel_update_checksums
327subtypedata,channel_update_checksums,checksum_node_id_1,u32,
328subtypedata,channel_update_checksums,checksum_node_id_2,u32,
329msgtype,gossip_timestamp_filter,265,gossip_queries
330msgdata,gossip_timestamp_filter,chain_hash,chain_hash,
331msgdata,gossip_timestamp_filter,first_timestamp,u32,
332msgdata,gossip_timestamp_filter,timestamp_range,u32,
333msgtype,obs2_onion_message,387,option_onion_messages
334msgdata,obs2_onion_message,blinding,point,
335msgdata,obs2_onion_message,len,u16,
336msgdata,obs2_onion_message,onionmsg,byte,len
337msgtype,onion_message,513,option_onion_messages
338msgdata,onion_message,blinding,point,
339msgdata,onion_message,len,u16,
340msgdata,onion_message,onionmsg,byte,len