Skip to content

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

Compare
Choose a tag to compare
@saubyk saubyk released this 26 Mar 23:57
· 132 commits to master since this release
v0.7.0
6d2e74b

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