Lndmanage

Latest version: v0.16.0

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

Scan your dependencies

Page 1 of 3

0.16.0

Breaking change:
* the configuration key `admin_macaroon_file` was changed to `macaroon_file`: it is recommended to use the readonly or custom macaroon file (https://github.com/bitromortac/lndmanage#macaroon-and-tls-cert-needed)

Changelog: https://github.com/bitromortac/lndmanage/compare/v0.15.0...v0.16.0

0.15.0

**Note: this will be the last release distributed via `pypi`!
Please consider to migrate to a github-clone based approach.**

This is mostly a bug fix release, ensuring LND v0.15.5-beta API compatibility, see https://github.com/bitromortac/lndmanage/pull/141.

Rebalancing was removed, see https://github.com/bitromortac/lndmanage/pull/140.

Changelog: https://github.com/bitromortac/lndmanage/compare/v0.14.2...v0.15.0

0.14.2

This release replaces the internal openchannel funding flow with a wrapper around the lnd batchopen API, which is considered safer.

Please consider upgrading!

0.14.1

Support for LND v0.14.x-beta

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

Main features:
* `rebalance`: the command had a complete overhaul, see https://github.com/bitromortac/lndmanage/pull/109

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

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

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

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

0.14.0

0.14.0beta

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

Main features:
* `update-fees`: Fee optimization via historic demand (see 94 and [readme section](https://github.com/bitromortac/lndmanage#fee-optimization))
* `listpeers`: List aggregated channel statistics for peers (see 97 and [readme section](https://github.com/bitromortac/lndmanage#peer-listing))

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](https://github.com/bitromortac/lndmanage/compare/v0.13.0...v0.14.0).

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.