Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

31 lines (29 loc) · 1.31 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.8.0]

Added

  • Timeouts can be customized

Changed

  • Config files updated and fixed to showcase the latest changes
  • --allow-unbalance-from and --allow-unbalance-to are deprecated and enabled by default.
  • Zero amount is no longer supported, specify it explicitly or use --rel-amount-to/--rel-amount-from
  • --fail-tolerance now also affects probing the same way it affects failed channels: if the next step is too close to the failed or successful step it's not tried and probing ends with the best known outcome
  • Use separate contexts for probing attempts and rapid rebalances

[1.7.0]

Added

  • This changelog
  • Mission control helper to quickly skip routes that are likely to fail
  • Discussion room in Matrix in README

Changed

  • --exclude-channel and --exclude-node are deprecated in favor of --exclude which accepts both channel and node IDs
  • --from and --to now accept node ids as well and will use all channels open to the specified nodes

Fixed

  • Channels excluded as targets are also excluded as sources in some situations