sauron: archive plugin

I want to archive the plugin for several reasons, in no particular order:

- tests are failing for all current CLN versions right now
- there is an alternative with passing tests in here called `trustedcoin` that does something similar
- it was a WIP according to the README but there is no progress but my own PR [#775](https://github.com/lightningd/plugins/pull/775) trying to fix things
- i don't feel comfortable merging this without review and there hasn't been any review in 4 months
This commit is contained in:
daywalker90 2026-05-13 12:57:56 +02:00
parent e6b523570c
commit 8ac602aed4
17 changed files with 3 additions and 50 deletions

View file

@ -97,6 +97,7 @@ updates:
- "/feeadjuster"
- "/historian"
- "/monitor"
- "/summary"
schedule:
interval: "weekly"
day: "monday"
@ -183,48 +184,3 @@ updates:
update-types:
- "version-update:semver-minor"
- "version-update:semver-major"
- package-ecosystem: "uv"
directories:
- "/sauron"
- "/summary"
schedule:
interval: "weekly"
day: "monday"
time: "06:00"
timezone: "UTC"
groups:
all-dependencies:
patterns:
- "*"
cooldown:
default-days: 7
open-pull-requests-limit: 1
versioning-strategy: "auto"
labels:
- "dependencies"
- "python"
allow:
- dependency-type: "all"
ignore:
- dependency-name: "pyln-client"
update-types:
- "version-update:semver-minor"
- "version-update:semver-major"
- dependency-name: "pyln-testing"
update-types:
- "version-update:semver-minor"
- "version-update:semver-major"
- dependency-name: "pyln-proto"
update-types:
- "version-update:semver-minor"
- "version-update:semver-major"

View file

@ -31,7 +31,6 @@ Community curated plugins for Core-Lightning.
| [persistent-channels][pers-chans] | Maintains a number of channels to peers | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fpersistent-channels_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fpersistent-channels_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fpersistent-channels_26.04.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fpersistent-channels_nightly.json) |
| [prometheus][prometheus] | Exposes some key metrics from c-lightning in the prometheus format | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fprometheus_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fprometheus_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fprometheus_26.04.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fprometheus_nightly.json) |
| [rebalance][rebalance] | Keeps your channels balanced | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Frebalance_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Frebalance_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Frebalance_26.04.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Frebalance_nightly.json) |
| [sauron][sauron] | A Bitcoin backend relying on [Esplora][esplora]'s API | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fsauron_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fsauron_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fsauron_26.04.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fsauron_nightly.json) |
| [sling][sling] | Rebalance your channels with smart rules and built-in background tasks | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fsling_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fsling_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fsling_26.04.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fsling_nightly.json) |
| [smaug][smaug] | Send bkpr-compatible events to bkpr for external on-chain wallet movements | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fsmaug_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fsmaug_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fsmaug_26.04.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fsmaug_nightly.json) |
| [summars][summars] | Print configurable summary of node, channels and optionally forwards, invoices, payments | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fsummars_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fsummars_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fsummars_26.04.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fsummars_nightly.json) |
@ -230,7 +229,6 @@ more detailed description (if any)
[python-api-pypi]: https://pypi.org/project/pylightning/
[rebalance]: https://github.com/lightningd/plugins/tree/master/rebalance
[reckless]: https://docs.corelightning.org/reference/reckless
[sauron]: https://github.com/lightningd/plugins/tree/master/sauron
[sling]: https://github.com/daywalker90/sling
[smaug]: https://github.com/chrisguida/smaug
[summars]: https://github.com/daywalker90/summars

View file

@ -24,7 +24,6 @@
| [persistent-channels][pers-chans] | Maintains a number of channels to peers | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fpersistent-channels_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fpersistent-channels_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fpersistent-channels_26.04.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fpersistent-channels_nightly.json) |
| [prometheus][prometheus] | Exposes some key metrics from c-lightning in the prometheus format | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fprometheus_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fprometheus_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fprometheus_26.04.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fprometheus_nightly.json) |
| [rebalance][rebalance] | Keeps your channels balanced | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Frebalance_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Frebalance_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Frebalance_26.04.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Frebalance_nightly.json) |
| [sauron][sauron] | A Bitcoin backend relying on [Esplora][esplora]'s API | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fsauron_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fsauron_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fsauron_26.04.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fsauron_nightly.json) |
| [sling][sling] | Rebalance your channels with smart rules and built-in background tasks | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fsling_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fsling_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fsling_26.04.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fsling_nightly.json) |
| [smaug][smaug] | Send bkpr-compatible events to bkpr for external on-chain wallet movements | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fsmaug_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fsmaug_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fsmaug_26.04.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fsmaug_nightly.json) |
| [summars][summars] | Print configurable summary of node, channels and optionally forwards, invoices, payments | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fsummars_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fsummars_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fsummars_26.04.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fsummars_nightly.json) |
@ -73,7 +72,6 @@
[python-api-pypi]: https://pypi.org/project/pylightning/
[rebalance]: https://github.com/lightningd/plugins/tree/master/rebalance
[reckless]: https://docs.corelightning.org/reference/reckless
[sauron]: https://github.com/lightningd/plugins/tree/master/sauron
[sling]: https://github.com/daywalker90/sling
[smaug]: https://github.com/chrisguida/smaug
[summars]: https://github.com/daywalker90/summars

View file

@ -34,6 +34,7 @@ If you like a plugin from that list, feel free to update and fix it, so we can u
| [poncho][poncho] | Turns CLN into a [hosted channels][blip12] provider |
| [probe][probe] | Regularly probes the network for stability |
| [pruning][c-lightning-pruning-plugin]| This plugin manages pruning of bitcoind such that it can always sync |
| [sauron][sauron] | A Bitcoin backend relying on [Esplora][esplora]'s API |
| [sitzprobe][sitzprobe] | A Lightning Network payment rehearsal utility |
| [spark-commando][spark-commando] | Heavily inspired by Rusty's commando plugin |
| [sparko][sparko] | RPC over HTTP with fine-grained permissions, SSE and spark-wallet support |
@ -70,6 +71,7 @@ If you like a plugin from that list, feel free to update and fix it, so we can u
[poncho]: https://github.com/fiatjaf/poncho
[probe]: https://github.com/lightningd/plugins/tree/master/archived/probe
[reporter]: https://github.com/LNOpenMetrics/go-lnmetrics.reporter
[sauron]: https://github.com/lightningd/plugins/tree/master/archived/sauron
[sitzprobe]: https://github.com/niftynei/sitzprobe
[spark-commando]: https://github.com/adi2011/plugins/tree/master/spark-commando
[sparko]: https://github.com/fiatjaf/sparko

View file

@ -27,7 +27,6 @@ include = [
"persistent-channels/**/*.py",
"prometheus/**/*.py",
"rebalance/**/*.py",
"sauron/**/*.py",
"summary/**/*.py",
"sitecustomize.py",
]