mirror of
https://github.com/lightningd/plugins.git
synced 2026-08-13 12:33:19 +02:00
rust-teos: remove deprecated python-teos submodule, use rust-teos instead
This commit is contained in:
parent
83a80d134e
commit
fef7ded72e
4 changed files with 5 additions and 10 deletions
9
.gitmodules
vendored
9
.gitmodules
vendored
|
|
@ -22,9 +22,6 @@
|
|||
[submodule "webhook"]
|
||||
path = webhook
|
||||
url = https://github.com/fiatjaf/lightningd-webhook.git
|
||||
[submodule "rust-teos"]
|
||||
path = rust-teos
|
||||
url = https://github.com/talaia-labs/rust-teos.git
|
||||
[submodule "btcli4j"]
|
||||
path = btcli4j
|
||||
url = https://github.com/clightning4j/btcli4j.git
|
||||
|
|
@ -37,9 +34,6 @@
|
|||
[submodule "circular"]
|
||||
path = circular
|
||||
url = https://github.com/giovannizotta/circular.git
|
||||
[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
|
||||
|
|
@ -49,3 +43,6 @@
|
|||
[submodule "summars"]
|
||||
path = summars
|
||||
url = https://github.com/daywalker90/summars.git
|
||||
[submodule "watchtower-client"]
|
||||
path = watchtower-client
|
||||
url = https://github.com/talaia-labs/rust-teos
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ Community curated plugins for Core-Lightning.
|
|||
| [persistent-channels][pers-chans] | Maintains a number of channels to peers |
|
||||
| [poncho][poncho] | Turns CLN into a [hosted channels][blip12] provider |
|
||||
| [pruning][pruning] | This plugin manages pruning of bitcoind such that it can always sync |
|
||||
| [python-teos][python-teos] | The Eye of Satoshi - Lightning Watchtower |
|
||||
| [rebalance][rebalance] | Keeps your channels balanced |
|
||||
| [reckless][reckless] | An **experimental** plugin manager (search/install plugins) |
|
||||
| [sauron][sauron] | A Bitcoin backend relying on [Esplora][esplora]'s API |
|
||||
|
|
@ -41,7 +40,7 @@ Community curated plugins for Core-Lightning.
|
|||
| [sparko][sparko] | RPC over HTTP with fine-grained permissions, SSE and spark-wallet support |
|
||||
| [summars][summars] | Print configurable summary of node, channels and optionally forwards, invoices, payments |
|
||||
| [trustedcoin][trustedcoin] | Replace your Bitcoin Core with data from public block explorers |
|
||||
| [watchtower][watchtower-client] | Watchtower client for The Eye of Satoshi |
|
||||
| [watchtower-client][watchtower-client] | Watchtower client for The Eye of Satoshi |
|
||||
| [webhook][webhook] | Dispatches webhooks based from [event notifications][event-notifications] |
|
||||
| [zmq][zmq] | Publishes notifications via [ZeroMQ][zmq-home] to configured endpoints |
|
||||
|
||||
|
|
@ -242,7 +241,6 @@ Python plugins developers must ensure their plugin to work with all Python versi
|
|||
[pruning]: https://github.com/Start9Labs/c-lightning-pruning-plugin
|
||||
[python-api]: https://github.com/ElementsProject/lightning/tree/master/contrib/pylightning
|
||||
[python-api-pypi]: https://pypi.org/project/pylightning/
|
||||
[python-teos]: https://github.com/talaia-labs/python-teos
|
||||
[rebalance]: https://github.com/lightningd/plugins/tree/master/rebalance
|
||||
[reckless]: https://github.com/darosior/reckless
|
||||
[reporter]: https://github.com/LNOpenMetrics/go-lnmetrics.reporter
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 10d82c8588e4461a6db19bd27920914fc144fdd7
|
||||
1
watchtower-client
Submodule
1
watchtower-client
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit c9f82bce9f5f74b7a5dc707a90270cf0c24d394a
|
||||
Loading…
Add table
Add a link
Reference in a new issue