mirror of
https://github.com/lightningd/plugins.git
synced 2026-08-13 12:33:19 +02:00
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:
parent
e6b523570c
commit
8ac602aed4
17 changed files with 3 additions and 50 deletions
46
.github/dependabot.yml
vendored
46
.github/dependabot.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ Community curated plugins for Core-Lightning.
|
|||
| [persistent-channels][pers-chans] | Maintains a number of channels to peers |     |
|
||||
| [prometheus][prometheus] | Exposes some key metrics from c-lightning in the prometheus format |     |
|
||||
| [rebalance][rebalance] | Keeps your channels balanced |     |
|
||||
| [sauron][sauron] | A Bitcoin backend relying on [Esplora][esplora]'s API |     |
|
||||
| [sling][sling] | Rebalance your channels with smart rules and built-in background tasks |     |
|
||||
| [smaug][smaug] | Send bkpr-compatible events to bkpr for external on-chain wallet movements |     |
|
||||
| [summars][summars] | Print configurable summary of node, channels and optionally forwards, invoices, payments |     |
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
| [persistent-channels][pers-chans] | Maintains a number of channels to peers |     |
|
||||
| [prometheus][prometheus] | Exposes some key metrics from c-lightning in the prometheus format |     |
|
||||
| [rebalance][rebalance] | Keeps your channels balanced |     |
|
||||
| [sauron][sauron] | A Bitcoin backend relying on [Esplora][esplora]'s API |     |
|
||||
| [sling][sling] | Rebalance your channels with smart rules and built-in background tasks |     |
|
||||
| [smaug][smaug] | Send bkpr-compatible events to bkpr for external on-chain wallet movements |     |
|
||||
| [summars][summars] | Print configurable summary of node, channels and optionally forwards, invoices, payments |     |
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
0
sauron/uv.lock → archived/sauron/uv.lock
generated
0
sauron/uv.lock → archived/sauron/uv.lock
generated
|
|
@ -27,7 +27,6 @@ include = [
|
|||
"persistent-channels/**/*.py",
|
||||
"prometheus/**/*.py",
|
||||
"rebalance/**/*.py",
|
||||
"sauron/**/*.py",
|
||||
"summary/**/*.py",
|
||||
"sitecustomize.py",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue