Commit graph

8 commits

Author SHA1 Message Date
Oliver Gugger
65251e8821
multi: update linter, fix issues 2025-03-10 22:59:50 +01:00
Oliver Gugger
722ad8839d
multi: update lnd compile-time dependency to v0.19.0 2025-03-10 22:59:49 +01:00
Andras Banki-Horvath
0591a941a7
notifications: do not hog the CPU if there's no L402 token yet 2025-02-06 20:03:55 +01:00
Andras Banki-Horvath
61e1528526
notifications: handle pending L402 payment 2025-01-29 20:48:30 +01:00
Andras Banki-Horvath
43aa5664fe
notifications: implement incremental backoff for invalid L402 tokens 2025-01-29 20:21:52 +01:00
sputn1ck
216aebbbbf
notifications: add support for new ntfn
This commit adds support for the new notification of type
NotificationTypeStaticLoopInSweepRequest. This notification is sent when
a sweep request is received from the server.
2024-12-12 18:31:09 +01:00
sputn1ck
e9f1a1aef3
ntfn: use l402 store for tokens
This commit changes the way we fetch the l402 tokens for the
notification stream. Instead of fetching them from the server and
paying an invoice, we now look into our local store for the token.
This means that a loop client will not autofetch a token.
2024-10-30 17:12:28 +01:00
sputn1ck
5df53cd81a
notifications: add notification manager
This commit adds a generic notification manager
that can be used to subscribe to different types
of notifications.
2024-10-08 14:58:41 +02:00