Commit Graph

1581 Commits

Author SHA1 Message Date
benarc
31beec4f48 All works 2021-12-19 22:58:23 +00:00
benarc
6a4290c0e9 paying function works 2021-12-19 22:28:19 +00:00
benarc
331a383223 Adding manual check 2021-12-17 12:15:33 +00:00
benarc
22440492d9 adding api point for manual checking lnurlpayouts 2021-12-16 23:55:10 +00:00
benarc
7cbf8d8902 Added title 2021-12-16 23:39:51 +00:00
benarc
55ec6b7fbe Merge remote-tracking branch 'origin/FastAPI' into lnurlpayout 2021-12-16 21:18:38 +00:00
fiatjaf
703e6107fa remove old fiatjaf's checksum thing (replaced with stepan's). 2021-12-16 15:55:36 -03:00
Ben Arc
13a34d78e2 server to baseURL 2021-12-16 17:07:23 +00:00
Ben Arc
b570d82a68 Formatted 2021-12-16 17:01:45 +00:00
benarc
4f6e49b02f added Stepans fix 2021-12-15 14:47:45 +00:00
Arc
2609c2124e
Merge pull request #463 from lnbits/compatible-lnurlpos
lnurlpos v2 lnurl endpoint (backwards-compatible)
2021-12-15 00:21:27 +00:00
fiatjaf
09990450b7 lnurlpos v2 lnurl endpoint.
compatible with the phone app and updated device.
2021-12-14 17:00:20 -03:00
benarc
f3876d547e Added title 2021-12-09 18:04:04 +00:00
benarc
d00bd9a995 lnul display without refresh 2021-12-09 10:32:03 +00:00
benarc
1227fb980f few prints 2021-12-09 10:16:40 +00:00
calle
43b48376bb
lndrest fees for fastapi (#459) 2021-12-09 00:26:08 +01:00
benarc
7e6b2ba029 Should work, listener logic in 2021-12-08 11:43:13 +00:00
benarc
0ab158992e Checks wallet balance is at threshold 2021-12-08 10:28:43 +00:00
benarc
410689e04b completing listener, need to fetch pay lnurlpay 2021-12-06 13:07:47 +00:00
benarc
5f3bbd9695 Should be working 2021-12-06 12:56:48 +00:00
Arc
d21b68a5e7
Merge pull request #417 from chill117/fastapi-tests
Unit tests for FastAPI branch
2021-12-05 22:13:10 +00:00
Charles Hill
4e6c30a909
Unit tests for FastAPI branch
Run via `make test`
2021-12-04 13:11:45 -06:00
benarc
9465347669 Added listener, need to check wallet id agianst lnurlpayouts 2021-12-03 10:50:17 +00:00
benarc
1acdd4b548 Added restrictions 2021-12-03 00:36:02 +00:00
benarc
fa23be7657 Added check fixed LNURL decode 2021-12-03 00:17:32 +00:00
benarc
2490b218b1 Merge remote-tracking branch 'origin/FastAPI' into lnurlpayout 2021-12-02 22:56:54 +00:00
benarc
cacee8d072 Form works, check LNURL is valid url 2021-12-02 22:56:31 +00:00
benarc
907714838b Added check to explain fee reserve 2021-12-02 21:22:30 +00:00
benarc
ccc52dc585 Merge branch 'FastAPI' into lnurlpayout 2021-12-02 11:47:00 +00:00
benarc
69a4583203 wos debugging
lnurl debug

text identifier

text

try1

try2

debugging

more debug

...

....

hard code indentifier

.

more hard code

.

trying

revert

remove identifier

adding identifier...again

.

stupid

return text instead of json

htmlresponse

on more spin

.

added tag

revert to JSON return

.

ditch lnurl lib

.

..

..

clean prints
2021-12-01 21:55:04 +00:00
Tiago vasconcelos
290268885d fix purge
check for missing protocol

fix request url default

more debub

fix lnbits root url

add documentation reference
2021-11-30 15:13:06 +00:00
benarc
b9bc36fabf Merge remote-tracking branch 'origin/FastAPI' into FastAPI 2021-11-30 10:08:46 +00:00
Arc
b4ad8cb5b2
Merge pull request #443 from lnbits/fastapi_fix_lndrestwallet_fee_limit
(FastAPI) LNDRest fee limit
2021-11-30 09:04:01 +00:00
callebtc
12c2a04b2a LNDRest fee limit 2021-11-29 18:10:11 +01:00
benarc
b7fcf461f1 init 2021-11-28 18:11:35 +00:00
Arc
1609280f53
Merge pull request #438 from lnbits/usermanager_api_fix
Fix UserManager endpoint collision (FastAPI)
2021-11-28 17:04:48 +00:00
callebtc
ad3942f844 remove type comment 2021-11-27 13:01:12 +01:00
callebtc
2612e60647 annotation for optional attributes 2021-11-27 12:43:14 +01:00
callebtc
3fd66f38da rename endpoint to avoid collision 2021-11-27 12:42:19 +01:00
Stefan Stammberger
3831bca9e2
fix: cleanup core/views/generic.py
* Fixed withdraw endpoint query params access
    was: request.query_params.get("usr")
    corrected: request.query_params.get("usr")
* Added missing response classes
* Removed old comments and commeted out code
* Deleted the unused auth_bearer.py file
2021-11-27 10:13:32 +01:00
Arc
ed198d3e7d
Merge pull request #435 from arcbtc/FastAPI
Cleanup and black
2021-11-26 05:59:10 +00:00
benarc
56397026c8 Chore, applied black 2021-11-26 05:58:20 +00:00
Stefan Stammberger
efec7cb8f0 Revert "chore: apply black to all .py files"
This reverts commit 83b7779972.
2021-11-26 05:56:30 +00:00
Tiago vasconcelos
cfac70d394 general cleanup and unused imports removal 2021-11-25 18:52:16 +00:00
Tiago vasconcelos
2b0bd43974 clean prints 2021-11-25 17:26:46 +00:00
Tiago vasconcelos
b33f0ecae2 request issues again 2021-11-25 17:24:03 +00:00
Tiago vasconcelos
ae50b909eb again 2021-11-25 17:19:49 +00:00
Tiago vasconcelos
98a55bf0df request client 2021-11-25 17:12:41 +00:00
Tiago vasconcelos
4fff5c3b7a missing request 2021-11-25 17:08:20 +00:00
Tiago vasconcelos
1b29eb9f75 fix lnaddress 2021-11-25 16:24:11 +00:00