Browse Source

Update Core Lightning - cln-app from v0.0.2 to v0.0.3 (#542)

main
ShahanaFarooqui 2 years ago
committed by GitHub
parent
commit
ae9dd92567
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      core-lightning/docker-compose.yml
  2. 29
      core-lightning/umbrel-app.yml

2
core-lightning/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: $APP_CORE_LIGHTNING_PORT
app:
image: ghcr.io/elementsproject/cln-application:0.0.2@sha256:97cd49f94a05cbf2908572d2427d1c6de3227863df5bfa1e9fe2ba6138a1e185
image: ghcr.io/elementsproject/cln-application:0.0.3@sha256:05595731a98a17aff6603b9ad35aaa17825bf1e51dd22da409c37f9fce5d2b2e
command: npm run start
restart: on-failure
volumes:

29
core-lightning/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: core-lightning
category: Finance
name: Core Lightning
version: "22.11.1-ui"
version: "22.11.1-ui0.0.3"
tagline: Run your personal Core Lightning node
description: >-
Get started with the Lightning network today with Core Lightning - a
@ -32,20 +32,23 @@ defaultPassword: ""
submitter: Blockstream
submission: https://github.com/getumbrel/umbrel-apps/pull/475
releaseNotes: >-
- This update brings a stunning new look and intuitive UI, maintained officially by Blockstream
This update brings a stunning new look and intuitive UI, maintained officially by Blockstream
It includes two bug fixes:
- Core Lightning node control with Commando RPC calls, lnmessage, websocket-port & runes
- Invalid rune error thrown on some slower machines.
- Undefined msat fields shown as NaN will be 0.
- Database upgrade support with database-update flag
- Offers and fetchinvoice plugins enabled through experimental-offers
This version also includes some enhanced features such as:
- Updates for CLN v23.05 msat migration
- Add Offers list view
- Add Tor option for lnmessage on connect wallet
- Application Features:
* Smooth withdrawals and deposits
* Simple opening and closing of channels
* Effortless sending and receiving of invoices
* Convenient management of offers (bolt12)
* Seamless keysend functionality
* And much more...
Click here for full changelog: https://github.com/ElementsProject/lightning/releases/tag/v22.11.1
Full release notes are available at: https://github.com/ElementsProject/lightning/releases/tag/v22.11.1

Loading…
Cancel
Save