Commit graph

245 commits

Author SHA1 Message Date
Vlad Stan
5f7537f600 feat: add help command 2022-08-03 13:50:01 +03:00
Vlad Stan
01c81c1a83 feat: simplify UI 2022-08-03 13:50:01 +03:00
Vlad Stan
ded6df61b1 feat: more small UI impreovemsnts 2022-08-03 13:50:01 +03:00
Vlad Stan
7f32139bcd feat: ui/ux improvements 2022-08-03 13:50:01 +03:00
Vlad Stan
9c343acf86 feat: ui improvements 2022-08-03 13:50:01 +03:00
Vlad Stan
a0d56a7e06 feat: login and send commands to HWW 2022-08-03 13:50:01 +03:00
Vlad Stan
b7c4a411b1 feat: integrate psbt response from HWW 2022-08-03 13:50:01 +03:00
Vlad Stan
367faf437a feat: broadcast transaction (partial solution) 2022-08-03 13:50:01 +03:00
Vlad Stan
6098b8308e feat:small UI improvements 2022-08-03 13:50:01 +03:00
Vlad Stan
0e87e6608f fix: handle Connect/Disconnect failure state 2022-08-03 13:49:56 +03:00
Vlad Stan
d80ae7de1b feat: show signed transaction details 2022-08-03 13:49:56 +03:00
Vlad Stan
73adc4a7e8 feat: handle psbt extract 2022-08-03 13:49:56 +03:00
Vlad Stan
3bf0bb1e63 fix: port disconnect 2022-08-03 13:48:46 +03:00
Vlad Stan
7594474189 feat: send data to and from serial port 2022-08-03 13:48:46 +03:00
Vlad Stan
ae68c4dc6e chore: code format 2022-08-03 13:48:46 +03:00
Vlad Stan
41608b4b30 feat: add basic communication via the serial port 2022-08-03 13:48:46 +03:00
Vlad Stan
7b75cbf59c feat: add Share PSBT button with options 2022-08-03 13:48:46 +03:00
Vlad Stan
ffcff3f441 fix: rebase issues 2022-07-28 16:37:42 +03:00
Vlad Stan
191124d8fc chore: code format 2022-07-28 16:34:42 +03:00
Vlad Stan
e960285c8f chore: code format 2022-07-28 15:35:39 +03:00
Vlad Stan
86f7ea64c4 fix: use the config mempool.space endpoint 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
91c6d32852 feat: do client side rescan for onchain address 2022-07-28 15:34:36 +03:00
Vlad Stan
87dc9136a4 chore: code format 2022-07-28 15:09:23 +03:00
Vlad Stan
3f51117ea9 refactor: move logic out of crud into the api layer 2022-07-28 15:04:14 +03:00
Vlad Stan
3d1b3b7173 fix: set default value for NOT NULL column 2022-07-28 15:04:14 +03:00
Vlad Stan
cff9a59693 doc: fix typos 2022-07-28 15:04:14 +03:00
Vlad Stan
5bc2907f80 doc: update readme 2022-07-28 15:04:14 +03:00
Vlad Stan
f72421c62c chore: code clean-up 2022-07-28 15:04:14 +03:00
Vlad Stan
cf75df366a fix: refresh change address when wallet is created/deleted 2022-07-28 15:04:14 +03:00
Vlad Stan
23954b501f chore: code format 2022-07-28 15:04:14 +03:00
Vlad Stan
98366cfaf1 refactor: remove snake_case from JS code 2022-07-28 15:04:13 +03:00
Vlad Stan
ee2342e1ba fix: adress can have activity even if the current amount is zero 2022-07-28 15:04:13 +03:00
Vlad Stan
c1289c43a4 feat: add on-chain watch-only functionality 2022-07-28 15:04:13 +03:00
Vlad Stan
92e7dde500 doc: update extension name 2022-07-28 15:04:13 +03:00
Vlad Stan
085bcb8234 doc: reference Swagger documentation for REST APIs 2022-07-28 15:04:13 +03:00
Vlad Stan
8e4e0bdf2d feat: update addresses and wallets table; add config table 2022-07-28 15:03:22 +03:00
Vlad Stan
a2f48de583 doc: update extension name Watch Only -> Onchain Wallet 2022-07-28 15:03:22 +03:00
Vlad Stan
dec8d4b6b3 feat: add support for static files 2022-07-28 15:03:22 +03:00
ben
3a28ff1020 added swagger to extensions 2022-07-27 19:21:04 +01: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
Tiago vasconcelos
241c81c790 fix update mempool 2022-02-23 22:09:38 +00:00
Tiago vasconcelos
12bd930334 fix return for compatibility 2021-12-30 12:13:32 +00:00
Tiago vasconcelos
b9104bf63b get only one address instead of multiple 2021-12-30 11:56:19 +00:00
Tiago vasconcelos
cfac70d394 general cleanup and unused imports removal 2021-11-25 18:52:16 +00:00
benarc
e03370188a Fixed payment checking 2021-10-22 00:41:30 +01:00
Tiago vasconcelos
a840970366 fix require admin key endpoints 2021-10-20 12:03:11 +01:00
Tiago vasconcelos
70885ce160 clean up (black, sort) 2021-10-18 10:58:09 +01:00
benarc
1d3bb016a2 I want them to turn black 2021-10-17 18:33:29 +01:00