mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-08 06:49:31 +01:00
aef5b30b81
We used to append new patches to a single file. This caused some problems and is a lot harder to cleanup later. This patch moves the experimental patches to their own, individual patch files, that are named for the current BOLTVERSION, which they're taken from. Also moves the current patchfile over to a 'gossipqueries' one, as it already exists.
56 lines
3.0 KiB
Plaintext
56 lines
3.0 KiB
Plaintext
--- wire/extracted_peer_wire_csv 2019-08-01 11:33:48.136457293 +0930
|
|
+++ - 2019-08-01 11:40:21.313665504 +0930
|
|
@@ -108,7 +108,7 @@
|
|
msgdata,channel_reestablish,channel_id,channel_id,
|
|
msgdata,channel_reestablish,next_commitment_number,u64,
|
|
msgdata,channel_reestablish,next_revocation_number,u64,
|
|
-msgdata,channel_reestablish,your_last_per_commitment_secret,byte,32,option_data_loss_protect
|
|
+msgdata,channel_reestablish,your_last_per_commitment_secret,byte,32,option_data_loss_protect,option_static_remotekey
|
|
-msgdata,channel_reestablish,my_current_per_commitment_point,point,,option_data_loss_protect
|
|
+msgdata,channel_reestablish,my_current_per_commitment_point,point,,option_data_loss_protect,option_static_remotekey
|
|
msgtype,announcement_signatures,259
|
|
msgdata,announcement_signatures,channel_id,channel_id,
|
|
@@ -154,6 +168,11 @@
|
|
msgdata,query_short_channel_ids,chain_hash,chain_hash,
|
|
msgdata,query_short_channel_ids,len,u16,
|
|
msgdata,query_short_channel_ids,encoded_short_ids,byte,len
|
|
+# pr-557-tlvfixes, rebased with minor fixes
|
|
+msgdata,query_short_channel_ids,tlvs,query_short_channel_ids_tlvs,
|
|
+tlvtype,query_short_channel_ids_tlvs,query_flags,1
|
|
+tlvdata,query_short_channel_ids_tlvs,query_flags,encoding_type,byte,
|
|
+tlvdata,query_short_channel_ids_tlvs,query_flags,encoded_query_flags,byte,...
|
|
msgtype,reply_short_channel_ids_end,262,gossip_queries
|
|
msgdata,reply_short_channel_ids_end,chain_hash,chain_hash,
|
|
msgdata,reply_short_channel_ids_end,complete,byte,
|
|
@@ -161,6 +179,10 @@
|
|
msgdata,query_channel_range,chain_hash,chain_hash,
|
|
msgdata,query_channel_range,first_blocknum,u32,
|
|
msgdata,query_channel_range,number_of_blocks,u32,
|
|
+# pr-557-tlvfixes, rebased with minor fixes
|
|
+msgdata,query_channel_range,tlvs,query_channel_range_tlvs,
|
|
+tlvtype,query_channel_range_tlvs,query_option,1
|
|
+tlvdata,query_channel_range_tlvs,query_option,query_option_flags,varint,
|
|
msgtype,reply_channel_range,264,gossip_queries
|
|
msgdata,reply_channel_range,chain_hash,chain_hash,
|
|
msgdata,reply_channel_range,first_blocknum,u32,
|
|
@@ -168,6 +189,19 @@
|
|
msgdata,reply_channel_range,complete,byte,
|
|
msgdata,reply_channel_range,len,u16,
|
|
msgdata,reply_channel_range,encoded_short_ids,byte,len
|
|
+# pr-557-tlvfixes, rebased with minor fixes
|
|
+msgdata,reply_channel_range,tlvs,reply_channel_range_tlvs,
|
|
+tlvtype,reply_channel_range_tlvs,timestamps_tlv,1
|
|
+tlvdata,reply_channel_range_tlvs,timestamps_tlv,encoding_type,byte,
|
|
+tlvdata,reply_channel_range_tlvs,timestamps_tlv,encoded_timestamps,byte,...
|
|
+tlvtype,reply_channel_range_tlvs,checksums_tlv,3
|
|
+tlvdata,reply_channel_range_tlvs,checksums_tlv,checksums,channel_update_checksums,...
|
|
+subtype,channel_update_timestamps
|
|
+subtypedata,channel_update_timestamps,timestamp_node_id_1,u32,
|
|
+subtypedata,channel_update_timestamps,timestamp_node_id_2,u32,
|
|
+subtype,channel_update_checksums
|
|
+subtypedata,channel_update_checksums,checksum_node_id_1,u32,
|
|
+subtypedata,channel_update_checksums,checksum_node_id_2,u32,
|
|
msgtype,gossip_timestamp_filter,265,gossip_queries
|
|
msgdata,gossip_timestamp_filter,chain_hash,chain_hash,
|
|
msgdata,gossip_timestamp_filter,first_timestamp,u32,
|