Skip to content

Releases: Ride-The-Lightning/RTL

v0.11.0-rc2: csurf (#696)

04 Jun 23:37
6ca5e84
Compare
Choose a tag to compare
Pre-release

Test release for Umbrel

v0.11.0-rc5: CI/CD Adjustment 5

28 May 17:29
Compare
Choose a tag to compare
Pre-release

Test Release.

Release v0.10.2-block-shitcoins-release

24 Apr 20:55
v0.10.2
e4d6256
Compare
Choose a tag to compare

This is a maintenance release with bug fixes and vulnerability patches.

RTL will not run for altcoins. The user will be presented with a sorry message when RTL starts.
Screen Shot 2021-04-24 at 4 54 40 PM

The bug fixes include:

  • [LND] Paying zero amount invoice failure
  • [LND] Tor password visibility in the UI
  • [LND] Initiator field for the Loop API
  • [LND] Channel restoration failure
  • [CLT] Updated fee policy not getting reflected in the UI
  • [ECL] Peer connection modal behaving erratically

Details of the issues covered with this release here


PGP Key: https://keybase.io/suheb
Download the release and signature:

wget https://github.com/Ride-The-Lightning/RTL/archive/refs/tags/v0.10.2.tar.gz
wget https://github.com/Ride-The-Lightning/RTL/releases/download/v0.10.2/v0.10.2.tar.gz.asc

Verify the release:

gpg --verify v0.10.2.tar.gz.asc v0.10.2.tar.gz
gpg: Signature made Sat 24 Apr 2021 04:59:14 PM EDT
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.2.tar.gz
cd RTL-0.10.2
npm install --only=prod

Docker images available at https://hub.docker.com/r/shahanafarooqui/rtl/tags:
docker pull shahanafarooqui/rtl:0.10.2
docker pull shahanafarooqui/rtl:0.10.2-arm64v8
docker pull shahanafarooqui/rtl:0.10.2-arm32v7
docker pull shahanafarooqui/rtl:0.10.2-amd64

Release v0.10.1-boltz-integration-release

21 Feb 19:28
v0.10.1
f817ae3
Compare
Choose a tag to compare

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

Screen Shot 2021-02-21 at 2 47 23 PM

Screen Shot 2021-02-21 at 2 47 47 PM

Screen Shot 2021-02-21 at 2 52 47 PM

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

Release v0.10.0-beta-reporting-release

21 Dec 00:02
v0.10.0
5a38585
Compare
Choose a tag to compare

This is a major release with a reporting section added to provide a detailed analysis of:

  • Routing fee collected on the node, aggregated at month/year level.
  • Payments made and received via the node, aggregated at month/year level

Other features:

  • Macroon support added for Loop, now compatible with the latest version. A new variable has been added to RTL-Config.json (swapMacaroonPath) to specify the location of loop.macaroon file. Config specification
  • Mitigation added for brute force attacks on login. Login disables for 30 mins after 4 attempts with incorrect password.

Technical update:

  • Angular version updated to v11

Bug fixes and usability fixes. Issue details 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.0.tar.gz
wget https://github.com/Ride-The-Lightning/RTL/releases/download/v0.10.0/v0.10.0.tar.gz.asc

Verify the release:

gpg --verify v0.10.0.tar.gz.asc v0.10.0.tar.gz
gpg: Signature made Sun 20 Dec 2020 07:06:30 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.0.tar.gz
cd RTL-0.10.0
npm install --only=prod

Docker images at https://hub.docker.com/r/shahanafarooqui/rtl/tags:
docker pull shahanafarooqui/rtl:0.10.0
docker pull shahanafarooqui/rtl:0.10.0-arm64v8
docker pull shahanafarooqui/rtl:0.10.0-arm32v7
docker pull shahanafarooqui/rtl:0.10.0-amd64

Release v0.9.3-beta-channel-open-bumpfee-release

30 Oct 00:52
v0.9.3
80516e1
Compare
Choose a tag to compare

Minor release with the following updates and bug fixes:
Features:

  • LND users can attempt a fee bump via CPFP for pending channel open transactions.
  • Eclair users can view Routing peers for better analysis of routing traffic on the node.

Bug fixes:

  • Default force closure on channels fixed for Eclair
  • Filtering issues fixed for the routing grids for Eclair

Details of all the issues covered in the 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.9.3.tar.gz
wget https://github.com/Ride-The-Lightning/RTL/releases/download/v0.9.3/v0.9.3.tar.gz.asc

Verify the release:

gpg --verify v0.9.3.tar.gz.asc v0.9.3.tar.gz
gpg: Signature made Thu 29 Oct 2020 08:55:07 PM EDT
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.9.3.tar.gz
cd RTL-0.9.3
npm install --only=prod

Docker images at https://hub.docker.com/r/shahanafarooqui/rtl/tags:
docker pull shahanafarooqui/rtl:0.9.3
docker pull shahanafarooqui/rtl:0.9.3-arm64v8
docker pull shahanafarooqui/rtl:0.9.3-arm32v7
docker pull shahanafarooqui/rtl:0.9.3-amd64

Release v0.9.2-beta-maintenance-release

22 Oct 00:58
v0.9.2
58c46eb
Compare
Choose a tag to compare

This is a follow release on v0.9.1 with a few critical bug fixes:

  • Failure to make invoice payment on Eclair
  • Password prompt on 'Sweep all funds' feature for SSO

Details of all the issues covered in the 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.9.2.tar.gz
wget https://github.com/Ride-The-Lightning/RTL/releases/download/v0.9.2/v0.9.2.tar.gz.asc

Verify the release:

gpg --verify v0.9.2.tar.gz.asc v0.9.2.tar.gz
gpg: Signature made Wed 21 Oct 2020 09:00:28 PM EDT
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.9.2.tar.gz
cd RTL-0.9.2
npm install --only=prod

Docker images at https://hub.docker.com/r/shahanafarooqui/rtl/tags:
docker pull shahanafarooqui/rtl:0.9.2
docker pull shahanafarooqui/rtl:0.9.2-arm64v8
docker pull shahanafarooqui/rtl:0.9.2-arm32v7
docker pull shahanafarooqui/rtl:0.9.2-amd64

Release v0.9.1-beta-maintenance-release

13 Oct 01:28
v0.9.1
0ec41f2
Compare
Choose a tag to compare

This is a maintenance release over the last release v0.9.1. This release includes a few new features, some usability improvements and a lot of bug fixes.

New features for LND:

  • List of UTXOs on the On-Chain page
  • Active HTLCs list on the Channels page
  • Support for LOOP v0.9.0 (must update the swap server url to https)

New feature for C-Lightning:

  • Support for force channel close on the inactive channels (must update c-lightning-REST to v0.4.2)

Details of all the issues covered in the release here


PGP Key: https://keybase.io/suheb
Download the release and signature:

wget https://github.com/Ride-The-Lightning/RTL/archive/v0.9.1.tar.gz
wget https://github.com/Ride-The-Lightning/RTL/releases/download/v0.9.1/v0.9.1.tar.gz.asc

Verify the release:

gpg --verify v0.9.1.tar.gz.asc v0.9.1.tar.gz
gpg: Signature made Mon 12 Oct 2020 09:29:00 PM EDT
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.9.1.tar.gz
cd RTL-0.9.1
npm install --only=prod

Docker images at https://hub.docker.com/r/shahanafarooqui/rtl/tags:
docker pull shahanafarooqui/rtl:0.9.1
docker pull shahanafarooqui/rtl:0.9.1-arm64v8
docker pull shahanafarooqui/rtl:0.9.1-arm32v7
docker pull shahanafarooqui/rtl:0.9.1-amd64

Release v0.9.0-coin-selection-C-Lightning

26 Aug 14:54
v0.9.0
Compare
Choose a tag to compare

Major release for new features on C-Lightning. The highlights of the release are:
C-Lightning

  • List UTXOs available on the node
  • Coin selection option for opening channels
  • Coin selection option for on-chain withdrawals
  • Keysend Payments
  • MPP support on payment list
  • Critical dependency - Update C-Lightning-REST to v0.4.1

LND

  • MPP support on payment list
  • v2 API support enabled

Multiple bug fixes and minor enhancements:
https://github.com/Ride-The-Lightning/RTL/milestone/17?closed=1


PGP Key: https://keybase.io/suheb
Download the release and signature:

wget https://github.com/Ride-The-Lightning/RTL/archive/v0.9.0.tar.gz
wget https://github.com/Ride-The-Lightning/RTL/releases/download/v0.9.0/v0.9.0.tar.gz.asc

Verify the release:

gpg --verify v0.9.0.tar.gz.asc v0.9.0.tar.gz
gpg: Signature made Wed 26 Aug 2020 10:57:33 AM EDT
gpg:                using RSA key 3E9BD4436C288039CA827A9200C9E2BC2E45666F
gpg: Good signature from "Suheb (approves) <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.9.0.tar.gz
cd RTL-0.9.0
npm install --only=prod

Docker images at https://hub.docker.com/r/shahanafarooqui/rtl/tags:
docker pull shahanafarooqui/rtl:0.9.0
docker pull shahanafarooqui/rtl:0.9.0-arm64v8
docker pull shahanafarooqui/rtl:0.9.0-arm32v7
docker pull shahanafarooqui/rtl:0.9.0-amd64

Release v0.8.4-beta-btcpayserver-config-fix

07 Aug 00:07
v0.8.4
d953277
Compare
Choose a tag to compare
  • Default RTL-Config.json will not be generated with host config setting
  • Sorting fixed on all the grids

PGP Key: https://keybase.io/suheb
Download the release and signature:

wget https://github.com/Ride-The-Lightning/RTL/archive/v0.8.4.tar.gz
wget https://github.com/Ride-The-Lightning/RTL/releases/download/v0.8.4/v0.8.4.tar.gz.asc

Verify the release:

gpg --verify v0.8.4.tar.gz.asc v0.8.4.tar.gz
gpg: Signature made Thu 06 Aug 2020 08:08:17 PM EDT
gpg:                using RSA key 3E9BD4436C288039CA827A9200C9E2BC2E45666F
gpg: Good signature from "Suheb (approves) <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.8.4.tar.gz
cd RTL-0.8.4
npm install --only=prod

Docker images at https://hub.docker.com/r/shahanafarooqui/rtl/tags:
docker pull shahanafarooqui/rtl:0.8.4
docker pull shahanafarooqui/rtl:0.8.4-arm64v8
docker pull shahanafarooqui/rtl:0.8.4-arm32v7
docker pull shahanafarooqui/rtl:0.8.4-amd64