rgb-cln/wire
Rusty Russell 179f573e45 lightningd/invoice.c, plugins/fetchinvoice.c: use tlv_make_fields() instead of towire/fromwire hack.
I forgot this existed!

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2022-11-09 15:08:03 +01:00
..
test channeld, lightningd: allow blinded payments with !EXPERIMENTAL_FEATURES. 2022-10-26 11:29:06 +10:30
.gitignore
Makefile lightningd/invoice.c, plugins/fetchinvoice.c: use tlv_make_fields() instead of towire/fromwire hack. 2022-11-09 15:08:03 +01:00
bolt12_exp_wire.csv bolt12: import the latest spec, update to fit. 2022-11-09 15:08:03 +01:00
bolt12_wire.csv bolt12: import the latest spec, update to fit. 2022-11-09 15:08:03 +01:00
channel_type_wire.csv
extracted_bolt12_01_recurrence.patch bolt12: import the latest spec, update to fit. 2022-11-09 15:08:03 +01:00
extracted_onion_02_modernonion.patch common: update to latest onion message spec. 2022-10-26 11:29:06 +10:30
extracted_onion_03_onionmsg-payload-as-bytearr.patch common: update to latest onion message spec. 2022-10-26 11:29:06 +10:30
extracted_onion_04_route-blinding-htlcs.patch common: update to latest onion message spec. 2022-10-26 11:29:06 +10:30
extracted_onion_05_route-blinding_error.patch lightningd: return invalid_onon_blinding for any blinded payment error. 2022-10-26 11:29:06 +10:30
extracted_peer-shutdown-wrong_funding.patch
extracted_peer_03_openchannelv2.patch doc: update BOLTs to bc86304b4b0af5fd5ce9d24f74e2ebbceb7e2730 2022-09-12 09:34:52 +09:30
extracted_peer_04_opt_will_fund.patch
extracted_peer_05_newonion.patch onionmessages: remove obsolete onion message parsing. 2022-09-29 16:10:57 +09:30
extracted_peer_add_htlc-plus-blinding.patch channeld, lightningd: allow blinded payments with !EXPERIMENTAL_FEATURES. 2022-10-26 11:29:06 +10:30
extracted_peer_exp_quiescence-protocol.patch
extracted_peer_exp_upgradable.patch
fromwire.c common/sphinx: don't use fixed lengths anywhere. 2022-11-08 17:40:57 +01:00
onion_defs.h
onion_wire.csv common: update to latest onion message spec. 2022-10-26 11:29:06 +10:30
onion_wire.h
peer_wire.c onionmessages: remove obsolete onion message parsing. 2022-09-29 16:10:57 +09:30
peer_wire.csv channeld, lightningd: allow blinded payments with !EXPERIMENTAL_FEATURES. 2022-10-26 11:29:06 +10:30
peer_wire.h channeld: take over gossip_rcvd_filter.c and is_msg_gossip_broadcast. 2022-06-17 14:14:02 +09:30
tlvstream.c wire/tlvstream: const. 2022-04-02 09:40:18 +10:30
tlvstream.h doc: update c-lightning to Core Lightning almost everywhere. 2022-04-07 06:53:26 +09:30
towire.c jsonrpc: make error codes an enum. 2022-09-19 10:18:55 +09:30
wire.h jsonrpc: make error codes an enum. 2022-09-19 10:18:55 +09:30
wire_io.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
wire_io.h connectd: do decryption for peers. 2022-01-20 15:24:06 +10:30
wire_sync.c
wire_sync.h