mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
No code changes, just catching up with the BOLT changes which rework our blinded path terminology (for the better!). Another patch will sweep the rest of our internal names, this tries only to make things compile and fix up the BOLT quotes. 1. Inside payload: current_blinding_point -> current_path_key 2. Inside update_add_htlc TLV: blinding_point -> blinded_path 3. Inside blinded_path: blinding -> first_path_key 4. Inside onion_message: blinding -> path_key. 5. Inside encrypted_data_tlv: next_blinding_override -> next_path_key_override Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
12 lines
549 B
Diff
12 lines
549 B
Diff
FIXME: This is actually from BOLT 4, but we remove it from onion_wire.csv and put it here.
|
|
|
|
--- 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,7 @@
|
|
msgdata,gossip_timestamp_filter,chain_hash,chain_hash,
|
|
msgdata,gossip_timestamp_filter,first_timestamp,u32,
|
|
msgdata,gossip_timestamp_filter,timestamp_range,u32,
|
|
+msgtype,onion_message,513,option_onion_messages
|
|
+msgdata,onion_message,path_key,point,
|
|
+msgdata,onion_message,len,u16,
|
|
+msgdata,onion_message,onionmsg,byte,len
|