rgb-cln/lightningd
Rusty Russell 8a217f13cf bolt12: update comments to match latest spec.
No code changes.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2022-11-09 15:08:03 +01:00
..
test bolt12: import the latest spec, update to fit. 2022-11-09 15:08:03 +01:00
.gitignore
Makefile createinvoice: make a minimal blinded "path" in bolt12 invoice if none presented. 2022-11-09 15:08:03 +01:00
bitcoind.c lightningd: trace JSON id prefixes through sendrawtx. 2022-09-16 12:31:45 +09:30
bitcoind.h lightningd: trace JSON id prefixes through sendrawtx. 2022-09-16 12:31:45 +09:30
chaintopology.c wallet: Use boolean to determine whether an output is coinbase 2022-11-09 11:55:25 +01:00
chaintopology.h lightningd: trace JSON id prefixes through sendrawtx. 2022-09-16 12:31:45 +09:30
channel.c lightningd: trace JSON id prefixes through sendrawtx. 2022-09-16 12:31:45 +09:30
channel.h lightningd: figure out optimal channel *before* forward_htlc hook. 2022-09-26 13:52:04 +02:00
channel_control.c channeld: remove onion objects. 2022-09-29 16:10:57 +09:30
channel_control.h
channel_state.h
closing_control.c lightningd: trace JSON id prefixes through sendrawtx. 2022-09-16 12:31:45 +09:30
closing_control.h lightningd: trace JSON id prefixes through sendrawtx. 2022-09-16 12:31:45 +09:30
coin_mvts.c common/onion: split into decode and encode routines. 2022-11-09 15:08:03 +01:00
coin_mvts.h
connect_control.c jsonrpc: make error codes an enum. 2022-09-19 10:18:55 +09:30
connect_control.h plugin: wire JSON id for commands which caused hooks to fire. 2022-09-16 12:31:45 +09:30
datastore.c
dual_open_control.c wallet: Use boolean to determine whether an output is coinbase 2022-11-09 11:55:25 +01:00
dual_open_control.h
feerate.c
feerate.h
gossip_control.c gossipd: batch outpoints spent, add block height. 2022-09-24 15:22:27 +09:30
gossip_control.h gossipd: batch outpoints spent, add block height. 2022-09-24 15:22:27 +09:30
hsm_control.c createinvoice: make a minimal blinded "path" in bolt12 invoice if none presented. 2022-11-09 15:08:03 +01:00
hsm_control.h
htlc_end.c channeld: don't calculate blinding shared secret, let lightningd do it. 2022-10-26 11:29:06 +10:30
htlc_end.h channeld: don't calculate blinding shared secret, let lightningd do it. 2022-10-26 11:29:06 +10:30
htlc_set.c common/onion_decode: put the path_id into onion_payload->payment_secret. 2022-11-09 15:08:03 +01:00
htlc_set.h
invoice.c lightningd/invoice.c, plugins/fetchinvoice.c: use tlv_make_fields() instead of towire/fromwire hack. 2022-11-09 15:08:03 +01:00
invoice.h
io_loop_with_timers.c
io_loop_with_timers.h
jsonrpc.c lightningd: set filter when we see 'filter' object. 2022-11-09 20:25:58 +10:30
jsonrpc.h common/json_filter: routine to turn "filter" JSON into a filter. 2022-11-09 20:25:58 +10:30
lightningd.c onionmessages: remove obsolete onion message parsing. 2022-09-29 16:10:57 +09:30
lightningd.h createinvoice: make a minimal blinded "path" in bolt12 invoice if none presented. 2022-11-09 15:08:03 +01:00
log.c
log.h
log_status.c
log_status.h
memdump.c memleak: remove exclusions from memleak_start() 2022-09-19 11:34:42 +09:30
memdump.h
notification.c lightningd: add in_htlc_id / out_htlc_id to listforwards. 2022-09-22 15:19:46 +02:00
notification.h jsonrpc: make error codes an enum. 2022-09-19 10:18:55 +09:30
offer.c bolt12: update comments to match latest spec. 2022-11-09 15:08:03 +01:00
onchain_control.c lightningd: trace JSON id prefixes through sendrawtx. 2022-09-16 12:31:45 +09:30
onchain_control.h
onion_message.c onion_message: don't use general secret, use per-message secret. 2022-11-09 15:08:03 +01:00
onion_message.h
opening_common.c openingd: Add `reserve` to `fundchannel` and `multifundchannel` 2022-09-21 11:25:47 +02:00
opening_common.h openingd: Add `reserve` to `fundchannel` and `multifundchannel` 2022-09-21 11:25:47 +02:00
opening_control.c opening: Add `dev-allowdustreserve` option to opt into dust reserves 2022-09-21 11:25:47 +02:00
opening_control.h
options.c common/features: add explicit bolt12 feature sets. 2022-11-09 15:08:03 +01:00
options.h
pay.c db: add invoicerequests table. 2022-11-09 15:08:03 +01:00
pay.h jsonrpc: make error codes an enum. 2022-09-19 10:18:55 +09:30
peer_control.c plugin: wire JSON id for commands which caused hooks to fire. 2022-09-16 12:31:45 +09:30
peer_control.h
peer_fd.c
peer_fd.h
peer_htlcs.c common/onion: split into decode and encode routines. 2022-11-09 15:08:03 +01:00
peer_htlcs.h lightningd: add in_htlc_id / out_htlc_id to listforwards. 2022-09-22 15:19:46 +02:00
ping.c
plugin.c memleak: simplify API. 2022-09-19 11:34:42 +09:30
plugin.h lightningd: wire plugin command JSON id through to plugin commands. 2022-09-16 12:31:45 +09:30
plugin_control.c lightningd: wire plugin command JSON id through to plugin commands. 2022-09-16 12:31:45 +09:30
plugin_control.h
plugin_hook.c plugin: wire JSON id for commands which caused hooks to fire. 2022-09-16 12:31:45 +09:30
plugin_hook.h plugin: wire JSON id for commands which caused hooks to fire. 2022-09-16 12:31:45 +09:30
routehint.c
routehint.h
signmessage.c lightningd: use jcon logging for commands where possible. 2022-09-16 12:31:45 +09:30
subd.c lightningd: more graceful shutdown. 2022-09-12 14:00:41 +02:00
subd.h lightningd: more graceful shutdown. 2022-09-12 14:00:41 +02:00
watch.c
watch.h