github Ride-The-Lightning/RTL v0.9.3
Release v0.9.3-beta-channel-open-bumpfee-release

latest releases: v0.15.2, v0.15.1, v0.15.0...
3 years ago

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

Don't miss a new RTL release

NewReleases is sending notifications on new releases.