Commit graph

10 commits

Author SHA1 Message Date
dni ⚡
b457fecc90
refactor: use get_pr_from_lnurl instead of api_lnurlscan (#35)
* refactor: use `get_pr_from_lnurl` instead of `api_lnurlscan`
2025-08-18 12:11:30 +02:00
dni ⚡
4e2ebb7944
feat: pass previous memo through (#31)
now the memo of the payment has this form
`{memo;memo_parent_payment;payment_hash_parent_payment}
2025-02-26 12:56:31 +01:00
dni ⚡
0bf1557ce7
fix: linting (#30) 2025-02-26 12:36:41 +01:00
Sat
c524bcee69
Handle hodl invoices asynchronously tasks.py (#25)
- Modified the on_invoice_paid function to call pay_invoice asynchronously using asyncio.create_task.
- Added a new function pay_invoice_in_background to handle the asynchronous payment processing and exception handling.
- Ensured that the main event loop remains responsive even when encountering hodl invoices by running pay_invoice in the background.
2025-02-26 12:22:52 +01:00
arcbtc
c36b5131c0 Fix: Keys were not working for splits 2025-02-12 13:48:34 +00:00
dni ⚡
5042d40af6
feat: update to lnbits 1.0.0 (#27)
* feat: update to lnbits 1.0.0
* fix select wallet
* fix splits
* fix: types, postgres errors with cache
---------

Co-authored-by: Tiago Vasconcelos <talvasconcelos@gmail.com>
2024-11-28 12:28:00 +01:00
dni ⚡
32bf4ae1d6
feat: code quality (#26)
* feat: code quality

* fixes
2024-08-02 11:05:26 +03:00
Tiago Vasconcelos
a2efae3c30
Fix deleting last target (#7)
* fix deleting last target
2023-09-26 13:43:51 +02:00
dni ⚡
5bb234b797
FIX: issues and improvements to frontend, add lnurlp/lnurladdress, remove split by tag feature (#4)
* deinitialize task
* rework of frontend
* add lnurl and lightningaddresses
* substract fee_reserve from external split, for potential routing fee, add a warning to ui
2023-03-24 21:03:33 +01:00
Arc
ed083e4268
Add files via upload 2023-02-14 14:46:19 +00:00