blitz_api/app
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
..
auth chore: fix some naming issues 2022-03-23 21:03:50 +01:00
external chore: fix some naming issues 2022-03-23 21:03:50 +01:00
models feat: implement Core Lightning gRPC backend (#98) 2022-06-04 14:10:44 +02:00
repositories feat: implement Core Lightning gRPC backend (#98) 2022-06-04 14:10:44 +02:00
routers feat: implement Core Lightning gRPC backend (#98) 2022-06-04 14:10:44 +02:00
__init__.py chore: dep update; update version to 0.5.0 2022-05-28 12:38:10 +02:00
constants.py chore: apply pre_commit, fix typos, update deps 2022-05-18 18:20:13 +02:00
main.py Installapps (#78) 2022-05-05 13:27:59 +02:00
utils.py feat: implement Core Lightning gRPC backend (#98) 2022-06-04 14:10:44 +02:00