Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated python-teos submodule, use rust-teos instead #478

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
seberm marked this conversation as resolved.
Show resolved Hide resolved
| [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