benarc
4c7c792390
Trying to fix
2020-12-04 10:07:59 +00:00
benarc
54c0c9f3a8
Big, broken refactor payments/addresses to charges
2020-12-04 09:59:42 +00:00
benarc
257c9c1c64
Can fetch balance from mem.space
2020-12-03 22:56:34 +00:00
benarc
2db3325727
Added paylinks to table
2020-12-03 18:37:45 +00:00
benarc
c62678b3aa
generated fresh addresses nicely
2020-12-03 17:26:11 +00:00
benarc
48cf23346c
Added get fresh address button
2020-12-02 22:47:33 +00:00
benarc
503c981bc9
Updated example extension
2020-12-02 10:45:12 +00:00
benarc
31b1c0d1d5
Fixed tpos links not being fetched
2020-12-01 22:53:52 +00:00
benarc
ae59c74c24
Added if webhook to stop 500 in webhook absence
2020-12-01 22:35:06 +00:00
benarc
913f2a37c1
Awaits seem to be working in watchonly
2020-12-01 21:39:33 +00:00
benarc
93417e5bdf
added awaits
2020-12-01 20:29:21 +00:00
benarc
a838706090
updated watchonly
2020-12-01 19:54:16 +00:00
benarc
52956a62a2
Added unique hash check to lnurlw
2020-11-30 22:27:53 +00:00
benarc
ccb9d107d5
fixed unique update lnurlw
2020-11-30 22:19:17 +00:00
benarc
edc533e902
Moved amount update to cb in lnurlw
2020-11-30 22:03:20 +00:00
benarc
9db327d5db
changed 'comment' top 'content' in webhook
2020-11-30 21:12:00 +00:00
benarc
16fff9899f
Added webhook for tickets
2020-11-30 14:59:21 +00:00
benarc
67e8c567a3
Fixed some lnticket bugs
2020-11-30 14:02:17 +00:00
fiatjaf
409f62dee7
dependencies update.
2020-11-24 16:25:32 -03:00
fiatjaf
d4e718d29b
fix migration.
2020-11-24 16:25:20 -03:00
fiatjaf
d84915cb00
oops: formatting.
2020-11-21 23:23:11 -03:00
fiatjaf
03706dcbad
withdraw: fix incorrect setting of used+1.
...
fixes https://github.com/lnbits/lnbits/issues/123
2020-11-21 23:20:27 -03:00
fiatjaf
d3fc52cd49
migrate to sqlalchemy-aio.
...
a big refactor that:
- fixes some issues that might have happened (or not) with asynchronous
reactions to payments;
- paves the way to https://github.com/lnbits/lnbits/issues/121 ;
- uses more async/await notation which just looks nice; and
- makes it simple(r?) for one extension to modify stuff from other extensions.
2020-11-21 23:02:14 -03:00
Christian Rotzoll
f877dde2b0
fix #125 qrcode printing ( #126 )
...
Authored-by: rootzoll <rotzoll@MacBook2020.fritz.box>
2020-11-19 22:18:22 -03:00
fiatjaf
594e28eab7
formatting.
2020-11-18 22:26:30 -03:00
fiatjaf
a67b93108b
log errors on faulty lnpay webhooks.
2020-11-12 15:33:02 -03:00
fiatjaf
a198842f50
wallet name on <title>
2020-11-12 15:32:41 -03:00
fiatjaf
22b31a91c7
Merge pull request #122 from lnbits/lnurl-auth
2020-11-12 10:02:55 -03:00
fiatjaf
54881d777e
lnurl-auth: show wallet name on modal.
2020-11-11 22:43:01 -03:00
fiatjaf
b7e337b0ee
lnurl-auth: show the correct wallet linking_key on modal.
2020-11-11 22:42:40 -03:00
fiatjaf
b794f8302d
lnurl-auth: hashing_key -> linking_key.
2020-11-11 22:37:55 -03:00
fiatjaf
805000cd06
fix ecdsa signing because these libraries are too naïve.
2020-11-11 02:41:41 -03:00
fiatjaf
bb94dc6526
fix perform_lnurl error handling.
2020-11-11 02:40:41 -03:00
fiatjaf
d4e30356c7
fix: return "message" instead of "error" so it is handled better at the client.
2020-11-10 22:59:50 -03:00
fiatjaf
4456dd6f59
catch stderr when running git subprocess outside of a git repo.
2020-11-10 22:29:52 -03:00
fiatjaf
eaec3480e6
lnurl-auth from lnbits wallets to services.
2020-11-10 11:36:10 -03:00
fiatjaf
8f1ae1646e
opennode: fix webhook handling (json -> urlencoded data).
2020-11-09 09:38:06 -03:00
benarc
d75c69cd10
fixed first opennode bug
...
Opennode funding source isnt working, there are a few bugs. This fixes the first
2020-11-08 23:15:27 +00:00
fiatjaf
2e12c0ba3c
lnurlp: actually fix what the previous commit did not.
2020-11-03 19:47:13 -03:00
fiatjaf
8947358c80
lnurlp: fix ?amount satoshi -> msatoshi conversion.
2020-11-03 19:12:10 -03:00
benarc
091f9b74f3
Fixed LNURL bug
2020-11-02 21:15:47 +00:00
benarc
cf3c5d83fe
Fixed LNURLw QR bug
2020-11-02 15:52:56 +00:00
fiatjaf
2863653261
lnurlp: accept comments, USD prices, min/max ranges.
2020-10-22 15:58:15 -03:00
fiatjaf
2552fd8fc9
internal payments get reported on async listeners.
2020-10-22 15:36:37 -03:00
fiatjaf
a773584f6f
tags and extras metadata in payment details dialog.
2020-10-21 09:50:45 -03:00
fiatjaf
85ec111ff0
return proper error codes on /lnurlscan
...
so the notification works.
2020-10-20 23:19:23 -03:00
fiatjaf
52619ecc0f
improve querystring handling on lnurl fallback scheme.
2020-10-18 13:33:05 -03:00
fiatjaf
11e04e4314
fix CSS bundle order issue.
...
a final fix for https://github.com/lnbits/lnbits/issues/99
2020-10-17 15:24:23 -03:00
fiatjaf
32d75f7a60
support the lnurl fallback scheme.
...
completing https://github.com/lnbits/lnbits/issues/63
2020-10-17 15:24:10 -03:00
fiatjaf
435f5405c6
minor prettier change.
2020-10-16 14:45:28 -03:00