Major release for new features on C-Lightning. The highlights of the release are:
C-Lightning
- List UTXOs available on the node
- Coin selection option for opening channels
- Coin selection option for on-chain withdrawals
- Keysend Payments
- MPP support on payment list
- Critical dependency - Update C-Lightning-REST to v0.4.1
LND
- MPP support on payment list
- v2 API support enabled
Multiple bug fixes and minor enhancements:
https://github.com/Ride-The-Lightning/RTL/milestone/17?closed=1
PGP Key: https://keybase.io/suheb
Download the release and signature:
wget https://github.com/Ride-The-Lightning/RTL/archive/v0.9.0.tar.gz
wget https://github.com/Ride-The-Lightning/RTL/releases/download/v0.9.0/v0.9.0.tar.gz.asc
Verify the release:
gpg --verify v0.9.0.tar.gz.asc v0.9.0.tar.gz
gpg: Signature made Wed 26 Aug 2020 10:57:33 AM 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.9.0.tar.gz
cd RTL-0.9.0
npm install --only=prod
Docker images at https://hub.docker.com/r/shahanafarooqui/rtl/tags:
docker pull shahanafarooqui/rtl:0.9.0
docker pull shahanafarooqui/rtl:0.9.0-arm64v8
docker pull shahanafarooqui/rtl:0.9.0-arm32v7
docker pull shahanafarooqui/rtl:0.9.0-amd64