renepay: an experimental payment plugin

Signed-off-by: Lagrang3 <eduardo.quintana@pm.me>
Changelog-Added: Plugins: `renepay`: an experimental pay plugin implementing Pickhardt payments (`renepay` and `renepaystatus`).
This commit is contained in:
Rusty Russell
2023-07-31 11:21:22 +09:30
parent c02f175a75
commit b8ca193606
26 changed files with 8483 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ C_PLUGINS := \
plugins/offers \
plugins/pay \
plugins/txprepare \
plugins/cln-renepay \
plugins/spenderp
PY_PLUGINS := \
@@ -177,6 +178,7 @@ PLUGIN_COMMON_OBJS := \
wire/towire.o
include plugins/bkpr/Makefile
include plugins/renepay/Makefile
# Make sure these depend on everything.
ALL_C_SOURCES += $(PLUGIN_ALL_SRC)