Release v0.10.1-boltz-integration-release
Major features added for LND with this release:
- Integration of Boltz swap service. View the documentation here to setup Boltz daemon.
- Service config section for optional services like Loop and Boltz
- UTXO management features like labeling, leasing and flagging of dust UTXO (Less than 1000 sats)
UX enhancements:
- New login page
- Setup reorganization to separate out the node level and RTL level configuration settings
-- RTL level settings cover default node and authentication configuration, accessed via the top right corner menu
-- Node level settings cover layout, themes and service configuration, accessed via the left navigation menu - New ‘Services’ menu for optional services like Loop and Boltz
Bugs fixes:
- Dashboard layout for mobile devices fixed
- Loop infographic modal resolution fixed
- Browser crash on forwarding history for Eclair fixed
Details of the issues covered with this release here
Release verification and download instructions
PGP Key: https://keybase.io/suheb
Download the release and signature:
wget https://github.com/Ride-The-Lightning/RTL/archive/v0.10.1.tar.gz
wget https://github.com/Ride-The-Lightning/RTL/releases/download/v0.10.1/v0.10.1.tar.gz.asc
Verify the release:
gpg --verify v0.10.1.tar.gz.asc v0.10.1.tar.gz
gpg: Signature made Sun 21 Feb 2021 02:31:54 PM EST
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
Unzip and install the release:
tar -xvf v0.10.1.tar.gz
cd RTL-0.10.1
npm install --only=prod
Docker images available at https://hub.docker.com/r/shahanafarooqui/rtl/tags:
docker pull shahanafarooqui/rtl:0.10.1
docker pull shahanafarooqui/rtl:0.10.1-arm64v8
docker pull shahanafarooqui/rtl:0.10.1-arm32v7
docker pull shahanafarooqui/rtl:0.10.1-amd64