core-lightning/plugins
Rusty Russell 723c16072a cleanups: feedback from Christian Decker review.
1. Hoist 7200 constant into the bolt12 heade2.
2. Make preimage the last createinvoice arg, so we could make it optional.
3. Check the validity of the preimage in createinvoice.
4. Always output used flag in listoffers.
5. Rename wallet offer iterators to offer_id iterators.
6. Fix paramter typos.
7. Rename `local_offer_id` parameter to `localofferid`.
8. Add reference constraints on local_offer_id db fields.
9. Remove cut/paste comment.
10. Clarify source of fatal() messages in wallet.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-12-15 12:05:02 +01:00
..
spender df-mfc: set the minimum input weight to 110 iif v2 2020-12-02 14:19:08 +10:30
.gitignore plugins: add txprepare to .gitignore 2020-12-04 11:30:58 +10: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 pay, wallet: rename internal bolt11 vars to invstring. 2020-12-15 12:05:02 +01:00
libplugin-pay.c cleanups: feedback from Christian Decker review. 2020-12-15 12:05:02 +01:00
libplugin-pay.h pay, wallet: rename internal bolt11 vars to invstring. 2020-12-15 12:05:02 +01:00
libplugin.c libplugin: add command_hook_success helper. 2020-12-02 10:38:04 +10:30
libplugin.h libplugin: add command_hook_success helper. 2020-12-02 10:38:04 +10:30
Makefile plugins/pay: allow bolt12 invoices (EXPERIMENTAL_FEATURES). 2020-12-15 12:05:02 +01:00
pay.c cleanups: feedback from Christian Decker review. 2020-12-15 12:05:02 +01:00
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01:00
txprepare.c txprepare: Verify that outputs arg is an array 2020-12-09 06:56:21 +10: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).