Skip to content

Release v0.7.0-beta-Loop

Compare
Choose a tag to compare
@saubyk saubyk released this 20 Mar 00:09
· 448 commits to master since this release
v0.7.0

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