diff --git a/.gitmodules b/.gitmodules index 9fa7b2a68..e716f8595 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,9 +7,6 @@ [submodule "trustedcoin"] path = trustedcoin url = https://github.com/fiatjaf/trustedcoin.git -[submodule "btcli4j"] - path = btcli4j - url = https://github.com/clightning4j/btcli4j.git [submodule "go-lnmetrics.reporter"] path = go-lnmetrics.reporter url = https://github.com/LNOpenMetrics/go-lnmetrics.reporter.git diff --git a/README.md b/README.md index 676e1765c..a7bf285d4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ Community curated plugins for Core-Lightning. | ------------------------------------ | ------------------------------------------------------------------------------------------- | :----: | | [backup][backup] | A simple and reliable backup plugin | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbackup_25.05.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbackup_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbackup_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbackup_nightly.json) | | [bolt12-prism][bolt12-prism] | Split payments triggered manually or by paying a BOLT 12 | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbolt12-prism_25.05.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbolt12-prism_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbolt12-prism_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbolt12-prism_nightly.json) | -| [btcli4j][btcli4j] | A Bitcoin Backend to enable safely the pruning mode, and support also rest APIs. | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbtcli4j_25.05.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbtcli4j_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbtcli4j_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbtcli4j_nightly.json) | | [bumpit][bumpit] | A plugin to bump an open channel transaction by creating a CPFP, useful when the funding transaction is stuck in the mempool or the fee is too low. | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbumpit_25.05.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbumpit_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbumpit_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbumpit_nightly.json) | | [clearnet][clearnet] | A plugin that can be used to enforce clearnet connections when possible | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fclearnet_25.05.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fclearnet_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fclearnet_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fclearnet_nightly.json) | | [clnaddress][clnaddress] | Run a lnurl server to receive via lnurl or ln-addresses with optional Zap support | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fclnaddress_25.05.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fclnaddress_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fclnaddress_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fclnaddress_nightly.json) | @@ -203,7 +202,6 @@ more detailed description (if any) [backup]: https://github.com/lightningd/plugins/tree/master/backup [bolt12-prism]: https://github.com/gudnuf/bolt12-prism -[btcli4j]: https://github.com/clightning4j/btcli4j [bumpit]: https://github.com/ca-ruz/bumpit [c-api]: https://github.com/ElementsProject/lightning/blob/master/plugins/libplugin.h [c-lightning-events]: https://github.com/rbndg/c-lightning-events diff --git a/Reckless.md b/Reckless.md index 7c9a1c746..21fdd177f 100644 --- a/Reckless.md +++ b/Reckless.md @@ -4,7 +4,6 @@ | ------------------------------------ | ------------------------------------------------------------------------------------------- | :----: | | [backup][backup] | A simple and reliable backup plugin | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fbackup_25.05.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fbackup_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fbackup_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fbackup_nightly.json) | | [bolt12-prism][bolt12-prism] | Split payments triggered manually or by paying a BOLT 12 | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fbolt12-prism_25.05.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fbolt12-prism_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fbolt12-prism_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fbolt12-prism_nightly.json) | -| [btcli4j][btcli4j] | A Bitcoin Backend to enable safely the pruning mode, and support also rest APIs. | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fbtcli4j_25.05.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fbtcli4j_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fbtcli4j_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fbtcli4j_nightly.json) | | [bumpit][bumpit] | A plugin to bump an open channel transaction by creating a CPFP, useful when the funding transaction is stuck in the mempool or the fee is too low. | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fbumpit_25.05.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fbumpit_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fbumpit_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fbumpit_nightly.json) | | [clearnet][clearnet] | A plugin that can be used to enforce clearnet connections when possible | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fclearnet_25.05.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fclearnet_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fclearnet_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fclearnet_nightly.json) | | [clnaddress][clnaddress] | Run a lnurl server to receive via lnurl or ln-addresses with optional Zap support | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fclnaddress_25.05.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fclnaddress_25.09.3.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fclnaddress_25.12.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges_reckless%2Fclnaddress_nightly.json) | @@ -40,9 +39,7 @@ [backup]: https://github.com/lightningd/plugins/tree/master/backup -[blip12]: https://github.com/lightning/blips/blob/42cec1d0f66eb68c840443abb609a5a9acb34f8e/blip-0012.md [bolt12-prism]: https://github.com/gudnuf/bolt12-prism -[btcli4j]: https://github.com/clightning4j/btcli4j [bumpit]: https://github.com/ca-ruz/bumpit [c-api]: https://github.com/ElementsProject/lightning/blob/master/plugins/libplugin.h [c-lightning-events]: https://github.com/rbndg/c-lightning-events diff --git a/archived.md b/archived.md index 12875959b..589cc99cc 100644 --- a/archived.md +++ b/archived.md @@ -9,6 +9,7 @@ If you like a plugin from that list, feel free to update and fix it, so we can u | ------------------------------------ | ------------------------------------------------------------------------------------------- | | [autopilot][autopilot] | An autopilot that suggests channels that should be established | | [balance-AMP-pay][bal-amp-pay] | Computes an optimal split of a payment amount for the use of AMP. Helps keep funds balanced | +| [btcli4j][btcli4j] | A Bitcoin Backend to enable safely the pruning mode, and support also rest APIs. | | [circular][circular] | A smart rebalancing plugin for Core Lightning routing nodes | | [clnrest-rs][clnrest-rs] | Drop-in rust implementation of CLN's clnrest.py, shipped with CLN since v25.02 | | [commando][commando] | This plugin allows to send commands between nodes | @@ -36,6 +37,7 @@ If you like a plugin from that list, feel free to update and fix it, so we can u [autopilot]: https://github.com/lightningd/plugins/tree/master/archived/autopilot [bal-amp-pay]: https://github.com/renepickhardt/plugins/tree/balanced_pay/balanced_amp_payments [blip12]: https://github.com/lightning/blips/blob/42cec1d0f66eb68c840443abb609a5a9acb34f8e/blip-0012.md +[btcli4j]: https://github.com/clightning4j/btcli4j [circular]: https://github.com/giovannizotta/circular [clnrest-rs]: https://github.com/daywalker90/clnrest-rs [commando]: https://github.com/lightningd/plugins/tree/master/archived/commando diff --git a/btcli4j b/btcli4j deleted file mode 160000 index ecacb049d..000000000 --- a/btcli4j +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ecacb049d41e2282c5595e84a6f9db6a601c3bc3