Skip to content

v0.6.0

Compare
Choose a tag to compare
@nyonson nyonson released this 26 Mar 14:29
· 65 commits to master since this release
  • 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 to 5,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 the fees and the rebalance commands to help coordinate the right amount of fees to pay in active rebalancing.

Full Changelog: v0.5.0...v0.6.0