Skip to content

Commit 6f75a11

Browse files
committed
loopd: update release notes
1 parent 33fdde9 commit 6f75a11

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

release_notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ This file tracks release notes for the loop client.
1616

1717
#### New Features
1818

19+
* Sweep Batcher: A new sub-system was added that handles all the loopout
20+
sweeps. Successful loopout HTLCs will no longer be swept back to the wallet via
21+
individual transactions but will instead form a single transaction that holds
22+
multiple inputs and pays to a single output. This will significantly reduce
23+
chain fee costs as it's using less block space by directly consolidating all the
24+
htlcs to a single address. Loopouts that pay to non-wallet addresses will still
25+
use individual transactions as their output cannot be mutated.
26+
27+
1928
#### Breaking Changes
2029

2130
#### Bug Fixes

0 commit comments

Comments
 (0)