wire: update splice patch to produce expected peer_wire.csv.

Dusty patched peer_wire.csv directly, breaking regeneration `make extract-peer-csv`.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2025-06-30 10:08:28 +09:30
parent d86b88d409
commit 0cd6efe585

View File

@@ -2,7 +2,7 @@ diff --git a/wire/peer_wire.csv b/wire/peer_wire.csv
index 5b5803afc..41b57e85b 100644
--- a/wire/peer_wire.csv
+++ b/wire/peer_wire.csv
@@ -206,6 +206,18 @@ subtypedata,lease_rates,channel_fee_max_base_msat,tu32,
@@ -206,6 +206,19 @@ subtypedata,lease_rates,channel_fee_max_base_msat,tu32,
msgtype,stfu,2
msgdata,stfu,channel_id,channel_id,
msgdata,stfu,initiator,u8,
@@ -18,6 +18,7 @@ index 5b5803afc..41b57e85b 100644
+msgdata,splice_ack,funding_pubkey,point,
+msgtype,splice_locked,77,
+msgdata,splice_locked,channel_id,channel_id,
+msgdata,splice_locked,splice_txid,sha256,
msgtype,shutdown,38
msgdata,shutdown,channel_id,channel_id,
msgdata,shutdown,len,u16,
@@ -28,7 +29,18 @@ index 5b5803afc..41b57e85b 100644
+msgdata,commitment_signed,splice_channel_id,commitment_signed_tlvs,
+tlvtype,commitment_signed_tlvs,splice_info,0
+tlvdata,commitment_signed_tlvs,splice_info,batch_size,u16,
+tlvdata,commitment_signed_tlvs,splice_info,funding_txid,channel_id,
+tlvdata,commitment_signed_tlvs,splice_info,funding_txid,sha256,
msgtype,revoke_and_ack,133
msgdata,revoke_and_ack,channel_id,channel_id,
msgdata,revoke_and_ack,per_commitment_secret,byte,32
@@ -319,6 +320,10 @@ msgdata,channel_reestablish,your_last_per_commitment_secret,byte,32
msgdata,channel_reestablish,my_current_per_commitment_point,point,
tlvtype,channel_reestablish_tlvs,next_funding,0
tlvdata,channel_reestablish_tlvs,next_funding,next_funding_txid,sha256,
+tlvtype,channel_reestablish_tlvs,your_last_funding_locked_txid,1
+tlvdata,channel_reestablish_tlvs,your_last_funding_locked_txid,your_last_funding_locked_txid,sha256,
+tlvtype,channel_reestablish_tlvs,my_current_funding_locked_txid,3
+tlvdata,channel_reestablish_tlvs,my_current_funding_locked_txid,my_current_funding_locked_txid,sha256,
msgtype,announcement_signatures,259
msgdata,announcement_signatures,channel_id,channel_id,
msgdata,announcement_signatures,short_channel_id,short_channel_id,