blitz_api/app/routers
fusion44 de9a96e621
feat: implement Core Lightning gRPC backend (#98)
Some remaining issues with current implementation:

Some remaining issues with current implementation:

* Some calls require shell access to lightning-cli as some gRPC calls are not yet implemented
* Getting on-chain fund flows is not as nice as it is with LND and required access to the Core Lightning SQlite database
* With current API you can only get current outputs
* High probability of bugs arising

closes #45
2022-06-04 14:10:44 +02:00
..
__init__.py initial commit 2021-06-10 21:13:26 +02:00
apps.py chore: apply pre_commit, fix typos, update deps 2022-05-18 18:20:13 +02:00
apps_docs.py feat: implement an app status mock 2021-06-20 10:26:21 +02:00
bitcoin.py chore: fix some naming issues 2022-03-23 21:03:50 +01:00
bitcoin_docs.py feat: implement fee estimation endpoint 2021-12-06 18:38:01 +01:00
lightning.py feat: implement Core Lightning gRPC backend (#98) 2022-06-04 14:10:44 +02:00
lightning_docs.py feat: implement Core Lightning gRPC backend (#98) 2022-06-04 14:10:44 +02:00
setup.py chore: apply pre_commit, fix typos, update deps 2022-05-18 18:20:13 +02:00
system.py chore: apply pre_commit, fix typos, update deps 2022-05-18 18:20:13 +02:00
system_docs.py chore: format source using the pre_commit command 2022-03-20 17:20:56 +01:00
wallet.py initial commit 2021-06-10 21:13:26 +02:00