callebtc
914b9f3ffe
allow amounts >0
2022-02-16 22:23:26 +01:00
Ben Arc
0367ee85a7
removed dense from lower buttons
2022-02-14 15:51:45 +00:00
Ben Arc
0aef9d4d9a
Made dense to save space
2022-02-14 15:48:56 +00:00
Ben Arc
682226c4b6
chnaged button names
2022-02-14 15:36:10 +00:00
Ben Arc
c7e501ac08
Adds lower buttons to wallet UI for smaller screens
2022-02-14 15:29:10 +00:00
Arc
155c32504a
Update api.py
2022-02-14 11:31:42 +00:00
Arc
728ab517f5
Merge branch 'main' into fix/disapearingAdminExt
2022-02-11 11:17:37 +00:00
Tiago vasconcelos
6d58027147
remove print
2022-02-10 17:06:15 +00:00
Tiago vasconcelos
4a35f84e95
fix admin default false
2022-02-10 16:44:47 +00:00
benarc
b5aad94ecd
rolled back admin fix
2022-02-10 13:55:45 +00:00
benarc
0f79213b0f
Tals admin extension fix
2022-02-10 10:09:44 +00:00
Arc
da6a2e772b
Revert "fix disapearing admin extension"
2022-02-10 09:56:02 +00:00
Tiago vasconcelos
d1d62583c4
fix for whitespace in admin users list
2022-02-09 11:16:13 +00:00
Tiago vasconcelos
4c18eb0b34
fix disapearing admin extension
2022-02-09 10:57:24 +00:00
benarc
a7c65d5d60
Fixed admin debit input
2022-02-03 13:15:43 +00:00
benarc
50fcb15725
typo
2022-02-03 13:00:56 +00:00
benarc
75e78d2ab6
FakeWallet own denomination now working
2022-02-02 17:28:00 +00:00
benarc
568a1be91f
Adding denomination for alternative currencies
2022-02-02 13:07:12 +00:00
Ben Arc
dab943baad
fixed internal lnurl
2022-02-01 23:11:26 +00:00
Ben Arc
db734d4acd
added hex
2022-02-01 23:04:40 +00:00
Ben Arc
3927545e32
fixed buggy lnurl checks
2022-02-01 21:22:20 +00:00
Ben Arc
3f0a855526
Black
2022-02-01 20:51:40 +00:00
Ben Arc
d2879aa80c
added value to avoid error
2022-02-01 20:05:58 +00:00
Ben Arc
d1b390b929
Use scope instead of prop
2022-02-01 20:02:21 +00:00
Ben Arc
382622d5ac
Fixed balance update not showing properly
2022-01-31 16:47:58 +00:00
Ben Arc
dbab181759
Admin users can credit accounts
2022-01-31 16:29:42 +00:00
benarc
228717195b
back
2022-01-30 19:43:30 +00:00
calle
b4d00a490b
remove restriction for positive amount to check outgoing payments ( #500 )
2022-01-27 22:58:35 +01:00
Tiago Vasconcelos
918e9be7ed
Upgrade conversion endpoint ( #491 )
2022-01-14 09:19:30 -03:00
benarc
4e0e5b9956
Added conversion endpoint
...
Exposes fiat_amount_as_satoshis
2022-01-11 15:11:48 +00:00
Tiago vasconcelos
a00e46f629
Change _asdict() to dict()
2022-01-05 07:36:10 -03:00
mrbitcoiner
cdeccec01b
2% reserve only for external payments
2021-12-29 11:55:52 -03:00
calle
32ea1106f9
Crud webhook amount ( #474 )
...
* get_standalone_payment selects only incoming tx
2021-12-28 14:05:25 +00:00
benarc
4408f30285
removed print
2021-12-19 23:13:15 +00:00
benarc
fa23be7657
Added check fixed LNURL decode
2021-12-03 00:17:32 +00:00
benarc
907714838b
Added check to explain fee reserve
2021-12-02 21:22:30 +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
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
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
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
Stefan Stammberger
83b7779972
chore: apply black to all .py files
2021-11-24 14:31:55 +01:00