core-lightning/plugins
niftynei e66937e012 mfc: Add a commitment_feerate optional parameter to multifundchannel
Technically there *are* two feerates that we need to know:
  - the feerate to use for the funding transaction, and
  - the feerate to tell our peer to use for our commitment txs/htlc txs

As written, `multifundchannel` uses the same feerate for both. This
optional parameter will allow us to differentiate between the two, which
will be exceedingly handy for anchor output worlds. ;)

FIXME: test this

Changelog-Added: JSON API: `multifundchannel` has a new optional argument, 'commitment_feerate', which can be used to differentiate between the funding feerate and the channel's initial commitment feerate
2020-10-21 11:24:16 +10:30
..
spender mfc: Add a commitment_feerate optional parameter to multifundchannel 2020-10-21 11:24:16 +10:30
.gitignore plugins/spender/fundchannel.c: Make fundchannel a thin layer around multifundchannel. 2020-09-10 15:28:50 +09:30
autoclean.c plugin: Do not automatically initialize the RPC connection in bcli 2020-07-23 10:14:21 +09:30
bcli.c plugins: use "slow" feerate for mutual close negotiation. 2020-10-13 20:53:34 +02:00
keysend.c plugins/pay: fix leak on failed new payments. 2020-10-21 08:58:34 +10:30
libplugin-pay.c plugins/libplugin-pay: use gossmap. 2020-10-21 08:58:34 +10:30
libplugin-pay.h plugins/libplugin-pay: use gossmap. 2020-10-21 08:58:34 +10:30
libplugin.c libplugin: do partial parsing instead of memmem hack. 2020-08-21 09:52:33 +09:30
libplugin.h libplugin: allow commands and options to mark themselves deprecated. 2020-08-11 08:43:18 +09:30
Makefile libplugin-pay: incorporate gossip store. 2020-10-21 08:58:34 +10:30
pay.c plugins/pay: fix leak on failed new payments. 2020-10-21 08:58:34 +10:30
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01:00
txprepare.c bitcoin/psbt: wallt_tx_output needs a tal ctx. 2020-09-23 13:52:49 +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).