Skip to content

Release v0.7.1-beta-Maintenance

Compare
Choose a tag to compare
@saubyk saubyk released this 07 May 19:20
· 119 commits to master since this release
v0.7.1
89ebb9d

C in C-Lightning-REST, now stands for Core, ok! 😉

New API:

  • listConfigs: List all the configuration options

Bug fixes:

  • Plugin failing on failed payments
  • Plugin failing on parse failure of pubkey on query route

Issues covered in this release are linked here

Contributors:
@saubyk
@kristapsk
@dzdidi


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.7.1.tar.gz
wget https://github.com/Ride-The-Lightning/c-lightning-REST/releases/download/v0.7.1/v0.7.1.tar.gz.asc

Verify the release:

gpg --verify v0.7.1.tar.gz.asc v0.7.1.tar.gz
gpg: Signature made Sat 07 May 2022 03:26:03 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.7.1.tar.gz 
cd c-lightning-REST-0.7.1
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.7.1
docker pull saubyk/c-lightning-rest:0.7.1-arm32v7
docker pull saubyk/c-lightning-rest:0.7.1-arm64v8
docker pull saubyk/c-lightning-rest:0.7.1-amd64