blitz_api/app/models
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 feat: implement /lightning/list-all-tx endpoint 2021-11-02 19:02:08 +01:00
bitcoind.py fix if softforks unavailable 2022-05-18 17:31:43 +02:00
lightning.py feat: implement Core Lightning gRPC backend (#98) 2022-06-04 14:10:44 +02:00
lightning_docs.py chore: format source using the pre_commit command 2022-03-20 17:20:56 +01:00
system.py chore: apply pre_commit, fix typos, update deps 2022-05-18 18:20:13 +02:00