--- wire/peer_wire.csv.raw 2023-09-11 13:32:30.677617251 +0930 +++ wire/peer_wire.csv.openchannel2 2023-09-11 13:31:47.906308397 +0930 @@ -37,6 +37,53 @@ tlvdata,n2,tlv1,amount_msat,tu64, tlvtype,n2,tlv2,11 tlvdata,n2,tlv2,cltv_expiry,tu32, +msgtype,tx_add_input,66 +msgdata,tx_add_input,channel_id,channel_id, +msgdata,tx_add_input,serial_id,u64, +msgdata,tx_add_input,prevtx_len,u16, +msgdata,tx_add_input,prevtx,byte,prevtx_len +msgdata,tx_add_input,prevtx_vout,u32, +msgdata,tx_add_input,sequence,u32, +msgtype,tx_add_output,67 +msgdata,tx_add_output,channel_id,channel_id, +msgdata,tx_add_output,serial_id,u64, +msgdata,tx_add_output,sats,u64, +msgdata,tx_add_output,scriptlen,u16, +msgdata,tx_add_output,script,byte,scriptlen +msgtype,tx_remove_input,68 +msgdata,tx_remove_input,channel_id,channel_id, +msgdata,tx_remove_input,serial_id,u64, +msgtype,tx_remove_output,69 +msgdata,tx_remove_output,channel_id,channel_id, +msgdata,tx_remove_output,serial_id,u64, +msgtype,tx_complete,70 +msgdata,tx_complete,channel_id,channel_id, +msgtype,tx_signatures,71 +msgdata,tx_signatures,channel_id,channel_id, +msgdata,tx_signatures,txid,sha256, +msgdata,tx_signatures,num_witnesses,u16, +msgdata,tx_signatures,witnesses,witness,num_witnesses +subtype,witness +subtypedata,witness,len,u16, +subtypedata,witness,witness_data,byte,len +msgtype,tx_init_rbf,72 +msgdata,tx_init_rbf,channel_id,channel_id, +msgdata,tx_init_rbf,locktime,u32, +msgdata,tx_init_rbf,feerate,u32, +msgdata,tx_init_rbf,tlvs,tx_init_rbf_tlvs, +tlvtype,tx_init_rbf_tlvs,funding_output_contribution,0 +tlvdata,tx_init_rbf_tlvs,funding_output_contribution,satoshis,s64, +tlvtype,tx_init_rbf_tlvs,require_confirmed_inputs,2 +msgtype,tx_ack_rbf,73 +msgdata,tx_ack_rbf,channel_id,channel_id, +msgdata,tx_ack_rbf,tlvs,tx_ack_rbf_tlvs, +tlvtype,tx_ack_rbf_tlvs,funding_output_contribution,0 +tlvdata,tx_ack_rbf_tlvs,funding_output_contribution,satoshis,s64, +tlvtype,tx_ack_rbf_tlvs,require_confirmed_inputs,2 +msgtype,tx_abort,74 +msgdata,tx_abort,channel_id,channel_id, +msgdata,tx_abort,len,u16, +msgdata,tx_abort,data,byte,len msgtype,open_channel,32 msgdata,open_channel,chain_hash,chain_hash, msgdata,open_channel,temporary_channel_id,byte,32 @@ -95,6 +140,54 @@ msgdata,channel_ready,tlvs,channel_ready_tlvs, tlvtype,channel_ready_tlvs,short_channel_id,1 tlvdata,channel_ready_tlvs,short_channel_id,alias,short_channel_id, +msgtype,open_channel2,64 +msgdata,open_channel2,chain_hash,chain_hash, +msgdata,open_channel2,temporary_channel_id,channel_id, +msgdata,open_channel2,funding_feerate_perkw,u32, +msgdata,open_channel2,commitment_feerate_perkw,u32, +msgdata,open_channel2,funding_satoshis,u64, +msgdata,open_channel2,dust_limit_satoshis,u64, +msgdata,open_channel2,max_htlc_value_in_flight_msat,u64, +msgdata,open_channel2,htlc_minimum_msat,u64, +msgdata,open_channel2,to_self_delay,u16, +msgdata,open_channel2,max_accepted_htlcs,u16, +msgdata,open_channel2,locktime,u32, +msgdata,open_channel2,funding_pubkey,point, +msgdata,open_channel2,revocation_basepoint,point, +msgdata,open_channel2,payment_basepoint,point, +msgdata,open_channel2,delayed_payment_basepoint,point, +msgdata,open_channel2,htlc_basepoint,point, +msgdata,open_channel2,first_per_commitment_point,point, +msgdata,open_channel2,second_per_commitment_point,point, +msgdata,open_channel2,channel_flags,byte, +msgdata,open_channel2,tlvs,opening_tlvs, +tlvtype,opening_tlvs,upfront_shutdown_script,0 +tlvdata,opening_tlvs,upfront_shutdown_script,shutdown_scriptpubkey,byte,... +tlvtype,opening_tlvs,channel_type,1 +tlvdata,opening_tlvs,channel_type,type,byte,... +tlvtype,opening_tlvs,require_confirmed_inputs,2 +msgtype,accept_channel2,65 +msgdata,accept_channel2,temporary_channel_id,channel_id, +msgdata,accept_channel2,funding_satoshis,u64, +msgdata,accept_channel2,dust_limit_satoshis,u64, +msgdata,accept_channel2,max_htlc_value_in_flight_msat,u64, +msgdata,accept_channel2,htlc_minimum_msat,u64, +msgdata,accept_channel2,minimum_depth,u32, +msgdata,accept_channel2,to_self_delay,u16, +msgdata,accept_channel2,max_accepted_htlcs,u16, +msgdata,accept_channel2,funding_pubkey,point, +msgdata,accept_channel2,revocation_basepoint,point, +msgdata,accept_channel2,payment_basepoint,point, +msgdata,accept_channel2,delayed_payment_basepoint,point, +msgdata,accept_channel2,htlc_basepoint,point, +msgdata,accept_channel2,first_per_commitment_point,point, +msgdata,accept_channel2,second_per_commitment_point,point, +msgdata,accept_channel2,tlvs,accept_tlvs, +tlvtype,accept_tlvs,upfront_shutdown_script,0 +tlvdata,accept_tlvs,upfront_shutdown_script,shutdown_scriptpubkey,byte,... +tlvtype,accept_tlvs,channel_type,1 +tlvdata,accept_tlvs,channel_type,type,byte,... +tlvtype,accept_tlvs,require_confirmed_inputs,2 msgtype,shutdown,38 msgdata,shutdown,channel_id,channel_id, msgdata,shutdown,len,u16,