core-lightning/bitcoin/test
Christian Decker 832b2e5e2e onchaind: Adjust witness weight estimate to be more conservative
We were missing the OP_PUSH for the pubkeys, and the spec mentions we
should be using 73 bytes to estimate the witness weight. Effectively
this adds 4 bytes which really just matters in case fees hit the
floor, and computing the weight becomes important.

Changelog-Fixed: onchaind: Witness weight estimations could be slightly lower than the VLS signer
2022-11-10 16:30:27 +01:00
..
Makefile Makefile: use a library archive for CCAN 2022-07-17 08:51:02 +09:30
run-bitcoin_block_from_hex.c psbt: use DER encoded + sighash byte for PSBT_IN_PARTIAL_SIG items 2022-06-09 18:28:35 +02:00
run-psbt-from-tx.c psbt: wipe global tx scriptSig/witness data after saved to PSBT 2022-10-18 12:46:45 -05:00
run-secret_eq_consttime.c test: avoid testing for secret_eq under CI. 2022-03-25 13:40:55 +10:30
run-tx-bitcoin_tx_2of2_input_witness_weight.c onchaind: Adjust witness weight estimate to be more conservative 2022-11-10 16:30:27 +01:00
run-tx-encode.c psbt: use DER encoded + sighash byte for PSBT_IN_PARTIAL_SIG items 2022-06-09 18:28:35 +02:00