API
No public API changes. proto/service and proto/autogenerated/client.md are unchanged since v0.0.38.
Config
No new or changed configuration options.
Migration
No database migrations required.
Changes
- Startup hang fix:
GetPaymentFromHash(LNDtrackPaymentV2) now times out after 10 seconds instead of waiting indefinitely. Pending-payment reconciliation during startup can no longer block Nostr relay connection. On timeout, the payment stays pending and is retried later rather than being treated as not found. - Inactive user cleanup:
CleanupInactiveUsersandCleanupNeverActiveUsersskip users with pending outgoing payments, avoiding deletion or ban while a spend is still in flight.