rgb-cln/wire
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
..
test tools/generate-wire: no more lonely messages! 2020-05-06 14:56:09 -05:00
Makefile wire: suppress printout from patch command 2020-05-04 10:21:07 +09:30
common_wire_csv wire: Add common messages that are independent of daemons 2020-01-28 23:50:52 +01:00
extracted_onion_experimental_1b1c9a71038bd72453cabefd3ace17ce8b8dd96e EXPERMENTAL_FEATURES: Import onion message types. 2020-04-02 14:32:38 +10:30
extracted_onion_experimental_badonion_blinding EXPERIMENTAL: new error code for use when HTLC is blinded. 2020-04-14 12:51:18 +09:30
extracted_onion_experimental_enctlv EXPERIMENTAL: onion TLV field for enctlv for blinding. 2020-04-14 12:51:18 +09:30
extracted_onion_wire_csv Protocol: make var_onion, payment_secret and basic_mpp non-EXPERIMENTAL. 2019-12-12 22:16:03 +01:00
extracted_peer_experimental_1b1c9a71038bd72453cabefd3ace17ce8b8dd96e EXPERMENTAL_FEATURES: Import onion message types. 2020-04-02 14:32:38 +10:30
extracted_peer_experimental_add_htlc-plus-blinding channeld: support HTLCs with blinding (EXPERIMENTAL_FEATURES) 2020-04-14 12:51:18 +09:30
extracted_peer_wire_csv connectd: add network to init message 2019-11-29 21:17:08 +01:00
fromwire.c wire: add fromwire_tal_arrn() helper. 2020-03-09 16:04:56 +01:00
onion_defs.h wire: add onion_defs.h to bolt-check, update quote. 2018-09-13 17:38:13 -07:00
peer_wire.c EXPERMENTAL_FEATURES: Import onion message types. 2020-04-02 14:32:38 +10:30
peer_wire.h chainparams: Move the BOLT2 quote to the chainparams where we set it 2018-09-14 21:18:11 +02:00
tlvstream.c wire: Add a function to serialize a raw set of TLV fields 2020-04-16 18:03:35 +09:30
tlvstream.h wire: Add a function to serialize a raw set of TLV fields 2020-04-16 18:03:35 +09:30
towire.c wire: remove towire_double() 2020-02-27 09:07:04 +10:30
wire.h EXPERMENTAL_FEATURES: Import onion message types. 2020-04-02 14:32:38 +10:30
wire_io.c common: tal_dup_talarr() helper. 2020-02-27 14:16:16 +10:30
wire_io.h gossipd: make more compact getchannels entries. 2019-04-09 12:37:16 -07:00
wire_sync.c Remove tal_len, use tal_count() or tal_bytelen(). 2018-07-30 11:31:17 +02:00
wire_sync.h wire_sync_write: support take() 2017-06-27 10:25:53 +09:30