Skip to content

Commit

Permalink
rust-teos: remove deprecated python-teos submodule, use rust-teos ins…
Browse files Browse the repository at this point in the history
…tead
  • Loading branch information
seberm authored and mergify[bot] committed Apr 12, 2024
1 parent 83a80d1 commit fef7ded
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
9 changes: 3 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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 |

Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion python-teos
Submodule python-teos deleted from 10d82c
1 change: 1 addition & 0 deletions watchtower-client
Submodule watchtower-client added at c9f82b

0 comments on commit fef7ded

Please sign in to comment.