Skip to content

Release v0.15.0-beta-to-CLNRest

Latest
Compare
Choose a tag to compare
@saubyk saubyk released this 07 Dec 04:55
v0.15.0

This is a major integration upgrade and a breaking change for RTL’s integration with Core Lightning.
With this release c-lightning-rest integration has been removed and RTL now uses core lightning’s native CLNRest plugin to communicate with the core lightning backend

Please note the associated updates required to upgrade to this version:

Contributor: @ShahanaFarooqui


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

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

Verify the release:

gpg --verify v0.15.0.tar.gz.asc v0.15.0.tar.gz
gpg: Signature made Wed 06 Dec 2023 08:56:55 PM PST
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]

Untar and install the release:

tar -xvf v0.15.0.tar.gz
cd RTL-0.15.0
npm install --omit=dev

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