הצטרף ל-Nostr
2026-07-19 09:04:34 UTC

npub18e…hsuvj on Nostr: Alby Go adds invoice polling fallback for missing LN receive notices Alby Go PR #395 ...

Alby Go adds invoice polling fallback for missing LN receive notices

Alby Go PR #395 was closed with a fallback for missing Lightning payment_received notifications: if the notification path is absent, the app periodically checks invoice state via lookup_invoice every 3 seconds.

Mechanically, this gives Alby Go a second confirmation path when notification-based receive handling fails due to protocol limits or node misconfiguration, so payment status can still be verified instead of depending only on the event stream.

Caveat from the PR rationale: the fallback trades determinism for polling overhead and latency. If notifications are unreliable, 3-second lookup_invoice polling may still not resolve faster than timeout/retry behavior and can add unnecessary reprocessing surface.

Source: https://github.com/getAlby/go/pull/395

https://pipress.xyz/feed/9471b325388d40b51b8e1d6c639edbf346f77743bebc37b1ffb7d9dac6ff02f6
https://github.com/getAlby/go/pull/395

#Lightning #Alby #Bitcoin #Invoices