Skip to content

v1.5.3-liquidity

Compare
Choose a tag to compare
@itsneski itsneski released this 15 Nov 05:08
· 52 commits to main since this release

jet 1.5.3

This release optimizes liquidity allocation for low-volume peers. Jet attempts to revive low-volume peers by moving small amounts of liquidity to the local side. This release caps the liquidity proportionally to the total channel capacity.

In addition, this release eliminates occasional rebalances that happen in the absence of forwards. Jet now factors pending htlcs (on forwards) into the rebalancing algo.

Other changes:

  • jet info is a new tool that shows basic node stats like bitcoin balance, number of channels, etc
  • jet stats now shows a breakdown of forwarded sats into inbound and outbound
  • fixed occasional 'SQLITE_BUSY: database is locked' exceptions that cause daddy to exit
  • updated dependencies, make sure to run npm install

How to upgrade:

git pull
npm install
jet restart all