Release notes v0.14.0
Support for LND v0.14.0-beta
This is a compatibility release to support the RPC of the latest LND release LND.
Main features:
update-fees
: Fee optimization via historic demand (see #94 and readme section)listpeers
: List aggregated channel statistics for peers (see #97 and readme section)
Installation with signature verification
Add the public gpg key https://github.com/bitromortac.gpg
$ gpg --import bitromortac.gpg
Download the whl
or tar.gz
file with its associated asc
file, then
$ gpg --verify lndmanage-0.14.0-py3-none-any.whl.asc
or
$ gpg --verify lndmanage-0.14.0.tar.gz.asc
.
Install in own python environment with
$ python3 -m venv venv
$ source venv/bin/activate
$ python3 -m pip install lndmanage-0.14.0-py3-none-any.whl
Update command:
$ pip install --upgrade lndmanage
Bugfixes
For a change log, visit Changelog.