Skip to content

The big one, fixed, still with colors

Compare
Choose a tag to compare
@C-Otto C-Otto released this 29 Jul 15:07
· 185 commits to main since this release

This release includes a few fixes and improvements that didn't make it into v2.0.

The highlights:

  • Everything from v2.0: https://github.com/C-Otto/rebalance-lnd/releases/tag/v2.0
  • Bugfix: When specifying the --to channel, the v2.0 used a fee rate limit that was too low.
  • You may now request a very compact list of all channels (ID, local/remote liquidity, alias): rebalance.py -c (or --compact).
  • Everything is much faster: the script loads individual edges instead of the whole LN graph.
  • You may pass channel IDs in three formats: 762081404967976961, 693109:2316:1, or 693109x2316x1.
  • You can show information about a single channel: rebalance.py -l --show-only ID.
  • A bug made --reckless more or less worthless in v2.0. This is fixed, so that you can be reckless!
  • rebalance-lnd should also work on terminals that do not support unicode (UTF-8).