core-lightning/plugins
niftynei fbe50e087a setup: create a common setup which will handle the wally-context
Since we now over-write the wally malloc/free functions, we need to do
so for tests as well. Here we pull up all of the common setup/teardown
logic into a separate place, and update the tests that use libwally to
use the new common_setup core

Changelog-None
2020-05-19 13:35:42 +09:30
..
.gitignore gitignore: extend with recently added build products 2020-02-21 09:44:41 +01:00
autoclean.c libplugin: Add features to plugin_main and getmanifest 2020-04-16 18:03:35 +09:30
bcli.c bcli-bugfix: pass along entire script 2020-05-02 12:39:16 +02:00
fundchannel.c libplugin: Add features to plugin_main and getmanifest 2020-04-16 18:03:35 +09:30
keysend.c wire: move remaining bitcoin functions out to bitcoin/ files. 2020-05-18 14:51:12 +02:00
libplugin.c libplugin: It's featurebits, not features 2020-04-28 10:39:07 -05:00
libplugin.h libplugin: Add features to plugin_main and getmanifest 2020-04-16 18:03:35 +09:30
Makefile setup: create a common setup which will handle the wally-context 2020-05-19 13:35:42 +09:30
pay.c wire: move remaining bitcoin functions out to bitcoin/ files. 2020-05-18 14:51:12 +02:00
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01: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).