rgb-cln/plugins
Christian Decker ce0025c95c paymod: Implement bubbling results up the hierarchy of payments
A payment is considered finished if it is in a final state (success or
failure) or all its sub-payments are finished. If that's the case we notify
`payment_finished` and bubble up through `payment_child_finished`, eventually
bubbling up to the root, which can then report success of failure back to the
RPC command that initiated the whole process.
2020-07-01 12:19:02 +02:00
..
.gitignore gitignore: extend with recently added build products 2020-02-21 09:44:41 +01:00
Makefile plugin: Add a data backend for the new payment state-machine 2020-07-01 12:19:02 +02:00
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01:00
autoclean.c plugins: make the autoclean plugin static 2020-06-24 15:29:39 +02:00
bcli.c bcli cleanups 2020-05-20 06:09:24 +09:30
fundchannel.c libplugin: Add features to plugin_main and getmanifest 2020-04-16 18:03:35 +09:30
keysend.c build: fix compilation on i386 2020-06-28 09:36:30 +00:00
libplugin-pay.c paymod: Implement bubbling results up the hierarchy of payments 2020-07-01 12:19:02 +02:00
libplugin-pay.h paymod: Add a retry modifier that retries payments on failure 2020-07-01 12:19:02 +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
pay.c paymod: Add a retry modifier that retries payments on failure 2020-07-01 12:19:02 +02:00

README.md

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