Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Dec 12:25
· 15 commits to master since this release

New features

  • Added the min_accept_depth field to set the minimum number of confirmations to consider a channel open for each policy.
  • Added support for accepting zero confirmation channels.

Breaking changes

  • Zero conf channels have to be explicitly accepted instead of rejected. reject_zero_conf_channels is now accept_zero_conf_channels
  • whitelist is now allow_list
  • conditions.whitelist is now conditions.is
  • blacklist is now block_list
  • conditions.blacklist is now conditions.is_not

Changelog