Skip to content

v1.5.1-metrics

Compare
Choose a tag to compare
@itsneski itsneski released this 20 Aug 22:31
· 101 commits to main since this release

jet 1.5.1

This release introduces profitability metrics via jet stats. Node operators can now see how many sats they earned or lost over a particular time period. They can also compare metrics from different time periods, including routing volume metrics, per-channel and cumulative metrics.

In addition, this release introduces a new daemon, worker, that is responsible for a variety of management tasks, such as reconnecting inactive peers, populating database tables, detecting inactive peers, etc.

The log file names have been standardized and aligned with the service names. The following table reflects the changes:

daemon log name old name
daddy jet-daddy.log launcher.log
worker jet-worker.log
logger jet-logger.log htlc-logger.log
telegram jet-telegram.log telegram.log
rebalancer jet-rebalancer.log rebalancer.log

Other changes:

  • fixed #89: lnd connect error for nodes in voltage.cloud

How to upgrade:

git pull
jet restart all