..
test
wire: remove our own blinded payments patch since it's in spec.
2023-05-23 09:34:08 +09:30
.gitignore
reorganize .gitignore entries across subdirs.
2021-05-18 09:43:50 +09:30
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
common/channel_type: wrapper for generated 'struct channel_type'.
2021-09-13 15:53:23 +02:00
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
Makefile: update bolts to 60cfb5972ad4bec4c49ee0f9e729fb3352fcdc6a.
2023-04-07 21:22:56 +09: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_03_openchannelv2.patch
dual-fund: update to latest, add in updates to rbf amounts
2023-02-04 15:31:16 +10:30
extracted_peer_04_opt_will_fund.patch
dual-fund: update extracted CSVs to latest bolt draft
2023-02-04 15:31:16 +10:30
extracted_peer_05_newonion.patch
onionmessages: remove obsolete onion message parsing.
2022-09-29 16:10:57 +09:30
extracted_peer_06_openchannelv2_updates.patch
v2 open: if flagged, check that all our inputs are confirmed
2023-02-07 21:03:36 -06:00
extracted_peer_07_openchannelv2_updates.patch
wire: fix extracted patch.
2023-04-07 21:22:56 +09:30
extracted_peer_07_peer_storage.patch
wire: Add patch file for peer storage bkp
2023-02-08 08:37:59 -06:00
extracted_peer_09_quiescence-protocol.patch
channeld: allow stfu based on peer features, not EXPERIMENTAL_FEATURES.
2023-05-23 09:34:08 +09:30
extracted_peer_10_upgradable.patch
channeld: use explicit --experimental-upgrade flag, not #ifdef EXPERIMENTAL_FEATURES
2023-05-23 09:34:08 +09:30
extracted_peer-shutdown-wrong_funding.patch
protocol: add TLV for shutdown message, use 100 as "wrong_funding" outpoint.
2021-03-16 13:08:40 +10:30
fromwire.c
common/gossmap: don't memcpy NULL, 0, and don't add 0 to NULL pointer.
2023-04-05 06:12:24 +09:30
Makefile
Makefile: update bolts to 60cfb5972ad4bec4c49ee0f9e729fb3352fcdc6a.
2023-04-07 21:22:56 +09:30
onion_defs.h
wire: add onion_defs.h to bolt-check, update quote.
2018-09-13 17:38:13 -07:00
onion_wire.csv
Makefile: update bolts to 60cfb5972ad4bec4c49ee0f9e729fb3352fcdc6a.
2023-04-07 21:22:56 +09:30
onion_wire.h
Makefile: use completely separate spec-derived files for EXPERIMENTAL_FEATURES
2020-09-08 09:42:00 +09:30
peer_wire.c
channeld: allow stfu based on peer features, not EXPERIMENTAL_FEATURES.
2023-05-23 09:34:08 +09:30
peer_wire.csv
channeld: use explicit --experimental-upgrade flag, not #ifdef EXPERIMENTAL_FEATURES
2023-05-23 09:34:08 +09:30
peer_wire.h
peer_wire_is_internal helper.
2023-02-08 08:37:59 -06:00
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_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
cleanup: remove unneeded includes in C files.
2021-09-17 09:43:22 +09:30
wire_sync.h
wire_sync_write: support take()
2017-06-27 10:25:53 +09:30
wire.h
jsonrpc: make error codes an enum.
2022-09-19 10:18:55 +09:30