cln/common/test
Lagrang3 dddb455d09 Add unit tests for str_to_u64
Signed-off-by: Lagrang3 <lagrang3@protonmail.com>
2026-08-04 18:51:43 -03:00
..
Makefile common: add randbytes() wrapper to override cryptographic entropy: $CLN_DEV_ENTROPY_SEED 2026-07-13 18:15:06 -07:00
onion-test-v0.json sphinx: Introduce a runtest command to the onion tool 2019-07-30 02:14:49 +00:00
run-amount.c bitcoin: hoist script_with_len out of wallet/ into here. 2026-03-23 09:22:04 +10:30
run-base64.c bitcoin: hoist script_with_len out of wallet/ into here. 2026-03-23 09:22:04 +10:30
run-bigsize.c global: replace randombytes_buf() with randbytes() wrapper. 2026-07-13 18:15:06 -07:00
run-blindedpath_enctlv.c global: replace randombytes_buf() with randbytes() wrapper. 2026-07-13 18:15:06 -07:00
run-blindedpath_onion.c bitcoin: hoist script_with_len out of wallet/ into here. 2026-03-23 09:22:04 +10:30
run-bolt11.c global: replace randombytes_buf() with randbytes() wrapper. 2026-07-13 18:15:06 -07:00
run-bolt12-encode-test.c global: replace randombytes_buf() with randbytes() wrapper. 2026-07-13 18:15:06 -07:00
run-bolt12-format-string-test.c global: replace randombytes_buf() with randbytes() wrapper. 2026-07-13 18:15:06 -07:00
run-bolt12-offer-decode.c global: replace randombytes_buf() with randbytes() wrapper. 2026-07-13 18:15:06 -07:00
run-bolt12_decode.c global: replace randombytes_buf() with randbytes() wrapper. 2026-07-13 18:15:06 -07:00
run-bolt12_merkle-json.c global: replace randombytes_buf() with randbytes() wrapper. 2026-07-13 18:15:06 -07:00
run-bolt12_merkle-partial.c common: add test for partial merkle tree support. 2026-05-11 11:13:55 +09:30
run-bolt12_merkle.c global: replace randombytes_buf() with randbytes() wrapper. 2026-07-13 18:15:06 -07:00
run-bolt12_period.c global: replace randombytes_buf() with randbytes() wrapper. 2026-07-13 18:15:06 -07:00
run-bolt12_proof.c common: add test that changing any field invalidates a payer proof. 2026-05-21 11:30:15 +09:30
run-bolt12_proof_vectors.c common: fix up test vectors' invoice_merkle_root. 2026-05-21 11:30:15 +09:30
run-channel_type.c global: replace randombytes_buf() with randbytes() wrapper. 2026-07-13 18:15:06 -07:00
run-close_tx.c test: add run-close_tx to validate simple-close transaction functionality 2026-07-02 13:30:17 -03:00
run-codex32.c global: replace randombytes_buf() with randbytes() wrapper. 2026-07-13 18:15:06 -07:00
run-coin_mvt.c global: replace randombytes_buf() with randbytes() wrapper. 2026-07-13 18:15:06 -07:00
run-cryptomsg.c global: replace randombytes_buf() with randbytes() wrapper. 2026-07-13 18:15:06 -07:00
run-deprecation.c bitcoin: hoist script_with_len out of wallet/ into here. 2026-03-23 09:22:04 +10:30
run-derive_basepoints.c bitcoin: hoist script_with_len out of wallet/ into here. 2026-03-23 09:22:04 +10:30
run-features.c bitcoin: hoist script_with_len out of wallet/ into here. 2026-03-23 09:22:04 +10:30
run-gossmap-fp16.c bitcoin: hoist script_with_len out of wallet/ into here. 2026-03-23 09:22:04 +10:30
run-gossmap_canned.c gossmap: add callback for gossipd to see dying messages. 2026-02-16 17:23:33 +10:30
run-gossmap_local.c gossmap: add callback for gossipd to see dying messages. 2026-02-16 17:23:33 +10:30
run-htable.c common: add randbytes() wrapper to override cryptographic entropy: $CLN_DEV_ENTROPY_SEED 2026-07-13 18:15:06 -07:00
run-ip_port_parsing.c bitcoin: hoist script_with_len out of wallet/ into here. 2026-03-23 09:22:04 +10:30
run-json.c bitcoin: hoist script_with_len out of wallet/ into here. 2026-03-23 09:22:04 +10:30
run-json_filter.c global: replace randombytes_buf() with randbytes() wrapper. 2026-07-13 18:15:06 -07:00
run-json_remove.c global: replace randombytes_buf() with randbytes() wrapper. 2026-07-13 18:15:06 -07:00
run-json_scan.c global: replace randombytes_buf() with randbytes() wrapper. 2026-07-13 18:15:06 -07:00
run-json_stream-filter.c global: replace randombytes_buf() with randbytes() wrapper. 2026-07-13 18:15:06 -07:00
run-jsonrpc_io.c bitcoin: hoist script_with_len out of wallet/ into here. 2026-03-23 09:22:04 +10:30
run-key_derive.c bitcoin: hoist script_with_len out of wallet/ into here. 2026-03-23 09:22:04 +10:30
run-lease_rates.c global: replace randombytes_buf() with randbytes() wrapper. 2026-07-13 18:15:06 -07:00
run-marginal_feerate.c bitcoin: hoist script_with_len out of wallet/ into here. 2026-03-23 09:22:04 +10:30
run-mkdatastorekey.c common: add simple unit test for mkdatastorekey. 2026-03-23 14:03:17 +10:00
run-onion-message-test.c bitcoin: hoist script_with_len out of wallet/ into here. 2026-03-23 09:22:04 +10:30
run-onion-test-vector.c bitcoin: hoist script_with_len out of wallet/ into here. 2026-03-23 09:22:04 +10:30
run-param.c bitcoin: hoist script_with_len out of wallet/ into here. 2026-03-23 09:22:04 +10:30
run-psbt_diff.c global: replace randombytes_buf() with randbytes() wrapper. 2026-07-13 18:15:06 -07:00
run-route-infloop.c common: add randbytes() wrapper to override cryptographic entropy: $CLN_DEV_ENTROPY_SEED 2026-07-13 18:15:06 -07:00
run-route-specific.c bitcoin: hoist script_with_len out of wallet/ into here. 2026-03-23 09:22:04 +10:30
run-route.c bitcoin: hoist script_with_len out of wallet/ into here. 2026-03-23 09:22:04 +10:30
run-route_blinding_onion_test.c bitcoin: hoist script_with_len out of wallet/ into here. 2026-03-23 09:22:04 +10:30
run-route_blinding_test.c global: replace randombytes_buf() with randbytes() wrapper. 2026-07-13 18:15:06 -07:00
run-shutdown_scriptpubkey.c bitcoin: hoist script_with_len out of wallet/ into here. 2026-03-23 09:22:04 +10:30
run-sphinx-xor_cipher_stream.c bitcoin: hoist script_with_len out of wallet/ into here. 2026-03-23 09:22:04 +10:30
run-sphinx.c bitcoin: hoist script_with_len out of wallet/ into here. 2026-03-23 09:22:04 +10:30
run-splice_script.c global: replace randombytes_buf() with randbytes() wrapper. 2026-07-13 18:15:06 -07:00
run-tal_arr_randomize.c common: add amount_feerate helper. 2023-11-01 14:11:28 +10:30
run-tlv_span.c global: replace randombytes_buf() with randbytes() wrapper. 2026-07-13 18:15:06 -07:00
run-tlv_unknown.c global: replace randombytes_buf() with randbytes() wrapper. 2026-07-13 18:15:06 -07:00
run-trace.c misc: fix uninitialised errors for macOS 2026-02-23 19:08:24 +10:30
run-utils-str_to_u64.c Add unit tests for str_to_u64 2026-08-04 18:51:43 -03:00
run-utils-tal_arr_append.c common: implement tal_arr_append and tal_arr_appendn, and use them. 2026-05-11 13:51:52 +09:30
run-version.c bitcoin: hoist script_with_len out of wallet/ into here. 2026-03-23 09:22:04 +10:30
run-wireaddr.c common: correctly refuse to accept wireaddr with port == 0. 2026-04-30 12:17:43 +09:30