Skip to content

Releases: Ride-The-Lightning/RTL

Release v0.8.3-beta-price-pump-maintenance

02 Aug 20:34
v0.8.3
e16fd44
Compare
Choose a tag to compare
  • Loop breaking changes fixed
  • Circular re-balancing, invoice and other modal auto closing bug fixed
  • Sorting fixed on all the tables
  • Disabled 'Priority options' on inactive channel close
  • Replaced short channel id with alias for C-lightning forwarding history
  • Usability improvements
    -- node alias on the routing history (C-Lightning)
    -- node alias on the app header

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

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

Verify the release:

gpg --verify v0.8.3.tar.gz.asc v0.8.3.tar.gz
gpg: Signature made Sun 02 Aug 2020 04:35:37 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.3.tar.gz
cd RTL-0.8.3
npm install --only=prod

Release v0.8.2-beta-Maintenance

12 Jul 22:55
v0.8.2
7066cd9
Compare
Choose a tag to compare
  • Environment parameter LN_API_PASSWORD added, to enable Eclair integration with BTCPayserver
  • Routing fee calculation logic updated for the Eclair dashboard

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

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

Verify the release:

gpg --verify v0.8.2.tar.gz.asc v0.8.2.tar.gz
gpg: Signature made Sun 12 Jul 2020 06:58:08 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.2.tar.gz
cd RTL-0.8.2
npm install --only=prod

Release v0.8.1-beta-Maintenance

10 Jul 02:17
v0.8.1
3ac835c
Compare
Choose a tag to compare
  • Removal of node-sass dependency.
  • "ngcc not found" error fixed.

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

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

Verify the release:

gpg --verify v0.8.1.tar.gz.asc v0.8.1.tar.gz
gpg: Signature made Thu 09 Jul 2020 10:19:12 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.1.tar.gz
cd RTL-0.8.1
npm install --only=prod

Release v0.8.0-beta-Eclair

07 Jul 23:40
v0.8.0
2588eca
Compare
Choose a tag to compare
  • Eclair integration
    Eclair release enables RTL to work on Eclair v0.4.1 and above.
    Eclair v0.4.1 needs Bitcoin core at v0.19.1 or above for complete functions available on RTL.
    Follow the instructions below to download the release and follow the setup instructions to configure and complete the install.

  • Bug fixes and minor UI improvements Issue list covered with this release:
    https://github.com/Ride-The-Lightning/RTL/milestone/16?closed=1


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

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

Verify the release:

gpg --verify v0.8.0.tar.gz.asc v0.8.0.tar.gz
gpg: Signature made Tue 07 Jul 2020 07:44:20 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.0.tar.gz
cd RTL-0.8.0
npm install --only=prod

Release v0.7.1-beta-Pre-Halving-Maintenance

09 May 19:32
v0.7.1
Compare
Choose a tag to compare

UX improvements and maintenance updates:

  • Consistent button controls and UI behavior on peer, channel, transaction and invoice pages
  • Peer alias added for channels on all pages
  • Peers searchable by alias on open channel modal
  • Settings layout cleaned up
  • Multiple bug fixes

Issue list covered with the release:
https://github.com/Ride-The-Lightning/RTL/milestone/6?closed=1


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

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

Verify the release:

gpg --verify v0.7.1.tar.gz.asc v0.7.1.tar.gz
gpg: Signature made Sat 09 May 2020 03:35:20 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.7.1.tar.gz
cd RTL-0.7.1
npm install --only=prod

Release v0.7.0-beta-Loop

20 Mar 00:09
v0.7.0
Compare
Choose a tag to compare

This is a major release with the integration of Lightning Lab's submarine swap service called Loop.

New features:

  • Loop In and Out integration (supported version 0.5.1 and above)
  • Optional 2FA authentication

Steps to enable Loop on RTL:

  1. Install Loop v0.5.1 from https://github.com/lightninglabs/loop
  2. Run loopd service
  3. Configure swapServerUrl in RTL-Config.json file under the Settings section. swapServerUrl is the url for the http server of Loop daemon.
  4. Sample value to enter in the config file "swapServerUrl": "http://localhost:8081/v1"
  5. Restart RTL
  6. Loop will be enabled in RTL.
  7. Loop options will be available as a menu option under Lightning menu, under the Actions menu on Channels grid and on the Merchant dashboard.

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

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

