v0.6.0
- Exposing the local liquidity threshold and fee settings for easier experimentation.
-liquidity-thresholds
flag determines how channels are grouped into liquidity buckets, while the-liquidity-fees
flag determines the fee settings applied to those groups.- For example, if thresholds are set to
80,20
and fees set to5,50,500
, then channels with over 80% local liquidity will have a 5 PPM fee, channels between 80% and 20% local liquidity will have a 50 PPM fee, and channels with less than 20% liquidity will have a 500 PPM fee. -liquidity-thresholds
and-liquidity-fees
are global because they are used in both thefees
and therebalance
commands to help coordinate the right amount of fees to pay in active rebalancing.
Full Changelog: v0.5.0...v0.6.0