lightning/plugins
nicolas.dorier 4b1f088763
Some checks failed
Continuous Integration / Smoke Test ${{ matrix.cfg }} (32, make-32-bit-nodev-check, 0, make check-source check-units installcheck) (push) Has been cancelled
Continuous Integration / Smoke Test ${{ matrix.cfg }} (make, make) (push) Has been cancelled
Continuous Integration / Smoke Test ${{ matrix.cfg }} (make-EXPERIMENTAL-check, 1, make check-source check-units installcheck check-gen-updated) (push) Has been cancelled
Continuous Integration / Smoke Test ${{ matrix.cfg }} (make-O3-check, -O3, make check-source check-units installcheck check-gen-updated) (push) Has been cancelled
Continuous Integration / Normal Test Config ${{ matrix.cfg }} (arm32v7, cross-arm32, arm-linux-gnueabihf) (push) Has been cancelled
Continuous Integration / Protocol Test Config (clang, sqlite3) (push) Has been cancelled
Continuous Integration / Protocol Test Config (gcc, postgres) (push) Has been cancelled
Continuous Integration / Normal Test Config ${{ matrix.cfg }} (DUAL_FUND, 0, 1, 1) (push) Has been cancelled
Continuous Integration / Normal Test Config ${{ matrix.cfg }} (EXPERIMENTAL, 1) (push) Has been cancelled
Continuous Integration / Normal Test Config ${{ matrix.cfg }} (Elements, liquid-regtest) (push) Has been cancelled
Continuous Integration / Normal Test Config ${{ matrix.cfg }} (PostgreSQL, postgres, 2) (push) Has been cancelled
Continuous Integration / Normal Test Config ${{ matrix.cfg }} (arm64v8, cross-arm64, aarch64-linux-gnu) (push) Has been cancelled
Continuous Integration / Normal Test Config ${{ matrix.cfg }} (check-dbstmts, gcc, 1) (push) Has been cancelled
Continuous Integration / Normal Test Config ${{ matrix.cfg }} (clang-fuzzing, clang, 1) (push) Has been cancelled
Continuous Integration / Normal Test Config ${{ matrix.cfg }} (non-DEVELOPER-non-COMPAT-1, 0, 0, 1, 2) (push) Has been cancelled
Continuous Integration / Normal Test Config ${{ matrix.cfg }} (non-DEVELOPER-non-COMPAT-2, 0, 0, 2, 2) (push) Has been cancelled
Continuous Integration / Valgrind Test Config ${{ matrix.cfg }} (valgrind-1, 3, 1, 10, 1) (push) Has been cancelled
Continuous Integration / Valgrind Test Config ${{ matrix.cfg }} (valgrind-10, 3, 10, 10, 1) (push) Has been cancelled
Continuous Integration / Valgrind Test Config ${{ matrix.cfg }} (valgrind-2, 3, 2, 10, 1) (push) Has been cancelled
Continuous Integration / Valgrind Test Config ${{ matrix.cfg }} (valgrind-3, 3, 3, 10, 1) (push) Has been cancelled
Continuous Integration / Valgrind Test Config ${{ matrix.cfg }} (valgrind-4, 3, 4, 10, 1) (push) Has been cancelled
Continuous Integration / Valgrind Test Config ${{ matrix.cfg }} (valgrind-5, 3, 5, 10, 1) (push) Has been cancelled
Continuous Integration / Valgrind Test Config ${{ matrix.cfg }} (valgrind-6, 3, 6, 10, 1) (push) Has been cancelled
Continuous Integration / Valgrind Test Config ${{ matrix.cfg }} (valgrind-7, 3, 7, 10, 1) (push) Has been cancelled
Continuous Integration / Valgrind Test Config ${{ matrix.cfg }} (valgrind-8, 3, 8, 10, 1) (push) Has been cancelled
Continuous Integration / Valgrind Test Config ${{ matrix.cfg }} (valgrind-9, 3, 9, 10, 1) (push) Has been cancelled
Workaround for c-lightning to wait bitcoin core to start
2021-08-10 07:29:24 +02:00
..
spender channel leases: add expected lease fee to opening PSBT 2021-07-20 13:28:38 -04:00
test funder: default to only funding leases 2021-08-09 07:11:05 +09:30
.gitignore sort alphabetically 2021-06-28 14:43:47 +09:30
autoclean.c autoclean: don't return a raw string as result. 2021-05-27 20:28:49 +09:30
bcli.c Workaround for c-lightning to wait bitcoin core to start 2021-08-10 07:29:24 +02:00
fetchinvoice.c fetchinvoice: don't consider "msat" a change if fetchinvoice specified it. 2021-07-21 13:27:27 -04:00
funder_policy.c funder: default to only funding leases 2021-08-09 07:11:05 +09:30
funder_policy.h liquidity-ads: pipe through request to funder, update policy 2021-07-20 13:28:38 -04:00
funder.c funder-rbf: correctly iniitalize lease params 2021-08-09 07:11:05 +09:30
keysend.c keysend: Add routehints argument to the keysend command 2021-07-15 12:13:06 -04:00
libplugin-pay.c pay: Fix another instance of a crash when we can't find ourselves 2021-06-20 14:26:00 +09:30
libplugin-pay.h common/route: route_from_dijkstra returns route_hop array. 2021-05-22 17:53:04 +09:30
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_inv_hook.c offerout: don't insist that invoice vendor match our vendor. 2021-07-21 13:27:27 -04:00
offers_inv_hook.h plugins/offer: handle receiving an invoice in an onion_message. 2021-01-09 14:34:35 +10:30
offers_invreq_hook.c bolt12: import latest spec (timestamp -> created_at). 2021-07-21 13:27:27 -04:00
offers_invreq_hook.h plugins/offers: add code to catch invoice_request onion messages. 2020-12-23 14:24:39 +01:00
offers_offer.c offers: make decode command available even without experimental-offers. 2021-08-02 13:23:31 -04:00
offers_offer.h offers: make decode command available even without experimental-offers. 2021-08-02 13:23:31 -04:00
offers.c offers: make decode command available even without experimental-offers. 2021-08-02 13:23:31 -04:00
offers.h plugin/offers: hoist send_onion_reply into core. 2021-01-09 14:34:35 +10:30
pay.c bolt12: import latest spec (timestamp -> created_at). 2021-07-21 13:27:27 -04:00
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01:00
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).