blitz_api/app/models
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
..
__init__.py feat: implement /lightning/list-all-tx endpoint 2021-11-02 19:02:08 +01:00
bitcoind.py refactor: Rename poorly named classes and events 2021-10-05 19:34:06 +02:00
lightning.py feat: implement /lightning/list-all-tx endpoint 2021-11-02 19:02:08 +01:00
lightning_docs.py feat: implement /lightning/list-all-tx endpoint 2021-11-02 19:02:08 +01:00
system.py feat: implement get a raw system logs endpoint 2021-09-20 11:22:50 +02:00