Lndmanage

Latest version: v0.16.0

Safety actively analyzes 630094 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.13.1beta

This is a compatibility release to support the RPC of the latest LND release and to fix some issues with rebalancing [LND](https://github.com/lightningnetwork/lnd/releases/tag/v0.13.1-beta).

The main feature of this release is support for **batched channel opening** with coin control (see [readme](https://github.com/bitromortac/lndmanage/tree/v0.13.0#batched-channel-opening)). 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](https://github.com/bitromortac/lndmanage/compare/v0.12.0...v0.13.0).

0.13.0

0.12.0

0.12.0beta

This is mainly a compatibility release to support the RPC of the latest LND release and to fix some issues with rebalancing [LND](https://github.com/lightningnetwork/lnd/releases/tag/v0.12.1-beta).

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.12.0-py3-none-any.whl.asc` or
`$ gpg --verify lndmanage-0.12.0.tar.gz.asc`.

Install in own python environment with
`$ python3 -m venv venv`
`$ source venv/bin/activate`
`$ python3 -m pip install lndmanage-0.12.0-py3-none-any.whl`

Update command:
`$ pip install --upgrade lndmanage`

Contributors
3nprob

Bugfixes
For a change log, visit [Changelog](https://github.com/bitromortac/lndmanage/compare/v0.11.0...v0.12.0).

0.11.0

<p align="center">
<img src="logo.png" style="max-width:100%;" width="400" />
</p>
<hr />

0.11.0beta

This is mainly a compatibility release to support the RPC of the latest release of [LND](https://github.com/lightningnetwork/lnd/releases/tag/v0.11.0-beta).

Update of dependencies to newer versions
All the subdependencies were updated to the newest versions. This is to make sure compiled binaries for these packages are available,
which makes the installation process faster. It is therefore recommended to use `pip install` as an installation method in contrast to `setuptools (python3 setup.py install)`, where executables in other languages have to be compiled first.

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.11.0-py3-none-any.whl.asc` or
`$ gpg --verify lndmanage-0.11.0.tar.gz.asc`.

Install in own python environment with
`$ python3 -m venv venv`
`$ source venv/bin/activate`
`$ python3 -m pip install lndmanage-0.11.0-py3-none-any.whl`

Update command:
`$ pip install --upgrade lndmanage`

Contributors
mmilata, jules23

Bugfixes
For a change log, visit [Changelog](https://github.com/bitromortac/lndmanage/compare/v0.10.0...v0.11.0).

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.