Skip to content

Commit 9714f01

Browse files
committed
Add release notes
1 parent f1fd87e commit 9714f01

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/release-notes/eclair-vnext.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@
99
We remove the code used to support legacy channels that don't use anchor outputs or taproot.
1010
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.
1111

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`:
19+
20+
```conf
21+
eclair.relay.peer-reputation.enabled = false
22+
eclair.relay.reserved-for-accountable = 0.0
23+
```
24+
1225
### Configuration changes
1326

1427
<insert changes>

0 commit comments

Comments
 (0)