From 4f07354ff592255be87b3bf6d6981af60bf6e0aa Mon Sep 17 00:00:00 2001 From: Slyghtning Date: Tue, 11 Aug 2026 11:43:54 +0200 Subject: [PATCH] docs: document instant out reliability improvements Record the reservation and Instant Out validation, recovery, fee-limit, and lifecycle updates in the next release notes. --- docs/release-notes/release-notes-next.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-next.md b/docs/release-notes/release-notes-next.md index f0ca7972..f7f24269 100644 --- a/docs/release-notes/release-notes-next.md +++ b/docs/release-notes/release-notes-next.md @@ -6,6 +6,10 @@ #### Bug Fixes +* Hardened Instant Out and reservation handling against malformed server + responses, invalid signatures and reservation outputs, resource exhaustion, + unsafe recovery, excessive swap fees, and under-scoped macaroon permissions. + * Taproot Asset Loop Out handling now validates RFQ timeouts and asset rates, keeps cached asset-name lookups responsive during slow `tapd` queries, and closes `tapd` connections cleanly during shutdown and startup failures.