forked from michael.heier/umbrel-apps
Update Core Lightning to v22.11.1 (#355)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
parent
4b783ed491
commit
eeeab6deaf
|
@ -45,7 +45,7 @@ services:
|
||||||
ipv4_address: ${APP_CORE_LIGHTNING_REST_IP}
|
ipv4_address: ${APP_CORE_LIGHTNING_REST_IP}
|
||||||
|
|
||||||
lightningd:
|
lightningd:
|
||||||
image: lncm/clightning:v0.11.0@sha256:75e0ce04d644f34b07bc8a3b92e58b3db4e3c06bdc0e0cecd1669bc3b2d53421
|
image: lncm/clightning:v22.11.1@sha256:e9939341ca6736566e0499db5a339b25140d6e77fb16ab202c217112f0df9b77
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
ports:
|
ports:
|
||||||
- ${APP_CORE_LIGHTNING_DAEMON_PORT}:9735
|
- ${APP_CORE_LIGHTNING_DAEMON_PORT}:9735
|
||||||
|
@ -58,6 +58,7 @@ services:
|
||||||
- --addr=statictor:${TOR_PROXY_IP}:29051
|
- --addr=statictor:${TOR_PROXY_IP}:29051
|
||||||
- --tor-service-password=${TOR_PASSWORD}
|
- --tor-service-password=${TOR_PASSWORD}
|
||||||
- --network=${APP_CORE_LIGHTNING_BITCOIN_NETWORK}
|
- --network=${APP_CORE_LIGHTNING_BITCOIN_NETWORK}
|
||||||
|
- --database-upgrade=true
|
||||||
#- --grpc-port=${APP_CORE_LIGHTNING_DAEMON_GRPC_PORT}
|
#- --grpc-port=${APP_CORE_LIGHTNING_DAEMON_GRPC_PORT}
|
||||||
volumes:
|
volumes:
|
||||||
- "${APP_DATA_DIR}/data/lightningd:/data/.lightning"
|
- "${APP_DATA_DIR}/data/lightningd:/data/.lightning"
|
||||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||||
id: core-lightning
|
id: core-lightning
|
||||||
category: Finance
|
category: Finance
|
||||||
name: Core Lightning
|
name: Core Lightning
|
||||||
version: "0.11.1-build-5"
|
version: "22.11.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
|
||||||
|
@ -38,4 +38,15 @@ defaultPassword: ""
|
||||||
submitter: Umbrel
|
submitter: Umbrel
|
||||||
submission: https://github.com/getumbrel/umbrel-apps/pull/7
|
submission: https://github.com/getumbrel/umbrel-apps/pull/7
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
- Support for testnet, signet and regtest
|
- We reintroduced a number of deprecated features, since some integrations had missed the deprecation window, and asked for some more time to update their apps
|
||||||
|
|
||||||
|
- The new experimental reckless plugin manager can be used to download, install and uninstall plugins on the fly. We have many new features planned for it, so stay tuned.
|
||||||
|
|
||||||
|
- When receiving a keysend any extra TLV fields will be stored so they can be retrieved later.
|
||||||
|
|
||||||
|
- The --database-update=false flag allows users wanting to test unreleased versions from accidentally upgrading the database, and then be unable to switch to a released version again.
|
||||||
|
|
||||||
|
- Several performance issues, particularly for larger nodes, have been addressed
|
||||||
|
|
||||||
|
|
||||||
|
And much more. Full changelog from v0.11.1 can be found here: https://github.com/ElementsProject/lightning/releases
|
Loading…
Reference in New Issue
Block a user