You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/eclair-vnext.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,19 @@
9
9
We remove the code used to support legacy channels that don't use anchor outputs or taproot.
10
10
If you still have such channels, eclair won't start: you will need to close those channels, and will only be able to update eclair once they have been successfully closed.
11
11
12
+
### Channel jamming accountability
13
+
14
+
We update our channel jamming mitigation to match the latest draft of the [spec](https://github.com/lightning/bolts/pull/1280).
15
+
Note that we use a different architecture for channel bucketing and confidence scoring than what is described in the BOLTs.
16
+
We don't yet fail HTLCs that don't meet these restrictions: we're only collecting data so far to evaluate how the algorithm performs.
17
+
18
+
If you want to disable this feature entirely, you can set the following values in `eclair.conf`:
0 commit comments