rgb-cln/wire/extracted_peer_03_openchann...

109 lines
4.6 KiB
Diff
Raw Normal View History

--- wire/peer_wire.csv 2022-05-19 14:25:25.346839996 -0500
+++ - 2022-05-19 14:26:13.327293456 -0500
@@ -37,6 +31,54 @@
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,witness_stack,witness_stack,num_witnesses
+subtype,witness_stack
+subtypedata,witness_stack,num_input_witness,u16,
+subtypedata,witness_stack,witness_element,witness_element,num_input_witness
+subtype,witness_element
+subtypedata,witness_element,len,u16,
+subtypedata,witness_element,witness,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,tu64,
+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,tu64,
+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
@@ -92,6 +130,50 @@
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,zerod_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,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,...
+msgtype,accept_channel2,65
+msgdata,accept_channel2,zerod_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,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,...
msgtype,shutdown,38
msgdata,shutdown,channel_id,channel_id,
msgdata,shutdown,len,u16,