Releases: Ride-The-Lightning/RTL
Release v0.12.0-rc2
Remove apt clean Remove apt clean
Release v0.12.0-rc1
Testing Actions 2 Testing Actions 2
Test release - Do not run
install pnpm install pnpm
Release v0.11.2-beta-hotfix-for-v0.11.1
Fixes an issue for the LND integration, which resulted in failing to connect with the peers, when the connection is initiated from the UI.
PGP Key: https://keybase.io/suheb
Download the release and signature:
wget https://github.com/Ride-The-Lightning/RTL/archive/refs/tags/v0.11.2.tar.gz
wget https://github.com/Ride-The-Lightning/RTL/releases/download/v0.11.2/v0.11.2.tar.gz.asc
Verify the release:
gpg --verify v0.11.2.tar.gz.asc v0.11.2.tar.gz
gpg: Signature made Thu 02 Sep 2021 10:05:50 PM EDT
gpg: using RSA key 3E9BD4436C288039CA827A9200C9E2BC2E45666F
gpg: Good signature from "saubyk (added uid) <[email protected]>" [unknown]
gpg: aka "Suheb (approves) <[email protected]>" [unknown]
gpg: aka "Suheb <[email protected]>" [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
Untar and install the release:
tar -xvf v0.11.2.tar.gz
cd RTL-0.11.2
npm install --only=prod
Docker images available at https://hub.docker.com/r/shahanafarooqui/rtl/tags:
docker pull shahanafarooqui/rtl:0.11.2
docker pull shahanafarooqui/rtl:0.11.2-arm64v8
docker pull shahanafarooqui/rtl:0.11.2-arm32v7
docker pull shahanafarooqui/rtl:0.11.2-amd64
Test release - Do not run
Increased CircleCI timeout to 20 mins Increased CircleCI timeout to 20 mins
Test release - Do not run
npm audit fix npm audit fix
Test release - Do not run
v0.11.2-rc1 Merge branch 'Release-0.11.2' into feature-docker-solo
Release v0.11.1-beta-Maintenance
Maintenance release with minor updates and bug fixes.
Change highlights:
C-Lightning
- CPFP for channels pending open to bump up the pending transactions
- Routing peers view available for routing history
- Exact fee rate entry (in Sats/vB) for channel opening transactions
- Option to force close channels in pending statuses
LND
- Removed the unusable fee estimate feature from circular rebalancing
- Searchable channel peers on circular rebalancing
- Searchable channel peers on outgoing channel selection for payments
- Close channel response made asynchronous
Minor bugs and UX issues. Complete list of issues addressed available here
Version compatibility matrix:
C-Lightning - v0.10.1
LND - v0.13.1
Eclair - v0.6.1
Loop - v0.14.1
C-Lightning-REST - v0.5.0
Contributors:
@ShahanaFarooqui
@violet360
PGP Key: https://keybase.io/suheb
Download the release and signature:
wget https://github.com/Ride-The-Lightning/RTL/archive/refs/tags/v0.11.1.tar.gz
wget https://github.com/Ride-The-Lightning/RTL/releases/download/v0.11.1/v0.11.1.tar.gz.asc
Verify the release:
gpg --verify v0.11.1.tar.gz.asc v0.11.1.tar.gz
gpg: Signature made Sun 29 Aug 2021 03:47:34 PM EDT
gpg: using RSA key 3E9BD4436C288039CA827A9200C9E2BC2E45666F
gpg: Good signature from "saubyk (added uid) <[email protected]>" [unknown]
gpg: aka "Suheb (approves) <[email protected]>" [unknown]
gpg: aka "Suheb <[email protected]>" [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.11.1.tar.gz
cd RTL-0.11.1
npm install --only=prod
Docker images available at https://hub.docker.com/r/shahanafarooqui/rtl/tags:
docker pull shahanafarooqui/rtl:0.11.1
docker pull shahanafarooqui/rtl:0.11.1-arm64v8
docker pull shahanafarooqui/rtl:0.11.1-arm32v7
docker pull shahanafarooqui/rtl:0.11.1-amd64
Release v0.11.0-beta-Angular-version-upgrade
This is a maintenance release which mainly addresses application vulnerabilities and minor enhancements
Vulnerabilities addressed with this release:
- CSRF token based authentication, which strengthens the app against cross site attacks in the browser
- Passwords like ‘password’, ‘changeme’ or ‘moneyprintergobrrr’ must be changed before doing any operation on the app
- Angular version upgrade to 12, which will require node version to be at a minimum of 12
Minor enhancements:
- Routing fee limit cap removed on Loop Out
- Routing Fee rate will also be displayed in %age for easier understanding
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.11.0.tar.gz
wget https://github.com/Ride-The-Lightning/RTL/releases/download/v0.11.0/v0.11.0.tar.gz.asc
Verify the release:
gpg --verify v0.11.0.tar.gz.asc v0.11.0.tar.gz
gpg: Signature made Sun 20 Jun 2021 05:41:26 PM EDT
gpg: using RSA key 3E9BD4436C288039CA827A9200C9E2BC2E45666F
gpg: Good signature from "saubyk (added uid) <[email protected]>" [unknown]
gpg: aka "Suheb (approves) <[email protected]>" [unknown]
gpg: aka "Suheb <[email protected]>" [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.11.0.tar.gz
cd RTL-0.11.0
npm install --only=prod
Docker images available at https://hub.docker.com/r/shahanafarooqui/rtl/tags:
docker pull shahanafarooqui/rtl:0.11.0
docker pull shahanafarooqui/rtl:0.11.0-arm64v8
docker pull shahanafarooqui/rtl:0.11.0-arm32v7
docker pull shahanafarooqui/rtl:0.11.0-amd64
Final testing with Transaction reports fix
Final testing with Transaction reports fix