core-lightning/plugins
Rusty Russell d8e68893f5 bcli: become less aggressive with onchain fee levels.
Users are more upset recently with the cost of unilateral closes
than they are the risk of being cheated.  While we complete our
anchor implementation so we can use low fees there, let's
get less aggressive (we already have 34 or 18 blocks to close
in the worst case).

The changes are:

- Commit transactions were "2 CONSERVATIVE" now "6 ECONOMICAL".
- HTLC resolution txs were "3 CONSERVATIVE" now "6 ECONOMICAL".
- Penalty txs were "3 CONSERVATIVE" now "12 ECONOMICAL".
- Normal txs were "4 ECONOMICAL" now "12 ECONOMICAL".

There can be no perfect levels, but we have had understandable
complaints recently about how high our default fee levels are.

Changelog-Changed: Protocol: channel feerates reduced to bitcoind's "6 block ECONOMICAL" rate.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-05-11 11:25:16 +09:30
..
spender libplugin: Add notification topics to plugin_main 2021-05-03 11:20:15 +09:30
test funder-test: tests for our policy configurations 2021-05-03 11:06:10 +09:30
.gitignore funder: add a plugin, funder. policies for dual-funding 2021-05-03 11:06:10 +09:30
autoclean.c libplugin: Add notification topics to plugin_main 2021-05-03 11:20:15 +09:30
bcli.c bcli: become less aggressive with onchain fee levels. 2021-05-11 11:25:16 +09:30
fetchinvoice.c libplugin: Add notification topics to plugin_main 2021-05-03 11:20:15 +09:30
funder_policy.c funder: sanitize inputs 2021-05-03 11:06:10 +09:30
funder_policy.h funder: sanitize inputs 2021-05-03 11:06:10 +09:30
funder.c plugins/funder: fix up compilation. 2021-05-03 11:42:04 +09:30
keysend.c pay: Add pay_failure notification 2021-05-03 11:20:15 +09:30
libplugin-pay.c pay: Add pay_failure notification 2021-05-03 11:20:15 +09:30
libplugin-pay.h libplugin: Introduce payment_abort to terminate a payment 2021-03-11 14:09:51 +10:30
libplugin.c libplugin: Add functions to start and end notifications 2021-05-03 11:20:15 +09:30
libplugin.h libplugin: Add functions to start and end notifications 2021-05-03 11:20:15 +09:30
Makefile funder-test: tests for our policy configurations 2021-05-03 11:06:10 +09:30
offers_inv_hook.c common/amount: make fmt_amount_sat / fmt_amount_msat etc take copy. 2021-01-09 12:45:31 +01:00
offers_inv_hook.h plugins/offer: handle receiving an invoice in an onion_message. 2021-01-09 14:34:35 +10:30
offers_invreq_hook.c offers: handle re-fetching the same invoice twice. 2021-02-25 14:44:03 +10:30
offers_invreq_hook.h plugins/offers: add code to catch invoice_request onion messages. 2020-12-23 14:24:39 +01:00
offers_offer.c offer: allow offers in other currencies if we can convert. 2021-01-09 12:45:31 +01:00
offers_offer.h offers: split offer send_invoice generation into new JSON command 2021-01-09 14:34:35 +10:30
offers.c libplugin: Add notification topics to plugin_main 2021-05-03 11:20:15 +09:30
offers.h plugin/offers: hoist send_onion_reply into core. 2021-01-09 14:34:35 +10:30
pay.c pay: Add notification for pay_success 2021-05-03 11:20:15 +09:30
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01:00
txprepare.c libplugin: Add notification topics to plugin_main 2021-05-03 11:20:15 +09:30

Plugin Directory

Any file in this directory which is executable and whose name only consists of alphanumeric characters, space, '.', '-' or '_' will be automatically loaded when lightningd starts (unless suppressed with commandline options).