From 5eea140cf8e7a3a6e36e0dd3fe1c446e0b586039 Mon Sep 17 00:00:00 2001 From: Otto Sabart Date: Sun, 15 Oct 2023 09:00:00 +0200 Subject: [PATCH] rust-teos: remove deprecated python-teos submodule, use rust-teos instead --- .gitmodules | 9 +++------ README.md | 4 +--- python-teos | 1 - watchtower-client | 1 + 4 files changed, 5 insertions(+), 10 deletions(-) delete mode 160000 python-teos create mode 160000 watchtower-client diff --git a/.gitmodules b/.gitmodules index e1153c313..3c5cbd76a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index a0ef9d566..a0957a314 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/python-teos b/python-teos deleted file mode 160000 index 10d82c858..000000000 --- a/python-teos +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 10d82c8588e4461a6db19bd27920914fc144fdd7 diff --git a/watchtower-client b/watchtower-client new file mode 160000 index 000000000..c9f82bce9 --- /dev/null +++ b/watchtower-client @@ -0,0 +1 @@ +Subproject commit c9f82bce9f5f74b7a5dc707a90270cf0c24d394a