839 Commits (88ebef97d4cd5ff26598ad6bc2e2dd1a6d58594f)
 

Author SHA1 Message Date
Craig Raw 2f153686dd avoid hang on closing webcam due to rescans for new camera devices 4 years ago
Craig Raw f691f1691e add missing requires directive for bwt lib 4 years ago
Craig Raw 1f9e37b40c enable max button for selected utxos without address and label filled 4 years ago
Craig Raw a1d2de1859 use all addressable script types (not just single hash types) 4 years ago
Craig Raw 143472bdfc fix save of address labels on a new wallet 4 years ago
Craig Raw b9e64d42ff accept pasting a whitespace delimited sequence of words into 4 years ago
Craig Raw 9a09bb8cda always delete hwi dir on osx before copying 4 years ago
Craig Raw 4b028af123 handle multiple selection when freezing and unfreezing utxos 4 years ago
Craig Raw 8033e5fd88 improve amount error labels adding dust threshold label for too low amounts 4 years ago
Craig Raw badf8c8f2f optimize and increase sampling rate of qr reading 4 years ago
Craig Raw b6a353815c switch mempool size chart to kvB when max Y value is less than 1 MvB 4 years ago
Craig Raw ea2f858dc9 close message sign dialog on platform button and escape key 4 years ago
Craig Raw 324540009a fix detection of input type on finalizing psbt wallet 4 years ago
Craig Raw 1c1f90344f update github build to java 16 4 years ago
Craig Raw 094dd45547 upgrade to gradle 7.1, java 16, javafx 16 4 years ago
Craig Raw 6d434722cc fix prev commit 4 years ago
Craig Raw c8a4ed0c3d add documentation link to bitcoin core error message 4 years ago
Craig Raw c8d997fbf0 v1.4.2 4 years ago
Craig Raw 911ed3a718 improve background text 4 years ago
Craig Raw dbfed31432 add format toggle to message signing dialog (electrum or trezor) 4 years ago
Craig Raw 6f3d4e224e add context menu item to copy transaction hex 4 years ago
Craig Raw 4d6609990c fix error messages on subclassed importers/exporters 4 years ago
Craig Raw 5482196cc7 dark theme improvements 4 years ago
Craig Raw 09f6c9ef81 ensure cleanup of migrated wallets when importing 4 years ago
Craig Raw 9b8f97c041 fix import of sparrow wallet with seed, alphabetically sort import and export choices 4 years ago
Craig Raw c68c713a4b add orig files for keystone and seedsigner 4 years ago
Craig Raw 02e144f802 set keystore label, model and source type when importing a wallet from specter desktop 4 years ago
Craig Raw a9ab4d6c78 Handle importing a wallet from a crypto-account QR using the File > Import Wallet dialog 4 years ago
Craig Raw 5df4e5761c add seedsigner keystore import 4 years ago
Craig Raw 6d8b8579ba followup 4 years ago
Craig Raw eaa5190502 various db persistence improvements 4 years ago
Craig Raw 445db6a4d6 reduce file reads on db files to avoid locking exception on windows 4 years ago
Craig Raw 7f178b5f67 jpms related changes for v1.4.2-beta 4 years ago
Craig Raw 1208baf00e use mempool.space onion address for fee rates if tor proxy enabled 4 years ago
Craig Raw 655a473cd5 update send selected button when freezing or unfreezing utxos 4 years ago
Craig Raw e6c536930b highlight default button and allow actioning from keyboard when only one usb device is listed 4 years ago
Craig Raw f1510de360 update encrypted seeds and private keys when wallet password changes 4 years ago
Craig Raw cfac2768ae use varbinary rather than fixed binary column types where length is variable 4 years ago
Craig Raw ab41f2e80e upgrade to h2 HEAD 4 years ago
Craig Raw 9ebabecfbe use json persistence for sparrow wallet export, add sparrow wallet import to wallets dir 4 years ago
Craig Raw 8914acff68 minor followup 4 years ago
Craig Raw 4a0ecba716 add keystone hww import and export 4 years ago
Craig Raw e99b1d4171 upgrade to hwi 2.0.2 and relocate hwi to sparrow home folder on osx to avoid partial installation deletions in tmpdir 4 years ago
Craig Raw a59d5d3086 introduce database persistence with automatic migration of existing wallets 4 years ago
Craig Raw 600a77da3a allow psbts without utxo data to be loaded if utxos are provided in an existing psbt 4 years ago
craigraw bc83f6fa22
Merge pull request #134 from haakonn/mnemonic-entry 4 years ago
Haakon Nilsen 4cbde7e7aa When entering mnemonic words, don't close dropdown when a prefix is encountered, and move focus to the next field upon completion 4 years ago
craigraw 3ae63408e6
Merge pull request #133 from haakonn/save-tx-menuitems 4 years ago
Haakon Nilsen e740c6d162 Disable transaction saving menu items after a transaction tab is closed and no other tabs are open 4 years ago
Haakon Nilsen f7f5852476 Disable the "Save transaction" menu item when starting app without any open tabs 4 years ago