rgb-cln/lightningd
Michael Schmoock 21fd3b22d4 config: adds htlc_minimum_msat htlc_maximum_msat announce_discovered_ip
This adds config and commandline options for htlc_min_msat, htlc_max_msat and
announce_discovered_ip. The default is 0msat for htlc_min_msat, unlimited for
htlc_max_msat and enabled for announce_discovered_ip.

The announce_discovered_ip gets the disable commandline switch --disable-ip-discovery

Changelog-added: Config options for htlc_min_msat, htlc_max_msat and announce_discovered_ip.
2022-04-05 05:45:04 +09:30
..
test delinvoice: allow desconly arg to only remove the description. 2022-03-29 10:04:16 +10:30
.gitignore
Makefile
bitcoind.c
bitcoind.h
chaintopology.c
chaintopology.h
channel.c
channel.h
channel_control.c doc: big BOLT update to incorporate warnings language. 2022-04-02 09:40:18 +10:30
channel_control.h
channel_state.h
closing_control.c shutdown: don't allow shutdown to p2pkh or p2sh addresses for anchor outputs. 2022-04-02 09:40:18 +10:30
closing_control.h
coin_mvts.c
coin_mvts.h
connect_control.c connectd: take dev-suppress-gossip from gossipd. 2022-03-31 19:38:05 +10:30
connect_control.h
datastore.c
dual_open_control.c doc: big BOLT update to incorporate warnings language. 2022-04-02 09:40:18 +10:30
dual_open_control.h
gossip_control.c connectd: take dev-suppress-gossip from gossipd. 2022-03-31 19:38:05 +10:30
gossip_control.h
hsm_control.c
hsm_control.h
htlc_end.c lightningd: add "style" to listforwards. 2022-03-31 19:38:05 +10:30
htlc_end.h
htlc_set.c
htlc_set.h
invoice.c lightningd: deprecate invoice expiry suffixes. 2022-04-02 09:46:01 +10:30
invoice.h
io_loop_with_timers.c
io_loop_with_timers.h
json.c
json.h
jsonrpc.c
jsonrpc.h
lightningd.c bolt11: support payment_metadata. 2022-04-02 09:40:18 +10:30
lightningd.h config: adds htlc_minimum_msat htlc_maximum_msat announce_discovered_ip 2022-04-05 05:45:04 +09:30
log.c
log.h
log_status.c
log_status.h
memdump.c
memdump.h
notification.c lightningd: add "style" to listforwards. 2022-03-31 19:38:05 +10:30
notification.h lightningd: add "style" to listforwards. 2022-03-31 19:38:05 +10:30
offer.c
onchain_control.c lightningd: extra sanity checks and rescue attempts for missing HTLCs. 2022-03-31 13:40:27 +10:30
onchain_control.h
onion_message.c connectd: restore obs2 onion support. 2022-03-29 10:55:12 +10:30
onion_message.h
opening_common.c config: adds htlc_minimum_msat htlc_maximum_msat announce_discovered_ip 2022-04-05 05:45:04 +09:30
opening_common.h
opening_control.c config: adds htlc_minimum_msat htlc_maximum_msat announce_discovered_ip 2022-04-05 05:45:04 +09:30
opening_control.h
options.c config: adds htlc_minimum_msat htlc_maximum_msat announce_discovered_ip 2022-04-05 05:45:04 +09:30
options.h
pay.c pay/sendpay: also store description in case bolt11 uses description_hash. 2022-04-04 20:26:04 +09:30
pay.h
peer_control.c config: adds htlc_minimum_msat htlc_maximum_msat announce_discovered_ip 2022-04-05 05:45:04 +09:30
peer_control.h
peer_fd.c
peer_fd.h
peer_htlcs.c lightningd: metadata received support (log and decline). 2022-04-02 09:40:18 +10:30
peer_htlcs.h lightningd: extra sanity checks and rescue attempts for missing HTLCs. 2022-03-31 13:40:27 +10:30
ping.c
plugin.c
plugin.h
plugin_control.c
plugin_control.h
plugin_hook.c
plugin_hook.h
routehint.c
routehint.h
signmessage.c
subd.c subd: make channel/peer own the subd. 2022-03-30 06:27:52 +10:30
subd.h subd: make channel/peer own the subd. 2022-03-30 06:27:52 +10:30
watch.c
watch.h