Files
palladum-lightning/wire/extracted_onion_05_remove-onion_message.patch
Rusty Russell 98d2dc2d4c wire: update to BOLT 17ceba42dc6607b637a713a9bc051f63c1357edd "BOLT 4: onion message support."
We don't need to patch it in anymore, now it's merged.  However, we do
move the message itself from onion_wire.csv to peer_wire.csv (we
should get more sophisticated with our parsing, but this works for
now!).

The resulting peer_wire.csv is identical, the onion_wire.csv file is
slightly reordered.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-09-20 13:56:46 +09:30

18 lines
691 B
Diff

We put this in peer_wire instead, in extracted_peer_05_newonion.patch
diff --git a/wire/onion_wire.csv b/wire/onion_wire.csv
index 3884c63dd..25798c3da 100644
--- a/wire/onion_wire.csv
+++ b/wire/onion_wire.csv
@@ -103,10 +103,6 @@ msgdata,invalid_onion_payload,offset,u16,
msgtype,mpp_timeout,23
msgtype,invalid_onion_blinding,BADONION|PERM|24
msgdata,invalid_onion_blinding,sha256_of_onion,sha256,
-msgtype,onion_message,513
-msgdata,onion_message,blinding,point,
-msgdata,onion_message,len,u16,
-msgdata,onion_message,onion_message_packet,byte,len
tlvtype,onionmsg_tlv,reply_path,2
tlvdata,onionmsg_tlv,reply_path,path,blinded_path,
tlvtype,onionmsg_tlv,encrypted_recipient_data,4