We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fdde9 commit 6f75a11Copy full SHA for 6f75a11
release_notes.md
@@ -16,6 +16,15 @@ This file tracks release notes for the loop client.
16
17
#### New Features
18
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
28
#### Breaking Changes
29
30
#### Bug Fixes
0 commit comments