Files
palladum-lightning/wire/peer_wire.csv
Dusty Daemon e928817fa7 splice: Update to Eclair style of reestablish
Update to use Eclair’s spec’d version of reestablish.

Changelog-None
2025-05-13 14:52:15 +09:30

18 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
26msgtype,peer_storage,7
27msgdata,peer_storage,len,u16,
28msgdata,peer_storage,blob,byte,len
29msgtype,peer_storage_retrieval,9
30msgdata,peer_storage_retrieval,len,u16,
31msgdata,peer_storage_retrieval,blob,byte,len
32tlvtype,n1,tlv1,1
33tlvdata,n1,tlv1,amount_msat,tu64,
34tlvtype,n1,tlv2,2
35tlvdata,n1,tlv2,scid,short_channel_id,
36tlvtype,n1,tlv3,3
37tlvdata,n1,tlv3,node_id,point,
38tlvdata,n1,tlv3,amount_msat_1,u64,
39tlvdata,n1,tlv3,amount_msat_2,u64,
40tlvtype,n1,tlv4,254
41tlvdata,n1,tlv4,cltv_delta,u16,
42tlvtype,n2,tlv1,0
43tlvdata,n2,tlv1,amount_msat,tu64,
44tlvtype,n2,tlv2,11
45tlvdata,n2,tlv2,cltv_expiry,tu32,
46msgtype,tx_add_input,66
47msgdata,tx_add_input,channel_id,channel_id,
48msgdata,tx_add_input,serial_id,u64,
49msgdata,tx_add_input,prevtx_len,u16,
50msgdata,tx_add_input,prevtx,byte,prevtx_len
51msgdata,tx_add_input,prevtx_vout,u32,
52msgdata,tx_add_input,sequence,u32,
53msgdata,tx_add_input,tlvs,tx_add_input_tlvs,
54tlvtype,tx_add_input_tlvs,shared_input_txid,0
55tlvdata,tx_add_input_tlvs,shared_input_txid,funding_txid,sha256,
56msgtype,tx_add_output,67
57msgdata,tx_add_output,channel_id,channel_id,
58msgdata,tx_add_output,serial_id,u64,
59msgdata,tx_add_output,sats,u64,
60msgdata,tx_add_output,scriptlen,u16,
61msgdata,tx_add_output,script,byte,scriptlen
62msgtype,tx_remove_input,68
63msgdata,tx_remove_input,channel_id,channel_id,
64msgdata,tx_remove_input,serial_id,u64,
65msgtype,tx_remove_output,69
66msgdata,tx_remove_output,channel_id,channel_id,
67msgdata,tx_remove_output,serial_id,u64,
68msgtype,tx_complete,70
69msgdata,tx_complete,channel_id,channel_id,
70msgtype,tx_signatures,71
71msgdata,tx_signatures,channel_id,channel_id,
72msgdata,tx_signatures,txid,sha256,
73msgdata,tx_signatures,num_witnesses,u16,
74msgdata,tx_signatures,witnesses,witness,num_witnesses
75msgdata,tx_signatures,tlvs,txsigs_tlvs,
76subtype,witness
77subtypedata,witness,len,u16,
78subtypedata,witness,witness_data,byte,len
79tlvtype,txsigs_tlvs,shared_input_signature,0
80tlvdata,txsigs_tlvs,shared_input_signature,signature,signature,
81msgtype,tx_init_rbf,72
82msgdata,tx_init_rbf,channel_id,channel_id,
83msgdata,tx_init_rbf,locktime,u32,
84msgdata,tx_init_rbf,feerate,u32,
85msgdata,tx_init_rbf,tlvs,tx_init_rbf_tlvs,
86tlvtype,tx_init_rbf_tlvs,funding_output_contribution,0
87tlvdata,tx_init_rbf_tlvs,funding_output_contribution,satoshis,s64,
88tlvtype,tx_init_rbf_tlvs,require_confirmed_inputs,2
89msgtype,tx_ack_rbf,73
90msgdata,tx_ack_rbf,channel_id,channel_id,
91msgdata,tx_ack_rbf,tlvs,tx_ack_rbf_tlvs,
92tlvtype,tx_ack_rbf_tlvs,funding_output_contribution,0
93tlvdata,tx_ack_rbf_tlvs,funding_output_contribution,satoshis,s64,
94tlvtype,tx_ack_rbf_tlvs,require_confirmed_inputs,2
95msgtype,tx_abort,74
96msgdata,tx_abort,channel_id,channel_id,
97msgdata,tx_abort,len,u16,
98msgdata,tx_abort,data,byte,len
99msgtype,open_channel,32
100msgdata,open_channel,chain_hash,chain_hash,
101msgdata,open_channel,temporary_channel_id,byte,32
102msgdata,open_channel,funding_satoshis,u64,
103msgdata,open_channel,push_msat,u64,
104msgdata,open_channel,dust_limit_satoshis,u64,
105msgdata,open_channel,max_htlc_value_in_flight_msat,u64,
106msgdata,open_channel,channel_reserve_satoshis,u64,
107msgdata,open_channel,htlc_minimum_msat,u64,
108msgdata,open_channel,feerate_per_kw,u32,
109msgdata,open_channel,to_self_delay,u16,
110msgdata,open_channel,max_accepted_htlcs,u16,
111msgdata,open_channel,funding_pubkey,point,
112msgdata,open_channel,revocation_basepoint,point,
113msgdata,open_channel,payment_basepoint,point,
114msgdata,open_channel,delayed_payment_basepoint,point,
115msgdata,open_channel,htlc_basepoint,point,
116msgdata,open_channel,first_per_commitment_point,point,
117msgdata,open_channel,channel_flags,byte,
118msgdata,open_channel,tlvs,open_channel_tlvs,
119tlvtype,open_channel_tlvs,upfront_shutdown_script,0
120tlvdata,open_channel_tlvs,upfront_shutdown_script,shutdown_scriptpubkey,byte,...
121tlvtype,open_channel_tlvs,channel_type,1
122tlvdata,open_channel_tlvs,channel_type,type,byte,...
123msgtype,accept_channel,33
124msgdata,accept_channel,temporary_channel_id,byte,32
125msgdata,accept_channel,dust_limit_satoshis,u64,
126msgdata,accept_channel,max_htlc_value_in_flight_msat,u64,
127msgdata,accept_channel,channel_reserve_satoshis,u64,
128msgdata,accept_channel,htlc_minimum_msat,u64,
129msgdata,accept_channel,minimum_depth,u32,
130msgdata,accept_channel,to_self_delay,u16,
131msgdata,accept_channel,max_accepted_htlcs,u16,
132msgdata,accept_channel,funding_pubkey,point,
133msgdata,accept_channel,revocation_basepoint,point,
134msgdata,accept_channel,payment_basepoint,point,
135msgdata,accept_channel,delayed_payment_basepoint,point,
136msgdata,accept_channel,htlc_basepoint,point,
137msgdata,accept_channel,first_per_commitment_point,point,
138msgdata,accept_channel,tlvs,accept_channel_tlvs,
139tlvtype,accept_channel_tlvs,upfront_shutdown_script,0
140tlvdata,accept_channel_tlvs,upfront_shutdown_script,shutdown_scriptpubkey,byte,...
141tlvtype,accept_channel_tlvs,channel_type,1
142tlvdata,accept_channel_tlvs,channel_type,type,byte,...
143msgtype,funding_created,34
144msgdata,funding_created,temporary_channel_id,byte,32
145msgdata,funding_created,funding_txid,sha256,
146msgdata,funding_created,funding_output_index,u16,
147msgdata,funding_created,signature,signature,
148msgtype,funding_signed,35
149msgdata,funding_signed,channel_id,channel_id,
150msgdata,funding_signed,signature,signature,
151msgtype,channel_ready,36
152msgdata,channel_ready,channel_id,channel_id,
153msgdata,channel_ready,second_per_commitment_point,point,
154msgdata,channel_ready,tlvs,channel_ready_tlvs,
155tlvtype,channel_ready_tlvs,short_channel_id,1
156tlvdata,channel_ready_tlvs,short_channel_id,alias,short_channel_id,
157msgtype,open_channel2,64
158msgdata,open_channel2,chain_hash,chain_hash,
159msgdata,open_channel2,temporary_channel_id,channel_id,
160msgdata,open_channel2,funding_feerate_perkw,u32,
161msgdata,open_channel2,commitment_feerate_perkw,u32,
162msgdata,open_channel2,funding_satoshis,u64,
163msgdata,open_channel2,dust_limit_satoshis,u64,
164msgdata,open_channel2,max_htlc_value_in_flight_msat,u64,
165msgdata,open_channel2,htlc_minimum_msat,u64,
166msgdata,open_channel2,to_self_delay,u16,
167msgdata,open_channel2,max_accepted_htlcs,u16,
168msgdata,open_channel2,locktime,u32,
169msgdata,open_channel2,funding_pubkey,point,
170msgdata,open_channel2,revocation_basepoint,point,
171msgdata,open_channel2,payment_basepoint,point,
172msgdata,open_channel2,delayed_payment_basepoint,point,
173msgdata,open_channel2,htlc_basepoint,point,
174msgdata,open_channel2,first_per_commitment_point,point,
175msgdata,open_channel2,second_per_commitment_point,point,
176msgdata,open_channel2,channel_flags,byte,
177msgdata,open_channel2,tlvs,opening_tlvs,
178tlvtype,opening_tlvs,upfront_shutdown_script,0
179tlvdata,opening_tlvs,upfront_shutdown_script,shutdown_scriptpubkey,byte,...
180tlvtype,opening_tlvs,channel_type,1
181tlvdata,opening_tlvs,channel_type,type,byte,...
182tlvtype,opening_tlvs,require_confirmed_inputs,2
183tlvtype,opening_tlvs,request_funds,3
184tlvdata,opening_tlvs,request_funds,requested_sats,u64,
185tlvdata,opening_tlvs,request_funds,blockheight,u32,
186msgtype,accept_channel2,65
187msgdata,accept_channel2,temporary_channel_id,channel_id,
188msgdata,accept_channel2,funding_satoshis,u64,
189msgdata,accept_channel2,dust_limit_satoshis,u64,
190msgdata,accept_channel2,max_htlc_value_in_flight_msat,u64,
191msgdata,accept_channel2,htlc_minimum_msat,u64,
192msgdata,accept_channel2,minimum_depth,u32,
193msgdata,accept_channel2,to_self_delay,u16,
194msgdata,accept_channel2,max_accepted_htlcs,u16,
195msgdata,accept_channel2,funding_pubkey,point,
196msgdata,accept_channel2,revocation_basepoint,point,
197msgdata,accept_channel2,payment_basepoint,point,
198msgdata,accept_channel2,delayed_payment_basepoint,point,
199msgdata,accept_channel2,htlc_basepoint,point,
200msgdata,accept_channel2,first_per_commitment_point,point,
201msgdata,accept_channel2,second_per_commitment_point,point,
202msgdata,accept_channel2,tlvs,accept_tlvs,
203tlvtype,accept_tlvs,upfront_shutdown_script,0
204tlvdata,accept_tlvs,upfront_shutdown_script,shutdown_scriptpubkey,byte,...
205tlvtype,accept_tlvs,channel_type,1
206tlvdata,accept_tlvs,channel_type,type,byte,...
207tlvtype,accept_tlvs,require_confirmed_inputs,2
208tlvtype,accept_tlvs,will_fund,3
209tlvdata,accept_tlvs,will_fund,signature,signature,
210tlvdata,accept_tlvs,will_fund,lease_rates,lease_rates,
211subtype,lease_rates
212subtypedata,lease_rates,funding_weight,u16,
213subtypedata,lease_rates,lease_fee_basis,u16,
214subtypedata,lease_rates,channel_fee_max_proportional_thousandths,u16,
215subtypedata,lease_rates,lease_fee_base_sat,u32,
216subtypedata,lease_rates,channel_fee_max_base_msat,tu32,
217msgtype,stfu,2
218msgdata,stfu,channel_id,channel_id,
219msgdata,stfu,initiator,u8,
220msgtype,splice,80
221msgdata,splice,channel_id,channel_id,
222msgdata,splice,relative_satoshis,s64,
223msgdata,splice,funding_feerate_perkw,u32,
224msgdata,splice,locktime,u32,
225msgdata,splice,funding_pubkey,point,
226msgtype,splice_ack,81
227msgdata,splice_ack,channel_id,channel_id,
228msgdata,splice_ack,relative_satoshis,s64,
229msgdata,splice_ack,funding_pubkey,point,
230msgtype,splice_locked,77,
231msgdata,splice_locked,channel_id,channel_id,
232msgdata,splice_locked,splice_txid,sha256,
233msgtype,shutdown,38
234msgdata,shutdown,channel_id,channel_id,
235msgdata,shutdown,len,u16,
236msgdata,shutdown,scriptpubkey,byte,len
237msgdata,shutdown,tlvs,shutdown_tlvs,
238tlvtype,shutdown_tlvs,wrong_funding,100
239tlvdata,shutdown_tlvs,wrong_funding,txid,sha256,
240tlvdata,shutdown_tlvs,wrong_funding,outnum,u32,
241msgtype,closing_signed,39
242msgdata,closing_signed,channel_id,channel_id,
243msgdata,closing_signed,fee_satoshis,u64,
244msgdata,closing_signed,signature,signature,
245msgdata,closing_signed,tlvs,closing_signed_tlvs,
246tlvtype,closing_signed_tlvs,fee_range,1
247tlvdata,closing_signed_tlvs,fee_range,min_fee_satoshis,u64,
248tlvdata,closing_signed_tlvs,fee_range,max_fee_satoshis,u64,
249msgtype,closing_complete,40
250msgdata,closing_complete,channel_id,channel_id,
251msgdata,closing_complete,closer_scriptpubkey_len,u16,
252msgdata,closing_complete,closer_scriptpubkey,byte,closer_scriptpubkey_len
253msgdata,closing_complete,closee_scriptpubkey_len,u16,
254msgdata,closing_complete,closee_scriptpubkey,byte,closee_scriptpubkey_len
255msgdata,closing_complete,fee_satoshis,u64,
256msgdata,closing_complete,locktime,u32,
257msgdata,closing_complete,tlvs,closing_tlvs,
258msgtype,closing_sig,41
259msgdata,closing_sig,channel_id,channel_id,
260msgdata,closing_sig,closer_scriptpubkey_len,u16,
261msgdata,closing_sig,closer_scriptpubkey,byte,closer_scriptpubkey_len
262msgdata,closing_sig,closee_scriptpubkey_len,u16,
263msgdata,closing_sig,closee_scriptpubkey,byte,closee_scriptpubkey_len
264msgdata,closing_sig,fee_satoshis,u64,
265msgdata,closing_sig,locktime,u32,
266msgdata,closing_sig,tlvs,closing_tlvs,
267tlvtype,closing_tlvs,closer_output_only,1
268tlvdata,closing_tlvs,closer_output_only,sig,signature,
269tlvtype,closing_tlvs,closee_output_only,2
270tlvdata,closing_tlvs,closee_output_only,sig,signature,
271tlvtype,closing_tlvs,closer_and_closee_outputs,3
272tlvdata,closing_tlvs,closer_and_closee_outputs,sig,signature,
273msgtype,update_add_htlc,128
274msgdata,update_add_htlc,channel_id,channel_id,
275msgdata,update_add_htlc,id,u64,
276msgdata,update_add_htlc,amount_msat,u64,
277msgdata,update_add_htlc,payment_hash,sha256,
278msgdata,update_add_htlc,cltv_expiry,u32,
279msgdata,update_add_htlc,onion_routing_packet,byte,1366
280tlvtype,update_add_htlc_tlvs,blinded_path,0
281tlvdata,update_add_htlc_tlvs,blinded_path,path_key,point,
282msgtype,update_fulfill_htlc,130
283msgdata,update_fulfill_htlc,channel_id,channel_id,
284msgdata,update_fulfill_htlc,id,u64,
285msgdata,update_fulfill_htlc,payment_preimage,byte,32
286msgtype,update_fail_htlc,131
287msgdata,update_fail_htlc,channel_id,channel_id,
288msgdata,update_fail_htlc,id,u64,
289msgdata,update_fail_htlc,len,u16,
290msgdata,update_fail_htlc,reason,byte,len
291msgtype,update_fail_malformed_htlc,135
292msgdata,update_fail_malformed_htlc,channel_id,channel_id,
293msgdata,update_fail_malformed_htlc,id,u64,
294msgdata,update_fail_malformed_htlc,sha256_of_onion,sha256,
295msgdata,update_fail_malformed_htlc,failure_code,u16,
296msgtype,commitment_signed,132
297msgdata,commitment_signed,channel_id,channel_id,
298msgdata,commitment_signed,signature,signature,
299msgdata,commitment_signed,num_htlcs,u16,
300msgdata,commitment_signed,htlc_signature,signature,num_htlcs
301msgdata,commitment_signed,splice_channel_id,commitment_signed_tlvs,
302tlvtype,commitment_signed_tlvs,splice_info,0
303tlvdata,commitment_signed_tlvs,splice_info,batch_size,u16,
304tlvdata,commitment_signed_tlvs,splice_info,funding_txid,channel_id,
305msgtype,revoke_and_ack,133
306msgdata,revoke_and_ack,channel_id,channel_id,
307msgdata,revoke_and_ack,per_commitment_secret,byte,32
308msgdata,revoke_and_ack,next_per_commitment_point,point,
309msgtype,update_fee,134
310msgdata,update_fee,channel_id,channel_id,
311msgdata,update_fee,feerate_per_kw,u32,
312msgtype,update_blockheight,137
313msgdata,update_blockheight,channel_id,channel_id,
314msgdata,update_blockheight,blockheight,u32,
315msgtype,channel_reestablish,136
316msgdata,channel_reestablish,channel_id,channel_id,
317msgdata,channel_reestablish,next_commitment_number,u64,
318msgdata,channel_reestablish,next_revocation_number,u64,
319msgdata,channel_reestablish,your_last_per_commitment_secret,byte,32
320msgdata,channel_reestablish,my_current_per_commitment_point,point,
321tlvtype,channel_reestablish_tlvs,next_funding,0
322tlvdata,channel_reestablish_tlvs,next_funding,next_funding_txid,sha256,
323tlvtype,channel_reestablish_tlvs,your_last_funding_locked_txid,1
324tlvdata,channel_reestablish_tlvs,your_last_funding_locked_txid,your_last_funding_locked_txid,sha256,
325tlvtype,channel_reestablish_tlvs,my_current_funding_locked_txid,3
326tlvdata,channel_reestablish_tlvs,my_current_funding_locked_txid,my_current_funding_locked_txid,sha256,
327msgtype,announcement_signatures,259
328msgdata,announcement_signatures,channel_id,channel_id,
329msgdata,announcement_signatures,short_channel_id,short_channel_id,
330msgdata,announcement_signatures,node_signature,signature,
331msgdata,announcement_signatures,bitcoin_signature,signature,
332msgtype,channel_announcement,256
333msgdata,channel_announcement,node_signature_1,signature,
334msgdata,channel_announcement,node_signature_2,signature,
335msgdata,channel_announcement,bitcoin_signature_1,signature,
336msgdata,channel_announcement,bitcoin_signature_2,signature,
337msgdata,channel_announcement,len,u16,
338msgdata,channel_announcement,features,byte,len
339msgdata,channel_announcement,chain_hash,chain_hash,
340msgdata,channel_announcement,short_channel_id,short_channel_id,
341msgdata,channel_announcement,node_id_1,point,
342msgdata,channel_announcement,node_id_2,point,
343msgdata,channel_announcement,bitcoin_key_1,point,
344msgdata,channel_announcement,bitcoin_key_2,point,
345msgtype,node_announcement,257
346msgdata,node_announcement,signature,signature,
347msgdata,node_announcement,flen,u16,
348msgdata,node_announcement,features,byte,flen
349msgdata,node_announcement,timestamp,u32,
350msgdata,node_announcement,node_id,point,
351msgdata,node_announcement,rgb_color,byte,3
352msgdata,node_announcement,alias,byte,32
353msgdata,node_announcement,addrlen,u16,
354msgdata,node_announcement,addresses,byte,addrlen
355msgdata,node_announcement,tlvs,node_ann_tlvs,
356tlvtype,node_ann_tlvs,option_will_fund,1
357tlvdata,node_ann_tlvs,option_will_fund,lease_rates,lease_rates,
358msgtype,channel_update,258
359msgdata,channel_update,signature,signature,
360msgdata,channel_update,chain_hash,chain_hash,
361msgdata,channel_update,short_channel_id,short_channel_id,
362msgdata,channel_update,timestamp,u32,
363msgdata,channel_update,message_flags,byte,
364msgdata,channel_update,channel_flags,byte,
365msgdata,channel_update,cltv_expiry_delta,u16,
366msgdata,channel_update,htlc_minimum_msat,u64,
367msgdata,channel_update,fee_base_msat,u32,
368msgdata,channel_update,fee_proportional_millionths,u32,
369msgdata,channel_update,htlc_maximum_msat,u64,
370msgtype,query_short_channel_ids,261
371msgdata,query_short_channel_ids,chain_hash,chain_hash,
372msgdata,query_short_channel_ids,len,u16,
373msgdata,query_short_channel_ids,encoded_short_ids,byte,len
374msgdata,query_short_channel_ids,tlvs,query_short_channel_ids_tlvs,
375tlvtype,query_short_channel_ids_tlvs,query_flags,1
376tlvdata,query_short_channel_ids_tlvs,query_flags,encoding_type,byte,
377tlvdata,query_short_channel_ids_tlvs,query_flags,encoded_query_flags,byte,...
378msgtype,reply_short_channel_ids_end,262
379msgdata,reply_short_channel_ids_end,chain_hash,chain_hash,
380msgdata,reply_short_channel_ids_end,full_information,byte,
381msgtype,query_channel_range,263
382msgdata,query_channel_range,chain_hash,chain_hash,
383msgdata,query_channel_range,first_blocknum,u32,
384msgdata,query_channel_range,number_of_blocks,u32,
385msgdata,query_channel_range,tlvs,query_channel_range_tlvs,
386tlvtype,query_channel_range_tlvs,query_option,1
387tlvdata,query_channel_range_tlvs,query_option,query_option_flags,bigsize,
388msgtype,reply_channel_range,264
389msgdata,reply_channel_range,chain_hash,chain_hash,
390msgdata,reply_channel_range,first_blocknum,u32,
391msgdata,reply_channel_range,number_of_blocks,u32,
392msgdata,reply_channel_range,sync_complete,byte,
393msgdata,reply_channel_range,len,u16,
394msgdata,reply_channel_range,encoded_short_ids,byte,len
395msgdata,reply_channel_range,tlvs,reply_channel_range_tlvs,
396tlvtype,reply_channel_range_tlvs,timestamps_tlv,1
397tlvdata,reply_channel_range_tlvs,timestamps_tlv,encoding_type,byte,
398tlvdata,reply_channel_range_tlvs,timestamps_tlv,encoded_timestamps,byte,...
399tlvtype,reply_channel_range_tlvs,checksums_tlv,3
400tlvdata,reply_channel_range_tlvs,checksums_tlv,checksums,channel_update_checksums,...
401subtype,channel_update_timestamps
402subtypedata,channel_update_timestamps,timestamp_node_id_1,u32,
403subtypedata,channel_update_timestamps,timestamp_node_id_2,u32,
404subtype,channel_update_checksums
405subtypedata,channel_update_checksums,checksum_node_id_1,u32,
406subtypedata,channel_update_checksums,checksum_node_id_2,u32,
407msgtype,gossip_timestamp_filter,265
408msgdata,gossip_timestamp_filter,chain_hash,chain_hash,
409msgdata,gossip_timestamp_filter,first_timestamp,u32,
410msgdata,gossip_timestamp_filter,timestamp_range,u32,
411msgtype,onion_message,513,option_onion_messages
412msgdata,onion_message,path_key,point,
413msgdata,onion_message,len,u16,
414msgdata,onion_message,onionmsg,byte,len