blitz_api/tests
Stefan Stammberger ae59ef9181
feat: implement /lightning/list-all-tx endpoint
This call currently fetches all invoices, payments and transactions each
time the endpoint is hit. TODO: Find a better way to cache this.
Possibly it is a good idea to build this list once on startup and
keep it updatedwhen new transactions roll in.

refs #30
2021-11-02 19:02:08 +01:00
..
models refactor: Rename poorly named classes and events 2021-10-05 19:34:06 +02:00
routers feat: implement /lightning/list-all-tx endpoint 2021-11-02 19:02:08 +01:00
__init__.py test: Add testing dependencies and first tests 2021-10-02 12:00:44 +02:00
conftest.py test: improve ln test setup and coverage 2021-10-03 10:37:51 +02:00
utils.py test: improve ln test setup and coverage 2021-10-03 10:37:51 +02:00