Skip to content

Release v0.8.0-beta-liquidity-ads

Compare
Choose a tag to compare
@saubyk saubyk released this 14 Aug 01:10
· 79 commits to master since this release
v0.8.0
bb23531

Updated APIs:

  • listNodes API updated with liquidity ads filter
  • waitInvoice API updated with subscription support

New APIs:

  • waitAnyInvoice
  • waitBlockHeight
  • waitSendPay

Other changes:

  • Regtest support added
  • Domain argument added for the self signed certificate

Issues/PRs covered with the release are linked here

Contributors:
@ShahanaFarooqui @kaloudis @bry-a-n @katokishin @nlflint @saubyk


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

Verify the release:

gpg --verify v0.8.0.tar.gz.asc v0.8.0.tar.gz

Untar and install the release:

tar -xvf v0.8.0.tar.gz 
cd c-lightning-REST-0.8.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.8.0
docker pull saubyk/c-lightning-rest:0.8.0-arm32v7
docker pull saubyk/c-lightning-rest:0.8.0-arm64v8
docker pull saubyk/c-lightning-rest:0.8.0-amd64