From 9da66da776e3d9cd5a18a653c03dd4da1f322de1 Mon Sep 17 00:00:00 2001 From: archipelago Date: Tue, 16 Jun 2026 03:33:58 -0400 Subject: [PATCH] docs(changelog): add B17 boot-flap fix to v1.7.97-alpha notes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 944fc932..b52619a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - The Electrum server app opens on its own once it's ready, instead of sometimes leaving a loading spinner stuck on top of the screen. - The Fedimint app now displays with its proper styling and icons, instead of appearing unstyled with a missing image. - The Mempool app now connects to your Bitcoin node whether the node is Bitcoin Core or Bitcoin Knots, instead of only working with one of them. +- Nodes start up cleanly after a reboot. On some boots the node's main service was trying to start before its data drive had finished mounting, so it failed and retried about twenty times over roughly five minutes — showing a wall of "Failed to start" messages — before finally coming up. It now waits for the data drive to be ready first, so it starts on the first try. - The background images throughout the interface now load faster — they've been made significantly smaller with no loss of quality. ## v1.7.96-alpha (2026-06-15)