Commit graph

24 commits

Author SHA1 Message Date
Pavol Rusnak
a49a654137
fix flake8 F401+F403 (module imported but unused + unable to detect undefined names) 2023-01-30 11:46:45 +00:00
calle
3bf3c91007
Add backend: ln.tips (LightningTipBot) wallet (#921)
* add ln.tips

* add wallet

* revert lnbits

* make format

* .env.example

* listener fix

* reconnect fixed

* make format

* make format
2022-10-10 16:12:06 +02:00
calle
4fc0a25d41
Mega-merge 4: Reenable LndWallet gRPC and use TrackPaymentV2 (#745)
* readd lndgrpc

* debug logging

* Use TrackPaymentV2

* /v2/router/track

* lnd_router_grpc

* flag for blocking check

* error handling

* fix name

* regtest lndgrpc

* new test pipeline

* fix env

* check for description hash

* remove unnecessary asserts for clarity

* assume that description_hash is a hash already

* no lock

* description hashing in backend

* restore bolt11.py

* /api/v1/payments with hex of description

* comment

* refactor wallets

* forgot eclair

* fix lnpay

* bytes directly

* make format

* mypy check

* make format

* remove old code

* WIP status check

* LND GRPC docs

* restore cln to main

* fix regtest

* import

* remove unused import

* format

* do not expect ok

* check ok

* delete comments
2022-08-09 11:49:39 +02:00
calle
9c19b61e4a
Mega-merge 3: CLN update client lib with descriptionhash support (WIP) (#792)
* CoreLightningWallet
2022-08-01 16:41:50 +02:00
ben
940ef26003 format 2022-07-31 23:51:57 +01:00
ben
cac7e1e3c0 Works almost
Stream needs work
2022-07-31 23:46:42 +01:00
Tiago vasconcelos
2cd6626ca1 get status 2022-04-29 11:39:27 +01:00
Tiago vasconcelos
96c7decae7 Merge branch 'main' into eclair-backend 2022-04-28 15:30:26 +01:00
Ben Arc
ff70efd1eb Removes LNDRPC, if someone wants to fix we can implement again 2022-03-11 14:13:28 +00:00
benarc
c96e7068e5 initi 2022-01-30 10:41:20 +00:00
Tiago vasconcelos
021cf64c1e Added eclair backend 2021-06-23 16:13:48 +01:00
fiatjaf
8b7028d728 add VoidWallet and make it the default. 2020-09-03 21:43:32 -03:00
fiatjaf
0de08dda0b add spark backend and fix c-lightning. 2020-08-29 12:23:01 -03:00
Eneko Illarramendi
9eb253fe55 fix: typo 2020-05-04 17:34:53 +02:00
Arc
99cfdd5531
Update __init__.py 2020-04-25 22:11:27 +01:00
Eneko Illarramendi
8dc2143080 chore: update requirements 2020-04-03 22:52:08 +02:00
Arc
1e6c6a8c3c
Update __init__.py 2020-04-03 13:46:40 +01:00
Arc
97719623a3
Update __init__.py 2020-04-03 11:22:05 +01:00
Arc
9ead85987f
Update __init__.py 2020-04-02 13:07:01 +01:00
Arc
f364ce51c0
Update __init__.py 2020-04-02 07:44:35 +01:00
Arc
ca1a774949
Update __init__.py 2020-01-18 10:24:49 +00:00
Arc
883e826aa4
Update __init__.py 2020-01-15 15:20:38 +00:00
Arc
f598fe29be
ON init 2020-01-12 00:48:45 +00:00
Eneko Illarramendi
47b93a97d6 refactor: unify responses in backend wallets 2020-01-10 21:26:42 +01:00