robosats/api
Reckless_Satoshi 5ff70bccb7
Add core-lightning as backend lightning node vendor (#611)
* Add CLN node backend image and service (#418)

* Add cln service

* Add hodlvoice Dockerfile and entrypoint

* Add lnnode vendor switch (#431)

* Add LNNode vendor switch

* Add CLN version to frontend and other fixes

* init

* first draft

* add unsettled_local_balance and unsettled_remote_balance

* gen_hold_invoice now takes 3 more variables to build a label for cln

* remove unneeded payment_hash from gen_hold_invoice

* remove comment

* add get_cln_version

* first draft of clns follow_send_payment

* fix name of get_lnd_version

* enable flake8

* flake8 fixes

* renaming cln file, class and get_version

* remove lnd specific commented code

* get_version: add try/except, refactor to top to mimic lnd.py

* rename htlc_cltv to htlc_expiry

* add clns lookup_invoice_status

* refactored double_check_htlc_is_settled to the end to match lnds file

* fix generate_rpc

* Add sample environmental variables, small fixes

* Fix CLN gRPC port

* Fix gen_hold_invoice, plus some other tiny fixes (#435)

* Fix channel_balance to use int object inside Amount (#438)

* Add CLN/LND volume to celery-beat service

* Add CLN/LND volume to celery-beat service

* Bump CLN to v23.05

* changes for 0.5 and some small fixes

* change invoice expiry from absolute to relative duration

* add try/except to catch timeout error

* fix failure_reason to be ln_payment failure reasons, albeit inaccurate sometimes

* refactor follow_send_payment and add pending check to expired case

* fix status comments

* add send_keysend method

* fix wrong state ints in cancel and settle

* switch to use hodlinvoicelookup in double_check

* move pay command after lnpayment status update

* remove loop in follow_send_payment and add error result for edge case

* fix typeerror for payment_hash

* rework follow_send_payment logic and payment_hash, watch harder if pending

* use fully qualified names for status instead of raw int

* missed 2 status from prev commit

* Always copy the cln-grpc-hodl plugin on start up

* Fix ALLOW_SELF_KEYSEND linting error

* Fix missing definition of failure_reason

---------

Co-authored-by: daywalker90 <admin@noserver4u.de>
2023-05-22 14:56:15 +00:00
..
lightning Add core-lightning as backend lightning node vendor (#611) 2023-05-22 14:56:15 +00:00
management/commands Add tracking of old locked invoices to follow-invoices 2023-05-22 03:43:43 -07:00
migrations Allow blank order donated field on lnpayment admin edits 2023-05-18 07:27:24 -07:00
models Allow blank order donated field on lnpayment admin edits 2023-05-18 07:27:24 -07:00
nick_generator Add RobotTokenSHA256 middleware, /api/robot and frontend entropy calc (#512) 2023-05-05 10:12:38 +00:00
__init__.py Create api django app 2022-01-01 14:13:27 -08:00
admin.py Allow blank order donated field on lnpayment admin edits 2023-05-18 07:27:24 -07:00
apps.py Re-format all python code 2022-02-17 11:50:10 -08:00
logics.py Add core-lightning as backend lightning node vendor (#611) 2023-05-22 14:56:15 +00:00
notifications.py Coordinator db performance clean up (#561) 2023-05-08 12:49:21 -07:00
oas_schemas.py Rename repository 2023-05-09 06:07:16 -07:00
serializers.py Add pgp signature to sensitive client - coordinator messages (#592) 2023-05-17 13:06:04 +00:00
tasks.py Add keysend devfund donations functionality (#589) 2023-05-16 17:12:15 +00:00
tests.py Conform to pep8 rules (#295) 2022-10-20 20:53:51 +00:00
urls.py Add RobotTokenSHA256 middleware, /api/robot and frontend entropy calc (#512) 2023-05-05 10:12:38 +00:00
utils.py Add core-lightning as backend lightning node vendor (#611) 2023-05-22 14:56:15 +00:00
views.py Add core-lightning as backend lightning node vendor (#611) 2023-05-22 14:56:15 +00:00