rgb-cln/wire
Rusty Russell 93d04d08d0 wire: update to latest version of the spec.
The main change here is that the previously-optional open/accept
fields and reestablish fields are now compulsory (everyone was
including them anyway).  In fact, the open/accept is a TLV
because it was actually the same format.

For more details, see lightning-rfc/f068dd0d8dfa5ae75feedd99f269e23be4777381

Changelog-Removed: protocol: support for optioned form of reestablish messages now compulsory.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-06-23 18:49:15 +02:00
..
test wire: update to latest version of the spec. 2020-06-23 18:49:15 +02:00
Makefile wire: move remaining bitcoin functions out to bitcoin/ files. 2020-05-18 14:51:12 +02:00
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 wire: update to latest version of the spec. 2020-06-23 18:49:15 +02: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 wire: update to latest version of the spec. 2020-06-23 18:49:15 +02:00
fromwire.c Remove trailing line in fromwire.c 2020-05-21 18:45:07 +09:30
onion_defs.h wire: add onion_defs.h to bolt-check, update quote. 2018-09-13 17:38:13 -07:00
peer_wire.c wire: update to latest version of the spec. 2020-06-23 18:49:15 +02:00
peer_wire.h wire: update to latest version of the spec. 2020-06-23 18:49:15 +02:00
tlvstream.c wire: move remaining bitcoin functions out to bitcoin/ files. 2020-05-18 14:51:12 +02:00
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: move remaining bitcoin functions out to bitcoin/ files. 2020-05-18 14:51:12 +02:00
wire.h wire: make fromwire_fail return non-const, use it more 2020-05-20 11:36:13 +02:00
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