Commit graph

1621 commits

Author SHA1 Message Date
Tiago vasconcelos
f16ead4f73 update funding wallets 2022-10-05 13:01:59 +02:00
Tiago vasconcelos
4d16c296aa success message 2022-10-05 13:01:59 +02:00
Tiago vasconcelos
5ec7f21650 make string to list 2022-10-05 13:01:59 +02:00
Tiago vasconcelos
0a211a2fb2 cleanup 2022-10-05 13:01:59 +02:00
Tiago vasconcelos
edfa98f00e add some defaults 2022-10-05 13:01:59 +02:00
Tiago vasconcelos
bc090190fc update settings and topup logic 2022-10-05 13:01:59 +02:00
Tiago vasconcelos
663c7ebd2f update admin settings in db 2022-10-05 13:01:59 +02:00
Tiago vasconcelos
66a7f53b97 topup wallet endpoint 2022-10-05 13:01:59 +02:00
Tiago vasconcelos
582cc52ac6 make it work from g() 2022-10-05 13:01:59 +02:00
Tiago vasconcelos
de21f02161 refactor ui 2022-10-05 13:01:59 +02:00
Tiago vasconcelos
65e1f19ed1 convert to FastAPI 2022-10-05 13:01:59 +02:00
benarc
166530eb0c Added old admin extension 2022-10-05 13:01:59 +02:00
calle
5a12f4f237
Improved SSE listeners (#865)
* logging listeners

* comments

* generate privkey upon init

* listener queue

* remove duplicate check

* make format

* reuse channel

* error handling in sse listener

* uuid for listeners

* register named invoices

* uuid for listeners and listener list

* fix poetry lock

* setuptools

* requirements asyncio timeout

* setuptool;s

* make format

* remove async-timeout

* async_timeout readd

* try lower setuptools version

* try lower lower setuptools version

* back to current version + fix, maybe

* fix worflows to use poetry 1.2.1

* remove uneeded setuptools from build-system

* fix up formatting workflow

* debug to trace

* more traces

* debug logs to trace

Co-authored-by: dni  <office@dnilabs.com>
2022-10-04 09:51:47 +02:00
Tiago Vasconcelos
b2a26b0a7a
add small description in UI (#1023) 2022-09-30 13:41:35 +02:00
Vlad Stan
463941ec94 fix: always include change output for fee 2022-09-28 10:33:43 +03:00
Vlad Stan
a8b90bd595 fix: close serial port when re-pairing fails 2022-09-27 17:35:27 +03:00
Vlad Stan
f1670c3153 chore: version bump 2022-09-27 17:20:33 +03:00
Vlad Stan
649c653836 fix: do not show command data in logs 2022-09-27 17:19:32 +03:00
Vlad Stan
2b56efa2b6 fix: paired devices list 2022-09-27 17:15:12 +03:00
Vlad Stan
d5f78e83d9 chore: update created by 2022-09-27 17:15:12 +03:00
Vlad Stan
80a62569f9 fix: wait for connection to init 2022-09-27 17:15:12 +03:00
Vlad Stan
6e405d1fc4 fix: output address on confirmation based on selected network 2022-09-27 17:15:12 +03:00
Arc
3fe33a0be8
Merge pull request #988 from motorina0/watchonly_improvements
Watchonly improvements
2022-09-21 10:42:54 +01:00
Vlad Stan
c30ead3d9b feat: seed input: autocomplete and validate words 2022-09-20 15:49:03 +03:00
Arc
edf954d355
Merge pull request #979 from dasrecord/patch-1
Update wordlists.py
2022-09-20 11:47:18 +01:00
Vlad Stan
7a243105f9 feat: add info message for Console 2022-09-20 10:50:48 +03:00
dasrecord
c341a64190
Update wordlists.py
another spelling correction
2022-09-19 15:58:33 -07:00
dasrecord
dd443925c2
Update wordlists.py
spelling correction
2022-09-19 15:56:32 -07:00
Vlad Stan
282ab31989 chore: version bumb 2022-09-19 17:14:08 +03:00
Vlad Stan
3342be0b16 feat: update word position on device button click 2022-09-19 17:11:57 +03:00
Arc
6f9ad06449
Merge pull request #943 from lnbits/fix/tpos_dismiss_btn
Fix/tpos dismiss btn
2022-09-13 15:52:51 +01:00
Arc
2abf741f28
Merge pull request #944 from lnbits/fix/event_ticket_counter
Fix/event ticket counter
2022-09-13 15:51:25 +01:00
Vlad Stan
7ee6d09585 feat: add link for hardware-wallet browser flash 2022-09-13 16:24:30 +03:00
Tiago vasconcelos
15e9eeb682 Merge remote-tracking branch 'lnbits/main' into fix/tpos_dismiss_btn 2022-09-12 08:52:25 +01:00
Tiago vasconcelos
fad040edf1 remove toast - click checkmark to dismiss 2022-09-12 08:49:12 +01:00
Vlad Stan
a8951f5b48 feat: show QR code for descriptor and xpub 2022-09-09 18:40:31 +03:00
Vlad Stan
d965457b92 feat: show seed word in browser (for devices with no display) 2022-09-09 17:47:12 +03:00
Vlad Stan
f14689fb60 feat: do not allow taproot inputs to be sent for signing 2022-09-09 17:06:36 +03:00
Jesse de Wit
f30ca2cf43
lndhub: remove delays (#954)
Remove the delays in gettxs and getuserinvoices calls to support wallets that use
the lndhub extension.
2022-09-09 17:03:02 +03:00
Vlad Stan
d77619279d chore: code clean-up 2022-09-09 16:28:20 +03:00
Vlad Stan
8c87e84b68 feat: show address details on device 2022-09-09 16:01:53 +03:00
Vlad Stan
c432671ab7 chore: fix typo 2022-09-09 16:01:53 +03:00
Vlad Stan
4368422b5c feat: show version
Helps when users report issues
2022-09-09 16:01:53 +03:00
calle
54305c8f91
reuse db connection for pending and expired tasks (#951)
* reuse db connection for pending and expired tasks

* make format
2022-09-09 15:02:07 +03:00
Arc
7d0b5ade3e
Merge pull request #947 from lnbits/fix/copilot_ws
remove already added prefix ou route - ws working again
2022-09-09 10:05:55 +01:00
Vlad Stan
2704552685 fix: type can be None due to migration issue 2022-09-09 11:55:12 +03:00
Tiago vasconcelos
d1eb0b0c4d rollback on removing NFC button 2022-09-08 14:59:19 +01:00
Tiago vasconcelos
0177316075 display NFC button on supported and fix null tip options 2022-09-08 14:59:19 +01:00
Tiago vasconcelos
d2f00435cc remove already added prefix ou route - ws working again 2022-09-06 12:30:20 +01:00
Tiago vasconcelos
dc6098e1ca remove call to set ticket paid 2022-09-05 12:56:40 +01:00