Update Core Lightning v23.08-hotfix-1 - rpcport fix for test nets (#814)

Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
usernameisJim 2023-10-24 00:48:04 -04:00 committed by GitHub
parent a1579886cd
commit f8b4b7e823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -64,6 +64,7 @@ services:
- --bitcoin-rpcconnect=${APP_BITCOIN_NODE_IP} - --bitcoin-rpcconnect=${APP_BITCOIN_NODE_IP}
- --bitcoin-rpcuser=${APP_BITCOIN_RPC_USER} - --bitcoin-rpcuser=${APP_BITCOIN_RPC_USER}
- --bitcoin-rpcpassword=${APP_BITCOIN_RPC_PASS} - --bitcoin-rpcpassword=${APP_BITCOIN_RPC_PASS}
- --bitcoin-rpcport=${APP_BITCOIN_RPC_PORT}
- --lightning-dir=${CORE_LIGHTNING_PATH} - --lightning-dir=${CORE_LIGHTNING_PATH}
- --proxy=${TOR_PROXY_IP}:${TOR_PROXY_PORT} - --proxy=${TOR_PROXY_IP}:${TOR_PROXY_PORT}
- --bind-addr=${APP_CORE_LIGHTNING_DAEMON_IP}:9735 - --bind-addr=${APP_CORE_LIGHTNING_DAEMON_IP}:9735

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: core-lightning id: core-lightning
category: bitcoin category: bitcoin
name: Core Lightning name: Core Lightning
version: "23.08" version: "23.08-hotfix-1"
tagline: Run your personal Core Lightning node tagline: Run your personal Core Lightning node
description: >- description: >-
Get started with the Lightning network today with Core Lightning - a Get started with the Lightning network today with Core Lightning - a
@ -32,7 +32,10 @@ defaultPassword: ""
submitter: Blockstream submitter: Blockstream
submission: https://github.com/getumbrel/umbrel-apps/pull/475 submission: https://github.com/getumbrel/umbrel-apps/pull/475
releaseNotes: >- releaseNotes: >-
This release updates the user interface, as well as the underlying c-lightning-REST and lightningd components of the Core Lightning app. This hotfix update resolves an issue that was preventing the Core Lightning app from operating on test networks such as testnet. No additional changes are included in this release.
The release notes from 23.08 are included here for completeness.
cln-application v0.0.4 (user interface): cln-application v0.0.4 (user interface):