jet 1.6.0
This release automates the removal of old db records (#99). Jet will automatically purge old records, keeping the database size manageable.
In addition, this release introduces logging improvements (#102). All logging will now be done using a central facility, with a standardized log format. By default, jet will limit the amount of logging to info, error, and warning messages, with an option to set the logging level to debug
.
Other changes:
jet probes --peers
- new option to return stats on the current peersjet list-channels
- now shows channels in pending open state
How to upgrade:
git pull
npm install
jet restart all