Skip to content

Commit

Permalink
add holdinvoice, updated tests to work with generic CI plugin support
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 authored and chrisguida committed Feb 9, 2024
1 parent cb3145d commit 913f2cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@
[submodule "python-teos"]
path = python-teos
url = https://github.com/talaia-labs/python-teos
[submodule "holdinvoice"]
path = holdinvoice
url = https://github.com/daywalker90/holdinvoice.git
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Community curated plugins for Core-Lightning.
| [feeadjuster][feeadjuster] | Dynamic fees to keep your channels more balanced |
| [go-lnmetrics.reporter][reporter] | Collect and report of the lightning node metrics |
| [graphql][graphql] | Exposes the Core-Lightning API over [graphql][graphql-spec] |
| [holdinvoice][holdinvoice] | Holds htlcs for invoices until settle or cancel is called (aka Hodlinvoices) via RPC/GRPC |
| [invoice-queue][invoice-queue] | Listen to lightning invoices from multiple nodes and send to a redis queue for processing |
| [lightning-qt][lightning-qt] | A bitcoin-qt-like GUI for lightningd |
| [listmempoolfunds][listmempoolfunds] | Track unconfirmed wallet deposits |
Expand Down Expand Up @@ -217,6 +218,7 @@ Python plugins developers must ensure their plugin to work with all Python versi
[graphql-spec]: https://graphql.org/
[helpme]: https://github.com/lightningd/plugins/tree/master/archived/helpme
[historian]: https://github.com/lightningd/plugins/tree/master/archived/historian
[holdinvoice]: https://github.com/daywalker90/holdinvoice
[invoice-queue]: https://github.com/rbndg/Lightning-Invoice-Queue
[java-api]: https://github.com/clightning4j/JRPClightning
[jitrebalance]: https://github.com/lightningd/plugins/tree/master/archived/jitrebalance
Expand Down
1 change: 1 addition & 0 deletions holdinvoice
Submodule holdinvoice added at ee9913

0 comments on commit 913f2cd

Please sign in to comment.