v1.5.1-metrics
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