Skip to content

Release v0.10.3-beta-msat-purge

Compare
Choose a tag to compare
@saubyk saubyk released this 29 May 00:25
· 22 commits to master since this release
v0.10.3
2bf3fa0

This minor covers:

  • the msat purge
  • new API endpoint for listpeerchannels rpc

The changes made can be tracked here
Contributor: @ShahanaFarooqui


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

wget https://github.com/Ride-The-Lightning/c-lightning-REST/archive/refs/tags/v0.10.3.tar.gz
wget https://github.com/Ride-The-Lightning/c-lightning-REST/releases/download/v0.10.3/v0.10.3.tar.gz.asc

Verify the release:

gpg --verify v0.10.3.tar.gz.asc v0.10.3.tar.gz
gpg: Signature made Sun 28 May 2023 05:26:52 PM PDT
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.10.3.tar.gz 
cd c-lightning-REST-0.10.3
npm install --only=prod

Docker images at https://hub.docker.com/repository/docker/saubyk/c-lightning-rest/tags
docker pull saubyk/c-lightning-rest:0.10.3
docker pull saubyk/c-lightning-rest:0.10.3-arm32v7
docker pull saubyk/c-lightning-rest:0.10.3-arm64v8
docker pull saubyk/c-lightning-rest:0.10.3-amd64