lnbits-legend/lnbits
Arc eeca7de10d
Fake wallet fixes (#2983)
* Fake wallet fixes

LNBITS_DENOMINATION and LNBITS_DENOMINATION == 'sats' everywhere!

* added exception to "/api/v1/rate/{currency}"

* fix: create invoice dialog

* cleaning expansion items in wallet

* Revert "fix: create invoice dialog"

This reverts commit 2b550392ba.

* fix fakewallet mask break

* Fix formatted amount for fakewallet

* fixed wallet balance for fakewallet

* Wow, actually cleaning code, win!

* more cleaning

* For Vlad

* more cleaning

* make

* fix for sats

* bundle issue

* fix overflow in drawer for fat wallets and stupid long names

* make

* fixed adds

* fixed ad scale

* fundle

* fix

---------

Co-authored-by: Tiago Vasconcelos <talvasconcelos@gmail.com>
2025-02-23 00:23:36 +00:00
..
core Fake wallet fixes (#2983) 2025-02-23 00:23:36 +00:00
nodes fix: cln nodemanager errors on failed transactions (#2865) 2025-01-13 17:58:37 +02:00
static Fake wallet fixes (#2983) 2025-02-23 00:23:36 +00:00
templates Fake wallet fixes (#2983) 2025-02-23 00:23:36 +00:00
utils Wallet polish (#2942) 2025-02-11 15:19:41 +02:00
wallets Translate expiry to expirySeconds for Phoenixd (#2901) 2025-01-28 11:54:33 +02:00
__init__.py feat: explicitly export for extensions from __init__.py (#2669) 2024-10-14 10:35:41 +03:00
__main__.py overall fixes 2022-10-25 09:23:30 +02:00
app.py fix: keep upgrades out of codebase (#2957) 2025-02-12 13:31:53 +00:00
bolt11.py adding bolt11 lib and removing bolt11.py from the codebase (#1817) 2023-09-25 12:06:54 +02:00
commands.py fix: keep upgrades out of codebase (#2957) 2025-02-12 13:31:53 +00:00
db.py Fix: date grouping for older SQLite versions (#2955) 2025-02-12 13:23:38 +02:00
decorators.py fix: email check 2025-02-06 11:57:01 +02:00
exceptions.py refactor: simplify condition (#2775) 2024-11-13 10:28:46 +02:00
helpers.py feat: add normalize_path helper (#2981) 2025-02-21 11:04:19 +02:00
jinja2_templating.py chore: update to latest fastapi (#2240) 2024-02-06 11:47:36 -03:00
lnurl.py chore: use HTTPStatus where possible (#2795) 2024-12-09 13:50:33 +01:00
middleware.py feat: add normalize_path helper (#2981) 2025-02-21 11:04:19 +02:00
py.typed feat: add PEP561 marker for types (#2415) 2024-04-16 16:16:45 +02:00
requestvars.py I want them to turn black 2021-10-17 18:33:29 +01:00
server.py LNBits -> LNbits typo (#2552) 2024-06-19 09:27:26 +03:00
settings.py fix: pay_invoice timeout to prevent blocking (#2875) 2025-02-23 00:02:39 +00:00
tasks.py feat: parse nested pydantic models fetchone and fetchall + add shortcuts for insert_query and update_query into Database (#2714) 2024-10-29 09:58:22 +01:00