forked from ElementsProject/lightning
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See lightning/bolts#868 Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information
1 parent
60dc78d
commit 3d8c4a1
Showing
5 changed files
with
89 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- wire/peer_wire.csv 2021-05-09 15:44:59.166135652 +0930 | ||
+++ wire/peer_wire.csv.raw 2021-05-11 09:59:31.695459756 +0930 | ||
@@ -221,6 +131,18 @@ | ||
msgdata,channel_reestablish,next_revocation_number,u64, | ||
msgdata,channel_reestablish,your_last_per_commitment_secret,byte,32 | ||
msgdata,channel_reestablish,my_current_per_commitment_point,point, | ||
+msgdata,channel_reestablish,tlvs,channel_reestablish_tlvs, | ||
+tlvtype,channel_reestablish_tlvs,next_to_send,1 | ||
+tlvdata,channel_reestablish_tlvs,next_to_send,commitment_number,tu64, | ||
+tlvtype,channel_reestablish_tlvs,desired_type,3 | ||
+tlvdata,channel_reestablish_tlvs,desired_type,type,channel_type, | ||
+tlvtype,channel_reestablish_tlvs,current_type,5 | ||
+tlvdata,channel_reestablish_tlvs,current_type,type,channel_type, | ||
+tlvtype,channel_reestablish_tlvs,upgradable,7 | ||
+tlvdata,channel_reestablish_tlvs,upgradable,upgrades,channel_type,... | ||
+subtype,channel_type | ||
+subtypedata,channel_type,len,u16, | ||
+subtypedata,channel_type,features,byte,len | ||
msgtype,announcement_signatures,259 | ||
msgdata,announcement_signatures,channel_id,channel_id, | ||
msgdata,announcement_signatures,short_channel_id,short_channel_id, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters