lnbits-legend/lnbits
callebtc 9f40b3cdbd
Tests: hold invoice tests pending during payment (#1839)
* tests: hold invoice tests pending during payment

* sigh...

* ok

* hash preimage

* preimage_hash == payment_hash

* should error

* check that payment is gone

* cancel task while in-flight

* lnbits endpoing return error

* return error

* add both options

* fix list

* respond to error

* return false if payment status errors

* outgoing invoice should be deleted after one status check

* test api_payments_create error
2023-07-31 20:25:22 +02:00
..
core websocket internal payment notifications (#1831) 2023-07-26 12:08:22 +02:00
static Fix drawer (#1836) 2023-07-26 10:35:52 +02:00
templates Adds security tools, such as a rate limiter, IP block/allow, server logs (#1606) 2023-06-20 11:26:33 +02:00
utils fix isort check 2022-07-25 12:03:06 +02:00
wallets Tests: hold invoice tests pending during payment (#1839) 2023-07-31 20:25:22 +02:00
__init__.py refactor: clean up __init__ file following some Flask conventions 2020-09-06 21:06:01 -03:00
__main__.py overall fixes 2022-10-25 09:23:30 +02:00
app.py fix ugly printed error of uvicorn.error (#1833) 2023-07-24 13:25:47 +02:00
bolt11.py reintroduce E203, black does not like that one 2023-04-17 08:38:12 +02:00
commands.py FEAT: build static files with npm (sass, concat, minify), remove build step from python, include minified bundle files (#1601) 2023-04-21 14:51:46 +02:00
db.py Bug: invalid type converter (#1842) 2023-07-31 10:21:45 +02:00
decorators.py Fix user label across lnbits (#1771) 2023-06-20 08:41:57 +02:00
extension_manager.py s/gihub/github/g (#1767) 2023-06-19 12:22:53 +02:00
helpers.py remove nested filters (#1843) 2023-07-31 10:21:30 +02:00
jinja2_templating.py fix pyright lnbits 2023-04-04 07:34:17 +02:00
lnurl.py fix pylint W0612 (unused-variable) 2023-01-30 11:46:43 +00:00
middleware.py Fix ip blocker 2nd try (#1796) 2023-07-03 11:25:00 +02:00
requestvars.py I want them to turn black 2021-10-17 18:33:29 +01:00
server.py remove extensions dir completly, create it on startup (#1778) 2023-07-18 13:46:50 +02:00
settings.py add github workflow for checking openapi (#1551) 2023-07-19 12:28:27 +01:00
tasks.py Refactor get walletclass (#1776) 2023-06-27 16:11:00 +02:00