Skip to content

v0.0.39

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Aug 19:53
09a826b

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 (LND trackPaymentV2) 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: CleanupInactiveUsers and CleanupNeverActiveUsers skip users with pending outgoing payments, avoiding deletion or ban while a spend is still in flight.