Skip to content

Releases: Ride-The-Lightning/c-lightning-REST

Release v0.7.2-beta-hotfix

09 May 22:36
v0.7.2
025d07e
Compare
Choose a tag to compare

Hotfix for the issue reported after release v0.7.1, server failed to started when configured as a plugin.
#114

If you are running cl-REST as a plugin, please upgrade to this version.


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

Verify the release:

gpg --verify v0.7.2.tar.gz.asc v0.7.2.tar.gz
gpg: Signature made Mon 09 May 2022 06:37:59 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.2.tar.gz 
cd c-lightning-REST-0.7.2
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.2
docker pull saubyk/c-lightning-rest:0.7.2-arm32v7
docker pull saubyk/c-lightning-rest:0.7.2-arm64v8
docker pull saubyk/c-lightning-rest:0.7.2-amd64

Release v0.7.1-beta-Maintenance

07 May 19:20
v0.7.1
89ebb9d
Compare
Choose a tag to compare

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

Release v0.7.0-beta-get-ready-for-liquidity-ads

26 Mar 23:57
v0.7.0
6d2e74b
Compare
Choose a tag to compare

New APIs:

  • Funderupdate: Update node policy for dual funded channels and liquidity ads
  • Listnodes: Fetch node info from the network graph, including liquidity ads
  • Datastore: Add, List and Delete data items on the C-Lightning database

Updated APIs:

  • Openchannel: API updated to include params for requesting liquidity from peers

Other changes:

  • Support for adding an optional external domain to the certificate
  • Dependency updates for reported vulernabilities

Issues covered in this release are linked here

Contributors:
@saubyk
@willcl-ark


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

Verify the release:

gpg --verify v0.7.0.tar.gz.asc v0.7.0.tar.gz
gpg: Signature made Sat 26 Mar 2022 07:59:47 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.0.tar.gz 
cd c-lightning-REST-0.7.0
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.0
docker pull saubyk/c-lightning-rest:0.7.0-arm32v7
docker pull saubyk/c-lightning-rest:0.7.0-arm64v8
docker pull saubyk/c-lightning-rest:0.7.0-amd64

Release v0.6.1-listpayments-update

29 Dec 20:40
v0.6.1
c602f27
Compare
Choose a tag to compare

listpayments API response updated to include BOLT12 invoices (when available).


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

Verify the release:

gpg --verify v0.6.1.tar.gz.asc v0.6.1.tar.gz
gpg: Signature made Wed 29 Dec 2021 03:40:56 PM EST
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.6.1.tar.gz 
cd c-lightning-REST-0.6.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.6.1
docker pull saubyk/c-lightning-rest:0.6.1-arm32v7
docker pull saubyk/c-lightning-rest:0.6.1-arm64v8
docker pull saubyk/c-lightning-rest:0.6.1-amd64

Release v0.6.0-Websocket support

27 Nov 00:39
v0.6.0
d9c0a2b
Compare
Choose a tag to compare

Added websocket support for waitinvoice.
PR: #85


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

Verify the release:

gpg --verify v0.6.0.tar.gz.asc v0.6.0.tar.gz
gpg: Signature made Fri 26 Nov 2021 07:41:35 PM EST
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.6.0.tar.gz 
cd c-lightning-REST-0.6.0
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.6.0
docker pull saubyk/c-lightning-rest:0.6.0-arm32v7
docker pull saubyk/c-lightning-rest:0.6.0-arm64v8
docker pull saubyk/c-lightning-rest:0.6.0-amd64

Release v0.5.2-Maintenance

24 Sep 12:09
v0.5.2
1fe3611
Compare
Choose a tag to compare

Maintenance release with minor issues addressed for docker images.
PR: #82


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

Verify the release:

gpg --verify v0.5.2.tar.gz.asc v0.5.2.tar.gz
gpg: Signature made Fri 24 Sep 2021 08:13:06 AM 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.5.2.tar.gz 
cd c-lightning-REST-0.5.2
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.5.2
docker pull saubyk/c-lightning-rest:0.5.2-arm32v7
docker pull saubyk/c-lightning-rest:0.5.2-arm64v8
docker pull saubyk/c-lightning-rest:0.5.2-amd64

Release v0.5.1-beta-hotfix-for-v0.5.0

30 Aug 01:45
v0.5.1
6c4cf1d
Compare
Choose a tag to compare

Fixes an issue for the release v0.5.0 which resulted in startup failure if the new config variable LNRPCPATH is not specified in the cl-rest-config.json file.


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

Verify the release:

gpg --verify v0.5.1.tar.gz.asc v0.5.1.tar.gz
gpg: Signature made Sun 29 Aug 2021 09:47:06 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.5.1.tar.gz 
cd c-lightning-REST-0.5.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.5.1
docker pull saubyk/c-lightning-rest:0.5.1-arm32v7
docker pull saubyk/c-lightning-rest:0.5.1-arm64v8
docker pull saubyk/c-lightning-rest:0.5.1-amd64

Release v0.5.0-beta-offers-experiment

29 Aug 17:49
v0.5.0
243494f
Compare
Choose a tag to compare

New APIs:

  • Offers (offer, fetchinvoice, listoffers and disableoffer apis)
  • Decode (helps decode offers and Bolt12 invoice strings)
  • Waitinvoice API
  • Listforwardsfilter (pagination support for listforwards)

Updated APIs:

  • Status filtering for listforwards API
  • Close channel API updated with the control for force closing

Other changes:

  • Additional configuration parameter to specify the path for lightning-rpc location
  • Improved logging control to reduce the log spam when running as a plugin

Contributors:
@saubyk
@violet360


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

Verify the release:

gpg --verify v0.5.0.tar.gz.asc v0.5.0.tar.gz
gpg: Signature made Sun 29 Aug 2021 01:53:42 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.5.0.tar.gz 
cd c-lightning-REST-0.5.0
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.5.0
docker pull saubyk/c-lightning-rest:0.5.0-arm32v7
docker pull saubyk/c-lightning-rest:0.5.0-arm64v8
docker pull saubyk/c-lightning-rest:0.5.0-amd64

Release v0.4.4-beta-maintenance

24 Apr 20:21
v0.4.4
2d3ffe5
Compare
Choose a tag to compare

Maintenance release:

  • Bug fix for private channels

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

Verify the release:

gpg --verify v0.4.4.tar.gz.asc v0.4.4.tar.gz
gpg: Signature made Sat 24 Apr 2021 04:19:15 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.4.4.tar.gz 
cd c-lightning-REST-0.4.4
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.4.4
docker pull saubyk/c-lightning-rest:0.4.4-arm32v7
docker pull saubyk/c-lightning-rest:0.4.4-arm64v8
docker pull saubyk/c-lightning-rest:0.4.4-amd64

Release v0.4.3-beta-maintenance

06 Dec 17:09
v0.4.3
cf2a4ce
Compare
Choose a tag to compare

Maintenance release to address container restart issue for BTCPayserver.


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

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

Verify the release:

gpg --verify v0.4.3.tar.gz.asc v0.4.3.tar.gz
gpg: Signature made Sun 06 Dec 2020 12:11:13 PM EST
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.4.3.tar.gz 
cd c-lightning-REST-0.4.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.4.3
docker pull saubyk/c-lightning-rest:0.4.3-arm32v7
docker pull saubyk/c-lightning-rest:0.4.3-arm64v8
docker pull saubyk/c-lightning-rest:0.4.3-amd64