core-lightning/tools/gen
Rusty Russell b0c9059602 tools/generate-wire: no more lonely messages!
When we have only a single member in a TLV (e.g. an optional u64),
wrapping it in a struct is awkward.  This changes it to directly
access those fields.

This is not only more elegant (60 fewer lines), it would also be
more cache friendly.  That's right: cache hot singles!

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-05-06 14:56:09 -05:00
..
header_template tools/generate-wire: no more lonely messages! 2020-05-06 14:56:09 -05:00
impl_template tools/generate-wire: no more lonely messages! 2020-05-06 14:56:09 -05:00
print_header_template tools: fix tlv generation 2019-07-27 21:19:57 -05:00
print_impl_template devtools/decodemsg: don't crash if we have multiple tlv options. 2020-04-07 12:48:13 -05:00