This release covers breaking changes from CLN 23.05, few minor UX enhancements and bug fixes
Core Lightning users should note that this update depends on cl-rest v0.10.3 and Core Lightning v23.05. If you are running any version older than 23.05, you should not upgrade to this UI. The changes are not backwards compatible with older versions of Core Lightning
Core Lightning:
- Handle the breaking changes of the msat purge for CLN version v23.05
- Track active HTLCs on the channels page
Eclair:
- Circular rebalancing
LND:
- Bugs fixes owing to the breaking changes on the send payment API
General:
- Navigation bug fixes from the dashboard
- Navigation to node and channel lookup from the info page
- Connect with a peer from the node lookup page
Complete list of issues covered with this release are available on the release milestone
Contributor: @ShahanaFarooqui
PGP Key: https://keybase.io/suheb
Download the release and signature:
wget https://github.com/Ride-The-Lightning/RTL/archive/refs/tags/v0.14.0.tar.gz
wget https://github.com/Ride-The-Lightning/RTL/releases/download/v0.14.0/v0.14.0.tar.gz.asc
Verify the release:
gpg --verify v0.14.0.tar.gz.asc v0.14.0.tar.gz
gpg: Signature made Mon 29 May 2023 06:52:08 PM PDT
gpg: using RSA key 3E9BD4436C288039CA827A9200C9E2BC2E45666F
gpg: Good signature from "saubyk (added uid) <39208279+saubyk@users.noreply.github.com>" [unknown]
gpg: aka "Suheb (approves) <39208279+saubyk@users.noreply.github.com>" [unknown]
gpg: aka "Suheb <39208279+saubyk@users.noreply.github.com>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 3E9B D443 6C28 8039 CA82 7A92 00C9 E2BC 2E45 666F
Untar and install the release:
tar -xvf v0.14.0.tar.gz
cd RTL-0.14.0
npm install --omit=dev --legacy-peer-deps
Docker images available at https://hub.docker.com/r/shahanafarooqui/rtl/tags:
docker pull shahanafarooqui/rtl:0.14.0
docker pull shahanafarooqui/rtl:0.14.0-arm64v8
docker pull shahanafarooqui/rtl:0.14.0-arm32v7
docker pull shahanafarooqui/rtl:0.14.0-amd64