From b648b40b2e4b1110d331893ee1ca586043dd6123 Mon Sep 17 00:00:00 2001 From: daywalker90 <8257956+daywalker90@users.noreply.github.com> Date: Mon, 8 Dec 2025 14:17:42 +0100 Subject: [PATCH] graphql: archive plugin --- .gitmodules | 3 --- README.md | 3 --- archived.md | 3 +++ graphql | 1 - 4 files changed, 3 insertions(+), 7 deletions(-) delete mode 160000 graphql diff --git a/.gitmodules b/.gitmodules index 196fe1155..4b96d6bdd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "sitzprobe"] path = sitzprobe url = https://github.com/niftynei/sitzprobe.git -[submodule "graphql"] - path = graphql - url = https://github.com/nettijoe96/c-lightning-graphql.git [submodule "jwt-factory"] path = jwt-factory url = https://github.com/nettijoe96/jwt-factory.git diff --git a/README.md b/README.md index b759a2411..9674d4abf 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ Community curated plugins for Core-Lightning. | [event-websocket][c-lightning-events] | Exposes notifications over a Websocket | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fc-lightning-events_25.05.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fc-lightning-events_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fc-lightning-events_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fc-lightning-events_nightly.json) | | [feeadjuster][feeadjuster] | Dynamic fees to keep your channels more balanced | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Ffeeadjuster_25.05.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Ffeeadjuster_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Ffeeadjuster_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Ffeeadjuster_nightly.json) | | [go-lnmetrics.reporter][reporter] | Collect and report of the lightning node metrics | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fgo-lnmetrics.reporter_25.05.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fgo-lnmetrics.reporter_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fgo-lnmetrics.reporter_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fgo-lnmetrics.reporter_nightly.json) | -| [graphql][graphql] | Exposes the Core-Lightning API over [graphql][graphql-spec] | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fgraphql_25.05.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fgraphql_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fgraphql_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fgraphql_nightly.json) | | [historian][historian] | Gossip message archiver | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fhistorian_25.05.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fhistorian_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fhistorian_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fhistorian_nightly.json) | | [hold][hold] | Hold invoices that do not require the preimage to be known when created | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fhold_25.05.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fhold_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fhold_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fhold_nightly.json) | | [holdinvoice][holdinvoice] | Holds htlcs for invoices until settle or cancel is called (aka Hodlinvoices) via RPC/GRPC | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fholdinvoice_25.05.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fholdinvoice_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fholdinvoice_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fholdinvoice_nightly.json) | @@ -231,8 +230,6 @@ more detailed description (if any) [event-notifications]: https://lightning.readthedocs.io/PLUGINS.html#event-notifications [feeadjuster]: https://github.com/lightningd/plugins/tree/master/feeadjuster [go-api]: https://github.com/niftynei/glightning -[graphql]: https://github.com/nettijoe96/c-lightning-graphql -[graphql-spec]: https://graphql.org/ [historian]: https://github.com/lightningd/plugins/tree/master/historian [hold]: https://github.com/BoltzExchange/hold [holdinvoice]: https://github.com/daywalker90/holdinvoice diff --git a/archived.md b/archived.md index 6a9a3a1d4..042bb2400 100644 --- a/archived.md +++ b/archived.md @@ -15,6 +15,7 @@ If you like a plugin from that list, feel free to update and fix it, so we can u | [datastore][datastore] | The Datastore Plugin | | [drain][drain] | Draining, filling and balancing channels with automatic chunks. | | [fixroute][fixroute] | Constructs a route object (using sendpay) which goes over a sequence of node ids | +| [graphql][graphql] | Exposes the Core-Lightning API over [graphql][graphql-spec] | | [helpme][helpme] | This plugin is designed to walk you through setting up a fresh Core-Lightning node | | [historian][historian] | Archiving the Lightning Network | | [jitrebalance][jitrebalance] | The JITrebalance plugin | @@ -35,6 +36,8 @@ If you like a plugin from that list, feel free to update and fix it, so we can u [datastore]: https://github.com/lightningd/plugins/tree/master/archived/datastore [drain]: https://github.com/lightningd/plugins/tree/master/archived/drain [fixroute]: https://github.com/renepickhardt/plugins/tree/fixroute/fixroute +[graphql]: https://github.com/nettijoe96/c-lightning-graphql +[graphql-spec]: https://graphql.org/ [helpme]: https://github.com/lightningd/plugins/tree/master/archived/helpme [historian]: https://github.com/lightningd/plugins/tree/master/archived/historian [jitrebalance]: https://github.com/lightningd/plugins/tree/master/archived/jitrebalance diff --git a/graphql b/graphql deleted file mode 160000 index 12888f124..000000000 --- a/graphql +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 12888f124bbdf9ffe1fbbd3d7cf0286c66184e8e