cln/plugins
niftynei 90c5f9a051 funderupdate: add documentation, update some params
Documentation for the funderupdate command on the funder plugin.
Realized we were missing the "leases_only" in the output; also adds
'_msat' to msat denominated outputs so they're parsed correctly by our
python bindings (also matches our naming conventions)

Changelog-EXPERIMENTAL: funder: `funderupdate` command to view and update params for contributing our wallet funds to v2 channel openings. Provides params for enabling `option_will_fund`.
2021-07-21 11:38:30 -04:00
..
spender channel leases: add expected lease fee to opening PSBT 2021-07-20 13:28:38 -04:00
test liquidity-ads: pipe through request to funder, update policy 2021-07-20 13:28:38 -04:00
.gitignore
autoclean.c
bcli.c
fetchinvoice.c doc: fix up bolt12 quotes. 2021-07-14 14:33:18 -05:00
funder.c funderupdate: add documentation, update some params 2021-07-21 11:38:30 -04:00
funder_policy.c liquidity-ads: pipe through request to funder, update policy 2021-07-20 13:28:38 -04:00
funder_policy.h liquidity-ads: pipe through request to funder, update policy 2021-07-20 13:28:38 -04:00
keysend.c keysend: Add routehints argument to the keysend command 2021-07-15 12:13:06 -04:00
libplugin-pay.c
libplugin-pay.h
libplugin.c libplugin: add u16_option parsing 2021-07-20 13:28:38 -04:00
libplugin.h libplugin: add u16_option parsing 2021-07-20 13:28:38 -04:00
Makefile lease rates: helpers for parsing, serializing + equating lease_rates 2021-07-20 13:28:38 -04:00
offers.c doc: fix up bolt12 quotes. 2021-07-14 14:33:18 -05:00
offers.h
offers_inv_hook.c
offers_inv_hook.h
offers_invreq_hook.c plugins/offers: fix crash when we report unpaid prev invoice. 2021-07-14 14:33:18 -05:00
offers_invreq_hook.h
offers_offer.c
offers_offer.h
pay.c
README.md
topology.c channel leases: pass expected lease rates around in compat form 2021-07-20 13:28:38 -04:00
txprepare.c change fees: more accurate rounding for change amount 2021-07-19 16:13:24 -04:00

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).