New Features
Added api endpoints for getinfo, pendingchannels and balances
Add chan id and alias to pending channels sections of dashboard (when applicable)
Add 5 customizable variables to AutoFees: FailedHTLC trigger limit, fee adjustment increments, max/min fee rates, and a multiplier (amplify adjustments based on flow)
Rebalancer updates to include fees less than 1 sat (now 1 msat)
Rebalancer option 'AR-Variance' to randomly vary the target rebalance by that % (default 0%)
Rebalancer option 'AR-WaitPeriod' to allow change of wait interval between failures (default 30 min)
Added expiration time (hover for blocks) to pending htlc page and force closure section
AR will now exclude outgoing channels ids with the same pubkey as the target incoming channel (manual requests unaffected)
Address issue with migration to postgres around chan_ids in htlc stream data
All percentage variables previously expressed as a decimal are now expressed as a whole number: AR-Outbound%
, AR-Target%
, AR-MaxCost%