Skip to content

v1.5.0-lnd15

Compare
Choose a tag to compare
@itsneski itsneski released this 05 Aug 18:16
· 130 commits to main since this release

jet 1.5.0

This release enables compatibility with lnd15. The underlying bos and grpc libraries have been updated to the latest version. Library packages have been audited and dependencies fixed.

Important:

  • run npm install after git pull
  • change readonly.macaroon to admin.macaroon in api/config.json

Other changes:

  • fixed #88: Logger stop/start messages repeat forever in Jet Bot if LND is remote
  • fixed #86: Rebalancer Not Working (ERR in lnd.log: permission denied)
  • fixed #85: Running "jet monitor" against voltage.cloud returns async hook corruption Error
  • fixed #84: jet analyze-fees crashed on a channel with incomplete data

How to upgrade:

Change readonly.macaroon to admin.macaroon in api/config.json

git pull
npm install
jet restart all