Release notes v0.13.0
Support for LND v0.13.0-beta/v0.13.1-beta
This is a compatibility release to support the RPC of the latest LND release and to fix some issues with rebalancing LND.
The main feature of this release is support for batched channel opening with coin control (see readme). gRPC interfaces are now built with a script (making them easier to verify) and the plain proto files were removed from this repository.
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.13.0-py3-none-any.whl.asc
or
$ gpg --verify lndmanage-0.13.0.tar.gz.asc
.
Install in own python environment with
$ python3 -m venv venv
$ source venv/bin/activate
$ python3 -m pip install lndmanage-0.13.0-py3-none-any.whl
Update command:
$ pip install --upgrade lndmanage
Bugfixes
For a change log, visit Changelog.