Skip to content

Releases: accumulator/charge-lnd

v0.2.2

16 Jul 20:38
Compare
Choose a tag to compare
  • small bugfix when using --dry-run
  • add max_htlc_msat_ratio property to set max HTLC as a fraction of total channel capacity
  • Docker WORKDIR now set to /app so config files can be referenced without absolute path
  • show error message instead of stack trace on LND gRPC connect errors

v0.2.1

16 Jul 20:35
Compare
Choose a tag to compare
  • new use_config strategy, to allow a bit more flexibility in organizing policies

v0.2.0

10 Jul 08:24
Compare
Choose a tag to compare
  • refactoring to allow a bit more flexibility, e.g. non-final policies
  • add min_fee_ppm_delta property to limit the number of fee updates
  • use a default delta on the more dynamic strategies

v0.1.3

13 Jun 11:20
Compare
Choose a tag to compare

Minor update

  • robustness fix for terminals not configured for UTF-8
  • allow empty lines and #-prefixed comments in file:// lists
  • allow override of base_fee_msat or fee_ppm for strategy match_peer
  • added example systemd service and timer units
  • added --check option to test config file validity

v0.1.2 bugfix release

20 May 07:36
Compare
Choose a tag to compare

min_age|max_age behaviour was wrong way around.

v0.1.1

20 Apr 09:11
Compare
Choose a tag to compare

Minor update containing a few fixes and a new matching condition:

  • fix missing init.py tripping over older python versions (#9)
  • fix accepting value of 0 for e.g. fee_ppm (#14)
  • add channel age (in blocks) matching criterium
  • proportional strategy rename of min/max parameters and improve error handling