Skip to content

Commit 3230761

Browse files
committed
release notes
1 parent a64b14c commit 3230761

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/release-notes/eclair-vnext.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ When using anchor outputs, allows propagating our local commitment transaction t
1313

1414
This removes the need for increasing the commitment feerate based on mempool conditions, which ensures that channels won't be force-closed anymore when nodes disagree on the current feerate.
1515

16+
### Attributable failures
17+
18+
Eclair now supports attributable failures which allow nodes to prove they are not the source of the failure and provide timing data.
19+
Previously a failing node could choose not to report the failure and we would penalize all nodes of the route.
20+
If all nodes of the route support attributable failures, we only need to penalize two nodes (there is still some uncertainty as to which of the two nodes is the failing one).
21+
See https://github.com/lightning/bolts/pull/1044 for more details.
22+
Support is enabled by default, it can be disabled by setting `eclair.features.option_attributable_failure = disbaled`.
23+
1624
### API changes
1725

1826
- `listoffers` now returns more details about each offer.

0 commit comments

Comments
 (0)