Skip to content

Releases: aftermath2/acceptlnd

v2.0.0

01 Jun 16:04
b451224
Compare
Choose a tag to compare

Changelog

v1.0.0

27 Dec 12:25
Compare
Choose a tag to compare

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

v0.2.0

15 Dec 02:13
852cc28
Compare
Choose a tag to compare

Changelog

  • f69c6d9 Add RPC timeout to the configuration
  • ce0a4e0 Add license
  • 26ac477 Add node age field
  • d3b79ce Count latest block
  • f11bda5 Merge pull request #1 from aftermath2/add_oldest_channel_field
  • 360b04f Merge pull request #2 from aftermath2/add_license
  • 0ec3fa7 Merge pull request #3 from aftermath2/add_rpc_timeout
  • 852cc28 Merge pull request #4 from aftermath2/fix_age_calculation

v0.1.0

12 Dec 14:48
a4ad39a
Compare
Choose a tag to compare

Changelog