dni ⚡
dni ⚡
error is not raised, even if failed webhook would be marked as sent every time
//TODO - A reader MUST check that the signature is valid (see the n tagged field) //TODO - Tagged part of type f: the fallback on-chain address should be decoded...
i think this feature is undocumented and the code is very outdated. i don't think it is worth to keep. looking at the `/lnurlwallet` endpoint for example, it creates a...
WIP, idea on how to load extensions differently. this could also handle stuff like, disabling extensions scheduled tasks if you pass them back via the `LoadExtension` model. this currently done...
add usermanager to admin_ui. show user accounts and wallets with transaction count and balance  - adds `manage user section` - move topup to users - enable / disable admins
feature is required by #2139
let the app have the responsibility to create the tasks not a helper function inside tasks.py. makes it way easier to follow on how those background tasks are ran.
i stumbled upon this stackoverflow on how you unload routes in fastapi and i know we have some special magic going on for it in lnbits. so i think its...