cln: update to v24.05 clboss to master

add jq as new dependency
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
This commit is contained in:
Lakshya Singh 2024-06-11 06:41:44 +05:30
parent fbd1eb39d6
commit 08d2776f20
No known key found for this signature in database
GPG Key ID: 6491470634BAE613
4 changed files with 5 additions and 6 deletions

8
.env
View File

@ -1,12 +1,12 @@
# bitcoin version 26.0
BITCOIN_VERSION=26.0
BITCOIN_SHA256SUMS_HASH=63487c308a6655f939efd700bfca8e0285fa2f869283aaa7192bdd4b8799a747
# core lightning version v24.02.2
# core lightning version v24.05
CORE_LIGHTNING_REPO=https://github.com/ElementsProject/lightning.git
CORE_LIGHTNING_GIT_HASH=a2a136fe3ebef1d028d1e20ebf1f987b8c05bbf8
# clboss version v0.13.1
CORE_LIGHTNING_GIT_HASH=11586abf79cad33727c03dfa810ae8bcdd3762bf
# clboss version v0.13.1 (2024-05-31 21:28:55 -0700)
CLBOSS_REPO=https://github.com/ZmnSCPxj/clboss.git
CLBOSS_GIT_HASH=e4f15b6aeccc0548b8c80f7948d2265111c4e9c5
CLBOSS_GIT_HASH=df51d5486b05acbeca16cb9e42d18fa082e6079a
# cln plugins (2024-06-06 17:02:52 +0200)
CLN_PLUGINS_REPO=https://github.com/lightningd/plugins.git
CLN_PLUGINS_GIT_HASH=de0c7af343df25e82536233ac248ef46efea8670

View File

@ -15,6 +15,7 @@ RUN apk update && \
gettext \
git \
gmp-dev \
jq \
libsodium \
libtool \
net-tools \

View File

@ -3,7 +3,6 @@ bitcoin-rpcuser=rpcuser
bitcoin-rpcpassword=VLSsigner1
bitcoin-rpcport=38332
log-level=info
max-locktime-blocks=288
important-plugin=/usr/bin/clboss
clboss-auto-close=true
bind-addr=0.0.0.0:19846

View File

@ -3,7 +3,6 @@ bitcoin-rpcuser=rpcuser
bitcoin-rpcpassword=VLSsigner1
bitcoin-rpcport=18332
log-level=info
max-locktime-blocks=288
important-plugin=/usr/bin/clboss
clboss-auto-close=true
bind-addr=0.0.0.0:19735