core-lightning/bitcoin/test
Christian Decker f36be4b006 plugin: Add tracing support for send_outreq
The `send_outreq` function is a good place to suspend and resume
traces, since these are usually the places where we hand off control
back to the `io_loop`. This assumes that we do not continue doing
heavy liftin after we have queued an `outreq` call, but that is most
likely the case anyway. This frees us from having to track suspensions
whenever we call the RPC from a plugin.
2024-11-13 13:15:52 +01:00
..
Makefile Makefile: use a library archive for CCAN 2022-07-17 08:51:02 +09:30
run-bitcoin_block_from_hex.c common: add amount_feerate helper. 2023-11-01 14:11:28 +10:30
run-psbt-from-tx.c plugin: Add tracing support for send_outreq 2024-11-13 13:15:52 +01: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 common: add amount_feerate helper. 2023-11-01 14:11:28 +10:30
run-tx-encode.c common: add amount_feerate helper. 2023-11-01 14:11:28 +10:30