From bf2793be7b3ce4b47d91b788de72b848648258c1 Mon Sep 17 00:00:00 2001 From: archipelago Date: Sun, 14 Jun 2026 14:45:56 -0400 Subject: [PATCH] chore: sync What's New modal for v1.7.93-alpha Co-Authored-By: Claude Opus 4.8 (1M context) --- neode-ui/src/views/settings/AccountInfoSection.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/neode-ui/src/views/settings/AccountInfoSection.vue b/neode-ui/src/views/settings/AccountInfoSection.vue index 1772c57f..c4303c94 100644 --- a/neode-ui/src/views/settings/AccountInfoSection.vue +++ b/neode-ui/src/views/settings/AccountInfoSection.vue @@ -188,6 +188,19 @@ init()
+ +
+
+ v1.7.93-alpha + June 14, 2026 +
+
+

Receiving Bitcoin and Lightning works again on nodes where the Lightning wallet was stuck locked. After some updates the wallet could come back locked with a password the node no longer had, so "generate a receive address" kept failing with a "wallet is locked" message that nothing could clear. The node now detects this and repairs itself automatically.

+

Each node now secures its Lightning wallet with its own unique, randomly generated password instead of a shared built-in one, and remembers it safely so the wallet unlocks on its own after every restart or update — no more getting stuck locked.

+

If a wallet is found locked with an unrecoverable password, the node rebuilds it cleanly so Bitcoin and Lightning start working again. (On these early-access nodes the wallet holds no funds, so nothing is lost — a wallet locked with an unknown password was already inaccessible.)

+

The self-repair was validated end to end on live nodes: a stuck, locked wallet was detected, rebuilt, and came back unlocked on its own, and stayed unlocked across restarts.

+
+