core-lightning/channeld
niftynei b193eb06d3 dusty-htlcs: enforce limit on dusty htlcs
for every new added htlc, check that adding it won't go over our 'dust
budget' (which assumes a slightly higher than current feerate, as this
prevents sudden feerate changes from overshooting our dust budget)

note that if the feerate changes surpass the limits we've set, we
immediately fail the channel.
2021-10-23 12:59:13 +02:00
..
test htlcs: add flag to 'fail immediately' 2021-10-23 12:59:13 +02:00
channeld_htlc.h htlcs: add flag to 'fail immediately' 2021-10-23 12:59:13 +02:00
channeld_wire.csv common: use bitcoin_outpoint. 2021-10-15 12:09:36 +02:00
channeld.c dusty-htlcs: enforce limit on dusty htlcs 2021-10-23 12:59:13 +02:00
commit_tx.c dusty-htlcs: enforce limit on dusty htlcs 2021-10-23 12:59:13 +02:00
commit_tx.h dusty-htlcs: enforce limit on dusty htlcs 2021-10-23 12:59:13 +02:00
full_channel_error.h dusty-htlcs: enforce limit on dusty htlcs 2021-10-23 12:59:13 +02:00
full_channel.c dusty-htlcs: enforce limit on dusty htlcs 2021-10-23 12:59:13 +02:00
full_channel.h dusty-htlcs: enforce limit on dusty htlcs 2021-10-23 12:59:13 +02:00
Makefile common/autodata: use instead of ccan/autodata 2021-09-21 18:04:43 +02:00
watchtower.c common: use bitcoin_outpoint. 2021-10-15 12:09:36 +02:00
watchtower.h cleanup: remove unneeded includes in header files. 2021-09-17 09:43:22 +09:30