rgb-cln/wire
Rusty Russell c580225c38 wire: handle bigsize/varint fields.
They're currently called varint, but there's a proposal to call them all
bigsize.  Allow both for now.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-07-27 21:19:57 -05:00
..
test wire: add bigsize parsing tests. 2019-07-18 06:51:35 +00:00
Makefile tools: fix tlv generation 2019-07-27 21:19:57 -05:00
extracted_onion_experimental_csv wire-gen: patch in the `wire/gen_*_experimental_wire` files 2019-05-02 01:20:41 +00:00
extracted_onion_wire_csv bolt: update to BOLT spec changes (extract format + type specifications) 2019-07-16 06:10:58 +00:00
extracted_peer_experimental_csv wire-gen: patch in the `wire/gen_*_experimental_wire` files 2019-05-02 01:20:41 +00:00
extracted_peer_wire_csv bolt: update to lightning-rfc:6f6ea63233c new fundamental types 2019-07-16 06:10:58 +00:00
fromwire.c tests: add test for tlvstream (from BOLT 1 test vectors). 2019-07-18 06:51:35 +00: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 common/gossip_store: handle timestamp filtering. 2019-06-04 01:29:39 +00:00
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-gen: allow NULL for a tlv record in towire 2019-07-27 05:18:27 +00:00
tlvstream.h bolt-gen: fixup the devtool/decodemsg printing facility 2019-07-24 02:52:53 +00:00
towire.c wire: tlv base type handling. 2019-07-18 06:51:35 +00:00
wire.h wire: handle bigsize/varint fields. 2019-07-27 21:19:57 -05:00
wire_io.c Remove tal_len, use tal_count() or tal_bytelen(). 2018-07-30 11:31:17 +02:00
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