Releases: aftermath2/acceptlnd
Releases · aftermath2/acceptlnd
v2.0.0
Changelog
- 57faef7 Add inbound fees fields
- 24f410f Add inbound note
- 35ef67c Add max_channels field
- d0fa331 Merge pull request #14 from aftermath2/dependencies_upgrade
- b451224 Merge pull request #15 from aftermath2/update_build
- 2692eed Remove freebsd and openbsd
- ca30134 Simplify channel functions
- da721be Simplify outgoing and incoming fields
- 5f05089 Typo fix
- 3d61fa7 Update documentation
- 44c88d8 Update license year
- 05ffb26 Upgrade Go version
- 1bd6429 Upgrade dependencies
- 72af1d7 Upgrade dependencies
- 05033e6 Use new method to create gRPC connections
v1.0.0
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 nowaccept_zero_conf_channels
whitelist
is nowallow_list
conditions.whitelist
is nowconditions.is
blacklist
is nowblock_list
conditions.blacklist
is nowconditions.is_not
Changelog
- db70684 Add min_accept_depth field
- 3c28a47 Fix channels example
- da906bd Handle zero conf requests
- c3dffb0 Rename public key lists
- b8e6cf3 Rollback btcd upgrade
- 60390bf Set response fields when evaluating the policy
- e45c67b Update documentation
- a335218 Update documentation
- fc9f396 Update documentation
- 38a7a94 Update example
- dd429ac Update examples
- 9f9a403 Upgrade dependencies
v0.2.0
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