cln/tools/gen
Rusty Russell eefc9b9a2c tools/generate-wire.py: don't set TLV fields to NULL if they're empty.
There's a new BOLT 12 test, which checks that the ->currencies array isn't empty.
We were treating it as missing, which is wrong.  So allocate empty arrays when
they appear, instead of setting them to NULL.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2026-04-30 20:09:31 +09:30
..
header_template Enable Length-Prefixed TLVs through Generator 2025-02-22 11:51:54 -06:00
impl_template tools/generate-wire.py: don't set TLV fields to NULL if they're empty. 2026-04-30 20:09:31 +09:30
print_header_template devtools/decodemsg: don't require --onion for onion tlvs, fail if unknown tlvname. 2022-03-25 13:55:44 +10:30
print_impl_template tools: remove optional csv field handling. 2023-05-23 09:34:08 +09:30