core-lightning/wallet
niftynei 1fe829c546 lightningd: new option for htlc dust limit
To reduce the surface area of amount of a channel balance that can be
eaten up as htlc dust, we introduce a new config
'--max-dust-htlc-exposure-msat', which sets the max amount that any
channel's balance can be added as dust

Changelog-Added: config: new option --max-dust-htlc-exposure-msat, which limits the total amount of sats to be allowed as dust on a channel
2021-10-23 12:59:13 +02:00
..
test common: use bitcoin_outpoint. 2021-10-15 12:09:36 +02:00
.gitignore reorganize .gitignore entries across subdirs. 2021-05-18 09:43:50 +09:30
db_common.h db: vacuum after a db upgrade. 2021-10-15 12:09:36 +02:00
db_postgres.c CI: suppress postgres vaccuuming. 2021-10-15 12:09:36 +02:00
db_sqlite3.c wallet/db_sqlite3.c: Increase busy timeout to 60 seconds. 2021-10-17 23:58:39 +00:00
db.c lightningd: new option for htlc dust limit 2021-10-23 12:59:13 +02:00
db.h cleanup: remove unneeded includes in header files. 2021-09-17 09:43:22 +09:30
invoices.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
invoices.h cleanup: remove unneeded includes in header files. 2021-09-17 09:43:22 +09:30
Makefile Makefile: remove NO_PYTHON flag in anticipation of making it compulsory. 2021-09-22 15:25:14 +02:00
reservation.c common: use bitcoin_outpoint. 2021-10-15 12:09:36 +02:00
txfilter.c common: use bitcoin_outpoint. 2021-10-15 12:09:36 +02:00
txfilter.h common: use bitcoin_outpoint. 2021-10-15 12:09:36 +02:00
wallet.c lightningd: new option for htlc dust limit 2021-10-23 12:59:13 +02:00
wallet.h wallet: only hand onchaind the HTLCs it needs to know. 2021-10-15 12:09:36 +02:00
walletrpc.c common: use bitcoin_outpoint. 2021-10-15 12:09:36 +02:00
walletrpc.h common: pull up param_psbt 2020-10-20 12:50:31 +10:30