From 27bf350a93f9a2dc47a40e01dd44b133754012cb Mon Sep 17 00:00:00 2001 From: Roei Erez Date: Wed, 6 Dec 2023 13:42:06 +0200 Subject: [PATCH 1/2] remove enable-debugbuild --- .github/actions/setup-clightning/action.yaml | 2 +- docs/CLN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-clightning/action.yaml b/.github/actions/setup-clightning/action.yaml index 46a765d..970df42 100644 --- a/.github/actions/setup-clightning/action.yaml +++ b/.github/actions/setup-clightning/action.yaml @@ -104,7 +104,7 @@ runs: if: steps.cache-core-lightning.outputs.cache-hit != 'true' run: | cd lightning_git - ./configure --enable-debugbuild --enable-rust + ./configure --enable-rust poetry install poetry run make -j `nproc` shell: bash diff --git a/docs/CLN.md b/docs/CLN.md index 34f36b0..cf1ecab 100644 --- a/docs/CLN.md +++ b/docs/CLN.md @@ -58,7 +58,7 @@ NODES='[ { "name": "${LSPName}", "nodePubkey": "$PUBKEY", "lspdPrivateKey": "$LS ``` ### Running lspd on CLN -In order to run lspd on top of CLN, you need to run the lspd process and run cln with the provided cln plugin. You also need lightningd compiled with developer mode on (`./configure --enable-debugbuild`) +In order to run lspd on top of CLN, you need to run the lspd process and run cln with the provided cln plugin. 1. Run cln with the following options set: - `--plugin=/path/to/lspd_plugin`: to use lspd as plugin From 6270cd746c7ef0b1fbf91ccfac54678419f35078 Mon Sep 17 00:00:00 2001 From: Roei Erez Date: Wed, 6 Dec 2023 13:44:23 +0200 Subject: [PATCH 2/2] use last published lntest version 0.0.29 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fb6093a..be53ab9 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/GoWebProd/uuid7 v0.0.0-20230623091058-5f5954faed6a github.com/aws/aws-sdk-go v1.34.0 - github.com/breez/lntest v0.0.29-0.20231206103840-666bd5078c5e + github.com/breez/lntest v0.0.29 github.com/btcsuite/btcd v0.23.5-0.20230228185050-38331963bddd github.com/btcsuite/btcd/btcec/v2 v2.3.2 github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2