mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 01:43:36 +01:00
15f8e1e63c
"BOLT 4: Remove legacy format, make var_onion_optin compulsory." This also renamed the redundant "tlv_payload" to "payload", so we replace "tlv_tlv_payload" with "tlv_payload" everyhere! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
45 lines
2.1 KiB
Diff
45 lines
2.1 KiB
Diff
--- wire/onion_wire.csv 2021-11-16 15:17:39.446494580 +1030
|
|
+++ wire/onion_wire.csv.raw 2021-11-16 15:36:00.046441058 +1030
|
|
@@ -8,6 +8,41 @@
|
|
tlvdata,payload,payment_data,total_msat,tu64,
|
|
tlvtype,payload,payment_metadata,16
|
|
tlvdata,payload,payment_metadata,payment_metadata,byte,...
|
|
+tlvtype,payload,encrypted_recipient_data,10
|
|
+tlvdata,payload,encrypted_recipient_data,encrypted_data,byte,...
|
|
+tlvtype,payload,blinding_point,12
|
|
+tlvdata,payload,blinding_point,blinding,point,
|
|
+tlvtype,payload,total_amount_msat,18
|
|
+tlvdata,payload,total_amount_msat,total_msat,tu64,
|
|
+tlvtype,encrypted_data_tlv,padding,1
|
|
+tlvdata,encrypted_data_tlv,padding,padding,byte,...
|
|
+tlvtype,encrypted_data_tlv,short_channel_id,2
|
|
+tlvdata,encrypted_data_tlv,short_channel_id,short_channel_id,short_channel_id,
|
|
+tlvtype,encrypted_data_tlv,next_node_id,4
|
|
+tlvdata,encrypted_data_tlv,next_node_id,node_id,point,
|
|
+tlvtype,encrypted_data_tlv,path_id,6
|
|
+tlvdata,encrypted_data_tlv,path_id,data,byte,...
|
|
+tlvtype,encrypted_data_tlv,next_blinding_override,8
|
|
+tlvdata,encrypted_data_tlv,next_blinding_override,blinding,point,
|
|
+tlvtype,onionmsg_tlv,reply_path,2
|
|
+tlvdata,onionmsg_tlv,reply_path,path,blinded_path,
|
|
+tlvtype,onionmsg_tlv,encrypted_recipient_data,4
|
|
+tlvdata,onionmsg_tlv,encrypted_recipient_data,encrypted_recipient_data,byte,...
|
|
+tlvtype,onionmsg_tlv,invoice_request,64
|
|
+tlvdata,onionmsg_tlv,invoice_request,invoice_request,tlv_invoice_request,
|
|
+tlvtype,onionmsg_tlv,invoice,66
|
|
+tlvdata,onionmsg_tlv,invoice,invoice,tlv_invoice,
|
|
+tlvtype,onionmsg_tlv,invoice_error,68
|
|
+tlvdata,onionmsg_tlv,invoice_error,invoice_error,tlv_invoice_error,
|
|
+subtype,blinded_path
|
|
+subtypedata,blinded_path,first_node_id,point,
|
|
+subtypedata,blinded_path,blinding,point,
|
|
+subtypedata,blinded_path,num_hops,byte,
|
|
+subtypedata,blinded_path,path,onionmsg_hop,num_hops
|
|
+subtype,onionmsg_hop
|
|
+subtypedata,onionmsg_hop,blinded_node_id,point,
|
|
+subtypedata,onionmsg_hop,enclen,u16,
|
|
+subtypedata,onionmsg_hop,encrypted_recipient_data,byte,enclen
|
|
msgtype,invalid_realm,PERM|1
|
|
msgtype,temporary_node_failure,NODE|2
|
|
msgtype,permanent_node_failure,PERM|NODE|2
|