Verify the release:

gpg --verify v0.7.0.tar.gz.asc v0.7.0.tar.gz
gpg: Signature made Thu 19 Mar 2020 08:13:22 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.7.0.tar.gz
cd RTL-0.7.0
npm install --only=prod

Release v0.6.8-beta-Maintenance-release

11 Mar 01:52
v0.6.8
Compare
Choose a tag to compare

Minor enhancements and Bug fixes:
C-Lightning:

  • Sign/Verify message
  • Auto-generation of label for invoices
  • CSV data exports on all the grids

LND:

  • Unsettled invoice re-used for circular rebalancing
  • Channel uptime in hours
  • CSV data exports 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.6.8.tar.gz
wget https://github.com/Ride-The-Lightning/RTL/releases/download/v0.6.8/v0.6.8.tar.gz.asc

Verify the release:

gpg --verify v0.6.8.tar.gz.asc v0.6.8.tar.gz
gpg: Signature made Tue 10 Mar 2020 09:54:35 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

Release v0.6.7-beta-CLT-POST-Bug-fix

15 Feb 13:06
v0.6.7
Compare
Choose a tag to compare

This release fixes a bug, which was causing the POST apis to fail for C-Lightning.

PGP Key: https://keybase.io/suheb

Download the release and signature:

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

Verify the release:

gpg --verify v0.6.7.tar.gz.asc v0.6.7.tar.gz
gpg: Signature made Sat 15 Feb 2020 08:07:14 AM EST
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

Release v0.6.5-beta-Circular-rebalancing

14 Feb 01:03
v0.6.5
Compare
Choose a tag to compare

This is a feature rich release, improving the utility of the UI and provides a powerful channel balancing tool for LND, building on LND v0.9.0.
New features in this release:

  1. Circular channel rebalancing (available for LND v0.9.0)
  2. Sign messages with your pubkey and verify message-signature pair (LND).
  3. View channel uptime on the channel list (LND)
  4. Fee control on Channel closures

Controls for circular channel rebalancing:

  • New actions menu on channel grid
    Screen Shot 2020-02-13 at 8 17 13 PM

  • Rebalancing interface
    Circular-Balance-0 6 5

Bug fixes:

  • Peer connection issue with onion addresses
  • Sweep all transaction inoperative issue
  • Invoice amount on mobile browser

PGP Key: https://keybase.io/suheb

Download the release and signature:

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

Verify the release:

gpg --verify v0.6.5.tar.gz.asc v0.6.5.tar.gz
gpg: Signature made Thu 13 Feb 2020 08:04:32 PM EST
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

Release v0.6.4-beta-Config-file-refactor

29 Jan 23:49
v0.6.4
Compare
Choose a tag to compare

The RTL configuration file has been reworked to simplify the design and reduce the configuration combinations which were supported earlier.

  1. Single and multi node config files consolidated to RTL-config.json. When the server is started, a migration process will migrate the configuration from single/multi node config (RTL.conf/RTL-Multi-Node-Conf.json) and create a new merged config file named RTL-config.json. Old config files will NOT be deleted for reference, but will not be used by the application.

  2. Environment variable RTL_CONFIG_PATH is not full path anymore, It is only the path for the folder containing RTL-Config.json file, excluding the file name.

  3. nodeAuthType value as DEFAULT is not supported any more. nodeAuthType config is not required to be specified anymore. Only supported value for that parameter is CUSTOM, when the value of SSO flag is 0.

  4. A new password management feature has been added in the settings menu, to allow the user to change the application access password from within the application. This feature will not be available for the SSO users.

  5. With the fresh installation, RTL-config.json will be generated with a default password as password. The application will take the user to change password page, every time user logs in with password as password.

Bug fixes:

  • QR code layout issue
  • Sub-sat invoice handled
  • Backup folder location error

PGP Key: https://keybase.io/suheb

Download the release and signature:

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

Verify the release:

gpg --verify v0.6.4.tar.gz.asc v0.6.4.tar.gz
gpg: Signature made Wed 29 Jan 2020 06:54:00 PM EST
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