From 988060868a99158ab76224d6e69f974c60555354 Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Wed, 6 Jan 2021 10:02:25 +0100 Subject: [PATCH] Adds watchtower client to plugins --- .gitmodules | 3 +++ README.md | 2 ++ python-teos | 1 + 3 files changed, 6 insertions(+) create mode 160000 python-teos diff --git a/.gitmodules b/.gitmodules index 86e2bb0..70a6396 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "webhook"] path = webhook url = https://github.com/fiatjaf/lightningd-webhook.git +[submodule "python-teos"] + path = python-teos + url = https://github.com/talaia-labs/python-teos/ diff --git a/README.md b/README.md index 01d42af..51b2ff1 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Community curated plugins for c-lightning. | [summary][summary] | Print a nice summary of the node status | | [trustedcoin][trustedcoin] | Replace your Bitcoin Core with data from public block explorers | | [webhook][webhook] | Dispatches webhooks based from [event notifications][event-notifications] | +| [watchtower][teos-client] | Watchtower client for The Eye of Satoshi | | [zmq][zmq] | Publishes notifications via [ZeroMQ][zmq-home] to configured endpoints | ## Installation @@ -172,3 +173,4 @@ your environment. [invoice-queue]: https://github.com/rbndg/Lightning-Invoice-Queue [boltz]: https://github.com/BoltzExchange/channel-creation-plugin [feeadjuster]: https://github.com/lightningd/plugins/tree/master/feeadjuster +[teos-client]: https://github.com/talaia-labs/python-teos/tree/master/watchtower-plugin diff --git a/python-teos b/python-teos new file mode 160000 index 0000000..5c71629 --- /dev/null +++ b/python-teos @@ -0,0 +1 @@ +Subproject commit 5c71629424a4949b04124622488c23bdf418c94f