v1.5.0-lnd15
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
aftergit pull
- change
readonly.macaroon
toadmin.macaroon
inapi/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