From 6f75a11044dbaf5fbc289896e54f6ea45701f885 Mon Sep 17 00:00:00 2001 From: George Tsagkarelis Date: Tue, 23 Jan 2024 21:12:36 +0200 Subject: [PATCH] loopd: update release notes --- release_notes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/release_notes.md b/release_notes.md index 38afc60..7178953 100644 --- a/release_notes.md +++ b/release_notes.md @@ -16,6 +16,15 @@ This file tracks release notes for the loop client. #### New Features +* Sweep Batcher: A new sub-system was added that handles all the loopout +sweeps. Successful loopout HTLCs will no longer be swept back to the wallet via +individual transactions but will instead form a single transaction that holds +multiple inputs and pays to a single output. This will significantly reduce +chain fee costs as it's using less block space by directly consolidating all the +htlcs to a single address. Loopouts that pay to non-wallet addresses will still +use individual transactions as their output cannot be mutated. + + #### Breaking Changes #### Bug Fixes