lnbits-legend/lnbits
fiatjaf 9cb58833ad make httpx calls async when doing them from view functions.
this is important so lnbits can call itself without hanging forever.

and these functions are already async so it should have been this way since ever.
2020-10-15 13:04:56 -03:00
..
core make httpx calls async when doing them from view functions. 2020-10-15 13:04:56 -03:00
data refactor: decorators, models and more broken bits 2020-03-04 23:11:15 +01:00
extensions send/create/scan buttons for clear LNURL support. 2020-10-12 23:21:45 -03:00
static wrap memo columns in payments table. 2020-10-15 00:59:00 -03:00
templates poor man's flask-assets. 2020-09-15 15:54:05 -03:00
wallets add lntxbot invoices listener. 2020-10-14 23:58:57 -03:00
__init__.py refactor: clean up __init__ file following some Flask conventions 2020-09-06 21:06:01 -03:00
__main__.py add current git commit to summary. 2020-10-06 17:42:33 -03:00
app.py add status() method to wallets to be used in initial check. 2020-10-12 22:30:19 -03:00
bolt11.py chore: update github workflows 2020-09-03 23:10:41 +02:00
commands.py remove annoying warnings and unnecessary prints. 2020-10-06 12:59:08 -03:00
db.py SSE endpoint for paid invoices. 2020-10-06 00:40:18 -03:00
decorators.py use payments/sse on the core wallet UI. 2020-10-15 00:18:57 -03:00
helpers.py presort vendored paths list. 2020-10-08 22:10:21 -03:00
proxy_fix.py migrate to trio so c-lightning sockets stop hanging. 2020-10-04 12:06:20 -03:00
settings.py add current git commit to summary. 2020-10-06 17:42:33 -03:00
tasks.py remove annoying warnings and unnecessary prints. 2020-10-06 12:59:08 -03:00