From b686d97445918e321f61c605c40c2749eb79ebb2 Mon Sep 17 00:00:00 2001 From: Slyghtning Date: Mon, 3 Aug 2026 10:04:45 +0200 Subject: [PATCH] docs: note tapd client hardening Document the RFQ validation, cache responsiveness, and tapd connection lifecycle fixes in the rolling release notes. --- docs/release-notes/release-notes-next.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/release-notes-next.md b/docs/release-notes/release-notes-next.md index 4de57fdb..7c9d492e 100644 --- a/docs/release-notes/release-notes-next.md +++ b/docs/release-notes/release-notes-next.md @@ -6,6 +6,11 @@ #### Bug Fixes +* 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. + [PR #1189](https://github.com/lightninglabs/loop/pull/1189) + #### Maintenance #### Contributors (Alphabetical Order)