Commit graph

44 commits

Author SHA1 Message Date
ben
9971a560e1 Trying to catchup with main 2022-12-06 20:35:58 +00:00
Vlad Stan
daf5768d52
fix: remove user from model (#1067) 2022-10-21 14:49:17 +02:00
Vlad Stan
6e405d1fc4 fix: output address on confirmation based on selected network 2022-09-27 17:15:12 +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
1f139884fe
WatchOnly Extension - add Serial Port communication (#839)
* feat: add `Share PSBT` button with options

* feat: add basic communication via the serial port

* chore: code format

* feat: send data to and from serial port

* fix: port disconnect

* feat: handle psbt extract

* feat: show signed transaction details

* fix: handle Connect/Disconnect failure state

* feat:small UI improvements

* feat: broadcast transaction (partial solution)

* feat: integrate psbt response from HWW

* feat: login and send commands to HWW

* feat: ui improvements

* feat: ui/ux improvements

* feat: more small UI impreovemsnts

* feat: simplify UI

* feat: add `help` command

* feat: add wipe command

* feet: add `seed` command

* feat: add `restore` command

* feat: always show PSBT input text (for outside PSBTs)

* feat: show spinner while signing tx

* feat: hide panels after transaction is broadcast

* feat: basic use of custom components

* refactor: move components one folder up

* refactor: extract wallet-config

* refactor: extract `wallet-list` component

* refactor: clean-up

* chore: code format html component files

* refactor: extract address-list component

* refactor: extract `history` component

* refactor: extract `utxo-list` component

* feat: UI/UX improvements

* feat: partial payment redesign

* refactor: rename `fee` to `fee-rate`

* refactor: rename component

* refactor: extract `send-to` component

* refactor: payment: first migration

* fix: init `sendToList`

* fix: change address

* fix: change address and `Select All` coins

* feat: show custom fees & two way binding for addresses

* fix: scanAddressesWithAmount

* fix: max amount

* fix: coin selection mode

* chore: code clean-up

* feat: shuffle the UI

* fix: change amount

* feat: update tx size in real time

* fix: coin selection

* fix: show erro messages

* fix: psbt generation

* refactor: move serial port logic

* refactor: payment component

* refactor: code clean-up; use `slot` for `serial-signer`

* feat: toggle serial port

* feat: add Disconnect command

* feat: prompt for `Connect` and `Login` before signing

* refactor: send psbt to device

* feat: extract signed transaction

* refactor: code clean-up

* feat: show auth green icon

* chore: code clean-up

* feat: show console

* feat: allow `Connect` from dropdown menu

* fix: stop if serial port cannot be open

* feat: confirm outputs and fee

* feat: add cancel command

* fix:  add `sats-denominated` for confirmations

* feat: wait for HWW to authenticate, then open dialog

* feat: share PSBT as text

* refactor: extract `refreshAddresses`

* feat: small UI improvements

* feat: add default `Mainnet` network

* feat: fix mempool endpint

* feat: propagate config update only when explicitly updated

* feat: add network for wallet accounts

* fix: stop scanning when network changed

* chore: code clean-up

* chore: code clean-up

* feat: show hardware device Xpub option

* fix: handle failed to parse psbt

* feat: add accounts using the HWW

* fix: testnet is in the bip32 derivation path

* feat: add spinner while wallet account is created

* fix: check network and masterpub for duplicate accounts

* feat: integrate transaction broadcast

* feat: add password confirmation for `Wipe` and `Restore`

* fix: fingerprint is not unique per account (it is the fingerprint of the master)

* chore: code clean-up, remove `masterpub_fingerprint`

* fix: account name diplay

* chore: code format

* fix: memppol links

* fix: shortcut buttons

* fix: note update

* chore: code format

* chore: clean-up rebase left overs

* chore: clean-up

* feat: less technical labels for addresses

* feat: add serial port config params

* fix: address type selection

* chore: drop `mempool` table

* fix: change & fee value

* fix: handle no input signed scenario

* fix: sat/btc unit

* fix: small UI stuff

* doc: update the readme

* Update README.md
2022-08-09 11:00:09 +02: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
728209da7d refactor: replace mempool internal API with a more generic config API 2022-07-28 15:35:39 +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
c1289c43a4 feat: add on-chain watch-only functionality 2022-07-28 15:04:13 +03: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
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
Tiago vasconcelos
6935589dad watchonly done 2021-10-14 22:30:47 +01:00
Tiago vasconcelos
ec89244d7f whatchonly ext added 2021-10-14 11:45:30 +01:00
Tiago vasconcelos
6edac8ae8d remove extensions 2021-10-01 10:49:11 +01:00
Tiago vasconcelos
3e0fd39175 some syntax refactoring 2021-08-22 12:16:31 +01:00
Ben Arc
c824155ea4 Working on jukebox 2021-08-20 20:12:03 +01:00
Ben Arc
76cb93b276 Started watchonly 2021-08-20 19:48:44 +01:00
Ben Arc
fe123d6d31 Put extensions back so we can start converting 2021-08-20 12:44:03 +01:00
Ben Arc
9c313586bd removed all but one extension, so we can focus on core 2021-08-16 18:12:48 +01:00
Ben Arc
d872f0d138 black formatting 2021-04-09 00:41:19 +01:00
Stepan Snigirev
a27a3885f3 add descriptor support 2021-04-07 19:27:26 +02:00
Ben Arc
ed5aeccb8e remove display.html 2021-04-04 13:30:59 +01:00
Ben Arc
b2841ee909 prettier and black 2021-04-04 13:28:46 +01:00
Ben Arc
69ef4d7e63 Cleaned up watchonly 2021-04-04 13:17:24 +01:00
Ben Arc
0db516b6e0 watchonly working, satspay broken 2021-03-31 23:49:36 +01:00
benarc
81326b2368 Still have broken watchonly, but addresses added 2021-02-23 15:19:51 +00:00
benarc
da20588c84 Trying to restore addresses functions, broken 2021-02-23 14:47:49 +00:00
benarc
be6ee64b4e Cleaning up watchonly 2021-02-23 14:31:05 +00:00
benarc
9c8836096c switched requests for httpx 2021-02-21 13:25:54 +00:00
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
913f2a37c1 Awaits seem to be working in watchonly 2020-12-01 21:39:33 +00:00
benarc
a838706090 updated watchonly 2020-12-01 19:54:16 +00:00