mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
b3af5f5a2c
This is from 6e99c5feaf60cb797507d181fe583224309318e9 We renamed the enctlv field to encrypted_recipient_data in the spec, and the new onion_message is message 513. We don't handle it until the next patch. Two renames: 1. blinding_seed -> blinding_point. 2. enctlv -> encrypted_recipient_data. We don't do a compat cycle for our JSON APIs for these experimental features only used by our own plugins, we just rename. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
15 lines
639 B
Diff
15 lines
639 B
Diff
--- peer_wire.csv 2021-08-25 12:41:02.876254003 +0930
|
|
+++ peer_wire.csv.raw 2021-08-25 13:42:31.991693809 +0930
|
|
@@ -320,3 +210,11 @@
|
|
msgdata,gossip_timestamp_filter,chain_hash,chain_hash,
|
|
msgdata,gossip_timestamp_filter,first_timestamp,u32,
|
|
msgdata,gossip_timestamp_filter,timestamp_range,u32,
|
|
+msgtype,obs2_onion_message,387,option_onion_messages
|
|
+msgdata,obs2_onion_message,blinding,point,
|
|
+msgdata,obs2_onion_message,len,u16,
|
|
+msgdata,obs2_onion_message,onionmsg,byte,len
|
|
+msgtype,onion_message,513,option_onion_messages
|
|
+msgdata,onion_message,blinding,point,
|
|
+msgdata,onion_message,len,u16,
|
|
+msgdata,onion_message,onionmsg,byte,len
|