From 015d7572d77d858f52ebb50aa1981299052416b3 Mon Sep 17 00:00:00 2001 From: Jesse de Wit Date: Sat, 16 Mar 2024 12:53:38 +0100 Subject: [PATCH] upgrade cln to v24.02.1 --- .github/actions/setup-clightning/action.yaml | 2 +- .github/workflows/integration_tests.yaml | 2 +- .github/workflows/release.yaml | 2 +- README.md | 2 +- deploy/deploy.yml | 2 +- deploy/lspd-install.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/setup-clightning/action.yaml b/.github/actions/setup-clightning/action.yaml index 2a4c4f9a..ec920f77 100644 --- a/.github/actions/setup-clightning/action.yaml +++ b/.github/actions/setup-clightning/action.yaml @@ -5,7 +5,7 @@ inputs: checkout-version: description: Core lightning version required: true - default: 'v24.02' + default: 'v24.02.1' runs: using: 'composite' diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index eab41355..bc439931 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -8,7 +8,7 @@ env: LSP_REF: 'breez-node-v0.17.2-beta' CLIENT_REF: 'v0.16.4-breez-3' GO_VERSION: '^1.19' - CLN_VERSION: 'v24.02' + CLN_VERSION: 'v24.02.1' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5c9a1e77..e3afde5b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ env: LSPD_GO_VERSION: 1.21.0 LND_GO_VERSION: 1.21.0 LND_REF: 0c939786ced78a981bd77c7da628bfcf86ada568 - CLN_REF: v24.02 + CLN_REF: v24.02.1 jobs: lspd: diff --git a/README.md b/README.md index e7e69ca5..2a48ea8c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The lsp supports probing non-mpp payments if the payment hash for probing is sha In order to run the integration tests, you need: - Docker running - python3 installed -- lightningd v24.02 +- lightningd v24.02.1 - lnd v0.17.2 lsp version https://github.com/breez/lnd/commit/0c939786ced78a981bd77c7da628bfcf86ada568 - lnd v0.16.4 breez client version https://github.com/breez/lnd/commit/b9b7d37852321146dd7171809d673141fe1137bf - bitcoind (tested with v23.0) diff --git a/deploy/deploy.yml b/deploy/deploy.yml index 59a8f865..7242e5a4 100644 --- a/deploy/deploy.yml +++ b/deploy/deploy.yml @@ -240,7 +240,7 @@ Resources: chmod 755 /etc/lightningd/ git clone https://github.com/ElementsProject/lightning.git /opt/lightning cd /opt/lightning - git checkout v24.02 + git checkout v24.02.1 ./configure make make install diff --git a/deploy/lspd-install.sh b/deploy/lspd-install.sh index c65c365b..4d14da0d 100644 --- a/deploy/lspd-install.sh +++ b/deploy/lspd-install.sh @@ -171,7 +171,7 @@ EOL chmod 755 /etc/lightningd/ git clone https://github.com/ElementsProject/lightning.git /opt/lightning cd /opt/lightning -git checkout v24.02 +git checkout v24.02.1 ./configure make make install