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 committed Feb 13, 2024
1 parent 46f28a8 commit ba9ff58
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 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,6 +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 "rust-teos"]
path = rust-teos
url = https://github.com/talaia-labs/rust-teos.git
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ 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 |
| [rust-teos][rust-teos] | The Eye of Satoshi - Lightning Watchtower (the [watchtower-plugin](https://github.com/talaia-labs/rust-teos/tree/master/watchtower-plugin) subdirectory) |
| [reckless][reckless] | An **experimental** plugin manager (search/install plugins) |
| [sauron][sauron] | A Bitcoin backend relying on [Esplora][esplora]'s API |
| [sitzprobe][sitzprobe] | A Lightning Network payment rehearsal utility |
Expand Down Expand Up @@ -61,6 +61,7 @@ If you like a plugin from that list, feel free to update and fix it, so we can u
| [prometheus][prometheus] | Lightning node exporter for the prometheus timeseries server |
| [rebalance][rebalance] | Keeps your channels balanced |
| [summary][summary] | Print a nice summary of the node status |
| [python-teos][python-teos] | Old Python implementation of The Eye of Satoshi - Lightning Watchtower |

## Installation

Expand Down Expand Up @@ -247,7 +248,7 @@ Python plugins developers must ensure their plugin to work with all Python versi
[summary]: https://github.com/lightningd/plugins/tree/master/archived/summary
[trustedcoin]: https://github.com/fiatjaf/trustedcoin
[ts-api]: https://github.com/runcitadel/c-lightning.ts
[watchtower-client]: https://github.com/talaia-labs/rust-teos/tree/master/watchtower-plugin
[rust-teos]: https://github.com/talaia-labs/rust-teos/tree/master/watchtower-plugin
[webhook]: https://github.com/fiatjaf/lightningd-webhook
[zmq]: https://github.com/lightningd/plugins/tree/master/zmq
[zmq-home]: https://zeromq.org/
1 change: 0 additions & 1 deletion python-teos
Submodule python-teos deleted from 10d82c
1 change: 1 addition & 0 deletions rust-teos
Submodule rust-teos added at a4acce

0 comments on commit ba9ff58

Please sign in to comment.