Skip to content

Commit

Permalink
upgrade cln to v24.02.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Mar 16, 2024
1 parent f2fa1dc commit 015d757
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-clightning/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
checkout-version:
description: Core lightning version
required: true
default: 'v24.02'
default: 'v24.02.1'

runs:
using: 'composite'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion deploy/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/lspd-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 015d757

Please sign in to comment.