Releases: accumulator/charge-lnd
Releases · accumulator/charge-lnd
v0.2.2
- 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
- new use_config strategy, to allow a bit more flexibility in organizing policies
v0.2.0
- 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
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
min_age|max_age behaviour was wrong way around.