lnbits-legend/lnbits/wallets
dni ⚡ 2940cf97c5
feat: parse nested pydantic models fetchone and fetchall + add shortcuts for insert_query and update_query into Database (#2714)
* feat: add shortcuts for insert_query and update_query into `Database`
example: await db.insert("table_name", base_model)
* remove where from argument
* chore: code clean-up
* extension manager
* lnbits-qrcode  components
* parse date from dict
* refactor: make `settings` a fixture
* chore: remove verbose key names
* fix: time column
* fix: cast balance to `int`
* extension toggle vue3
* vue3 @input migration
* fix: payment extra and payment hash
* fix dynamic fields and ext db migration
* remove shadow on cards in dark theme
* screwed up and made more css pushes to this branch
* attempt to make chip component in settings dynamic fields
* dynamic chips
* qrscanner
* clean init admin settings
* make get_user better
* add dbversion model
* remove update_payment_status/extra/details
* traces for value and assertion errors
* refactor services
* add PaymentFiatAmount
* return Payment on api endpoints
* rename to get_user_from_account
* refactor: just refactor (#2740)
* rc5
* Fix db cache (#2741)
* [refactor] split services.py (#2742)
* refactor: spit `core.py` (#2743)
* refactor: make QR more customizable
* fix: print.html
* fix: qrcode options
* fix: white shadow on dark theme
* fix: datetime wasnt parsed in dict_to_model
* add timezone for conversion
* only parse timestamp for sqlite, postgres does it
* log internal payment success
* fix: export wallet to phone QR
* Adding a customisable border theme, like gradient (#2746)
* fixed mobile scan btn
* fix test websocket
* fix get_payments tests
* dict_to_model skip none values
* preimage none instead of defaulting to 0000...
* fixup test real invoice tests
* fixed pheonixd for wss
* fix nodemanager test settings
* fix lnbits funding
* only insert extension when they dont exist

---------

Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
Co-authored-by: Tiago Vasconcelos <talvasconcelos@gmail.com>
Co-authored-by: Arc <ben@arc.wales>
Co-authored-by: Arc <33088785+arcbtc@users.noreply.github.com>
2024-10-29 09:58:22 +01:00
..
boltz_grpc_files feat: add boltz client fundingsource (#2358) 2024-08-20 10:38:30 +01:00
lnd_grpc_files Mega-merge 4: Reenable LndWallet gRPC and use TrackPaymentV2 (#745) 2022-08-09 11:49:39 +02:00
macaroon feat: use __all__ to export deps from __init__.py (#2630) 2024-08-08 07:29:21 +02:00
__init__.py feat: add boltz client fundingsource (#2358) 2024-08-20 10:38:30 +01:00
alby.py fix: pay invoice status (#2481) 2024-05-10 11:49:50 +02:00
base.py "Failed to connect to https://ws:" crash (#2548) 2024-06-17 17:36:15 +02:00
blink.py feat: Blink funding source (#2477) 2024-07-19 21:32:02 +01:00
boltz.py fix(boltz): sanitize invoice description (#2731) 2024-10-09 19:32:56 +02:00
breez.py feat: add Breez SDK wallet (#1897) 2024-08-06 10:06:21 +02:00
cliche.py feat: add settings.lnbits_running (#2450) 2024-04-22 12:33:53 +03:00
corelightning.py chore: update pyln-client to 24.5 (#2614) 2024-07-30 18:04:28 +02:00
corelightningrest.py fix: add cln unspecified error code bolt11 error to errorcodes (#2503) 2024-05-16 09:59:54 +02:00
eclair.py fix: pay invoice status (#2481) 2024-05-10 11:49:50 +02:00
fake.py test: more payment tests (#2738) 2024-10-17 10:27:36 +02:00
lnbits.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
lndgrpc.py fix: pay invoice status (#2481) 2024-05-10 11:49:50 +02:00
lndrest.py fix: pay invoice status (#2481) 2024-05-10 11:49:50 +02:00
lnpay.py feat: add settings.lnbits_running (#2450) 2024-04-22 12:33:53 +03:00
lntips.py feat: add settings.lnbits_running (#2450) 2024-04-22 12:33:53 +03:00
nwc.py [feat] Nostr Login (#2703) 2024-09-30 13:53:38 +02:00
opennode.py feat: add settings.lnbits_running (#2450) 2024-04-22 12:33:53 +03:00
phoenixd.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
spark.py feat: add settings.lnbits_running (#2450) 2024-04-22 12:33:53 +03:00
void.py feat: adhere to ruff's B rules (#2423) 2024-04-17 13:11:51 +02:00
zbd.py Fix for LNURLp with ZBD wallet (#2609) 2024-07-30 18:04:07 +02:00