Skip to content

v1.1.0-full-profitability

Compare
Choose a tag to compare
@itsneski itsneski released this 10 Dec 20:25
· 307 commits to main since this release

jet 1.1.0

Added support for full profitability for circular rebalances. A new config setting, rebalance.enforceProfitability, when set to true, will pause all non-profitable [automated] rebalances and leave only profitable ones. The setting is off by default preserving the current behavior.

New monitoring tool, jet monitor --status, will show rebalance status for peers, active or paused, along with recommended local ppm range. In addition, the telegram bot has been updated with new notifications.

Other changes:

fixed #21: added version support, jet --version
fixed #32: jet list-channels now shows top 10 channels based on channel state footprint
fixed #33: added auto-restart for htlc-logger in case the lnd api handle is terminated by lnd
fixed #34: skip recording missed htlcs in the db triggered by rebalances
fixed #35: added rebalancer.minCapacity config setting as a min threshold, in terms of capacity, for channels to be excluded from auto rebalancing

How to upgrade:

git pull
jet restart all