Skip to content

Commit c0ca14c

Browse files
committed
Add bumpchannelopen plugin to Core Lightning plugins list
1 parent e5bd0c5 commit c0ca14c

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,6 @@
8585
[submodule "cln-nip47"]
8686
path = cln-nip47
8787
url = https://github.com/daywalker90/cln-nip47.git
88+
[submodule "bumpchannelopen"]
89+
path = bumpchannelopen
90+
url = https://github.com/ca-ruz/bumpchannelopen.git

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Community curated plugins for Core-Lightning.
1212
| [backup][backup] | A simple and reliable backup plugin | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbackup_24.08.2.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbackup_24.11.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbackup_25.02.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbackup_nightly.json) |
1313
| [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_24.08.2.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbolt12-prism_24.11.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbolt12-prism_25.02.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbolt12-prism_nightly.json) |
1414
| [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_24.08.2.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbtcli4j_24.11.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbtcli4j_25.02.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fbtcli4j_nightly.json) |
15+
| [bumpchannelopen][bumpchannelopen] | 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. | |
1516
| [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_24.08.2.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fclearnet_24.11.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fclearnet_25.02.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fclearnet_nightly.json) |
1617
| [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_24.08.2.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fclnaddress_24.11.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fclnaddress_25.02.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fclnaddress_nightly.json) |
1718
| [cln-nip47][cln-nip47] | Nostr Wallet Connect (NWC) plugin to connect your wallets via nostr to your node. | ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fcln-nip47_24.08.2.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fcln-nip47_24.11.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fcln-nip47_25.02.json) ![](https://img.shields.io/endpoint?url=https%3A%2F%2Flightningd.github.io%2Fplugins%2F.badges%2Fcln-nip47_nightly.json) |
@@ -211,6 +212,7 @@ more detailed description (if any)
211212
[blip12]: https://github.com/lightning/blips/blob/42cec1d0f66eb68c840443abb609a5a9acb34f8e/blip-0012.md
212213
[bolt12-prism]: https://github.com/gudnuf/bolt12-prism
213214
[btcli4j]: https://github.com/clightning4j/btcli4j
215+
[bumpchannelopen]: https://github.com/ca-ruz/bumpchannelopen
214216
[c-api]: https://github.com/ElementsProject/lightning/blob/master/plugins/libplugin.h
215217
[c-lightning-events]: https://github.com/rbndg/c-lightning-events
216218
[c-lightning-pruning-plugin]: https://github.com/Start9Labs/c-lightning-pruning-plugin

bumpchannelopen

Submodule bumpchannelopen added at be1f987

0 commit comments

Comments
 (0)