Commit graph

142 commits

Author SHA1 Message Date
Vlad Stan
31b6a9410c refactor: move setInterval outside method logic 2022-07-28 15:35:39 +03:00
Vlad Stan
ac3f95e6c2 feat: use custom mempool_endpoint for the charge details 2022-07-28 15:35:39 +03:00
Vlad Stan
4cb54ce549 feat: allow refresh balance for individual charge
- expired or paid charges are not auto-refreshed
2022-07-28 15:35:39 +03:00
Vlad Stan
5a3e1d7fbb feat: add expanding details to rows 2022-07-28 15:35:39 +03:00
Vlad Stan
4fa8b5a292 feat: enforce order for charges ORDER BY "timestamp" DESC 2022-07-28 15:35:39 +03:00
Vlad Stan
ccae7876d9 feat: show status as badge 2022-07-28 15:35:39 +03:00
Vlad Stan
cce341fb39 fix: search and export csv layout 2022-07-28 15:35:39 +03:00
Vlad Stan
5317d5afd5 feat: use multiple charges balance endpoint (one call only) 2022-07-28 15:35:39 +03:00
Vlad Stan
6da62c648a feat: use single charge endpoint for balance 2022-07-28 15:35:39 +03:00
Vlad Stan
40f5cf77f6 feat: add endpoint for multiple charges balance; 2022-07-28 15:35:39 +03:00
Vlad Stan
475fd566e6 fix: remove retry logic for pending funds 2022-07-28 15:35:39 +03:00
Vlad Stan
a9506cee11 feat: show pending funds 2022-07-28 15:35:39 +03:00
Vlad Stan
efbf34a51e feat: show message when new payment detected 2022-07-28 15:35:39 +03:00
Vlad Stan
0cd8ba956a feat: more UI polishing 2022-07-28 15:35:39 +03:00
Vlad Stan
05bc887ad5 feat: make the panels responsive 2022-07-28 15:35:39 +03:00
Vlad Stan
80e1545920 core: code format 2022-07-28 15:35:39 +03:00
Vlad Stan
728209da7d refactor: replace mempool internal API with a more generic config API 2022-07-28 15:35:39 +03:00
Vlad Stan
3bd4253292 feat: use bootstrap tables for the layout (not fixed px values) 2022-07-28 15:34:37 +03:00
Vlad Stan
912a7e1c4b feat: add web-socket to mempool; & replace UI mappings 2022-07-28 15:34:37 +03:00
Vlad Stan
d74b48b0b6 refactor: method renamings 2022-07-28 15:34:37 +03:00
Vlad Stan
615520bcb3 feat: separate invoice check from onchain check 2022-07-28 15:34:36 +03:00
Vlad Stan
1dd51a2752 refactor: extract methods to utils 2022-07-28 15:34:36 +03:00
Vlad Stan
e3d36e6a3a feat: extract utils to static/js 2022-07-28 15:34:36 +03:00
Vlad Stan
09a9a0f9ec refactor: remove extra state fields 2022-07-28 15:34:36 +03:00
Vlad Stan
74322232d0 fix: add await for rescan 2022-07-28 15:34:36 +03:00
Vlad Stan
91c6d32852 feat: do client side rescan for onchain address 2022-07-28 15:34:36 +03:00
Vlad Stan
6c21bf359c choe: format 2022-07-28 15:34:36 +03:00
Vlad Stan
b5e97f08a6 chore: code clean-up 2022-07-28 15:34:36 +03:00
Vlad Stan
8e05a11978 refactor: replace var with const 2022-07-28 15:34:36 +03:00
Vlad Stan
50b2dcfcaa refactor: clean-up unnecessary self 2022-07-28 15:34:36 +03:00
Vlad Stan
6cfa8e30bc refactor: replace promises with async/await 2022-07-28 15:34:36 +03:00
Vlad Stan
5a005e830c chore: add a todo 2022-07-28 15:34:36 +03:00
Vlad Stan
d93b199735 fix: pass charge param as JSON 2022-07-28 15:34:36 +03:00
Vlad Stan
2b5fc82110 feat: update text Watch-Only -> Onchain Wallet (watch-only) 2022-07-28 15:03:22 +03:00
ben
3a28ff1020 added swagger to extensions 2022-07-27 19:21:04 +01:00
Tiago Vasconcelos
348033da1b
python code styling (#739) 2022-07-15 19:11:11 +02:00
calle
089313f613
Logging with loguru (#708)
* logging

* requirements

* add loguru dependency

* restore it

* add loguru

* set log level in .env file

* remove service fee print

* set log level

* more logging

* more logging

* more logging

* pyament.checking_id

* fix
2022-07-07 14:30:16 +02:00
calle
92887ed169
Format: prettier (#707)
* format: prettier

* gh-actions: add prettier checkg

* actions
2022-07-05 21:14:56 +02:00
blackcoffeexbt
f44bd55b4b
Corrected example CURL requests in multiple extension API docs (#689)
* Updated api docs example CURL calls for satspay server

* Updated api docs example CURL calls for copilot extension

* Updated api docs example CURL calls for jukebox extension

* Updated api docs example CURL calls for livestream extension

* Updated api docs example CURL calls for lnaddress extension

* Updated api docs example CURL calls for lnurldevices extension

* Updated api docs example CURL calls for lnurlp extension

* Updated api docs example CURL calls for offlineshop extension

* Updated api docs example CURL calls for paywall extension

* Updated api docs example CURL calls for satsdice extension

* Updated api docs example CURL calls for splitpayments extension

* Fix typo double slash in satsdice extension api docs

* Updated api docs example CURL calls for tpos extension

* Updated api docs example CURL calls for watchonly extension
2022-07-05 17:20:42 +02:00
Ben Arc
ce6620882f Satspay tooltip fix (quart commit 8e3230287dd191a743479ee9ceb2f497c43dd9bc) 2022-03-11 13:25:14 +00:00
benarc
228717195b back 2022-01-30 19:43:30 +00:00
Arc
db666fd103
Merge pull request #475 from talvasconcelos/fix/chargepermission
fix wallet key permission for create
2021-12-31 15:43:10 +00:00
Tiago vasconcelos
6ba88d262b fix issue #472 2021-12-30 16:21:44 +00:00
Tiago vasconcelos
e3c6d7aebe fix :// in bitcoin 2021-12-29 15:19:09 +00:00
Tiago vasconcelos
87105b22bb fix lightning://
fix lightning://
2021-12-29 15:15:49 +00:00
Tiago vasconcelos
2991cbce1f add listener to invoice 2021-12-29 12:57:43 +00:00
Tiago vasconcelos
df2345bda9 added require_invoice_key
clean up
2021-12-28 15:22:45 +00:00
Tiago vasconcelos
0ef0188462 index 2021-12-28 15:16:45 +00:00
Tiago vasconcelos
e42fdde2ac fix wallet key permission for create 2021-12-28 14:47:44 +00:00
Tiago vasconcelos
cfac70d394 general cleanup and unused imports removal 2021-11-25 18:52:16 +00:00