789 Commits (deccca1827e027739b6ac32787aeee2578e5c8d1)

Author SHA1 Message Date
Neil Booth b120dd8849 Fix root derivation changes for BIP44_Wallets 9 years ago
ThomasV c47e3499ce rename wallet methods 9 years ago
Neil Booth cda92cd12c Move cosigner methods to BIP32_RD_Wallet 9 years ago
Neil Booth 637164d335 Introduce BIP32_RD_Wallet 9 years ago
Neil Booth 3d781a2d1b BIP32_HD_Wallet: Fix address derivation 9 years ago
Neil Booth 4743f033b4 Fix the backwards-compat 'next_account2' code 9 years ago
Neil Booth 5baa5feb11 Put restore_wallet_class back in the derived classes 9 years ago
Neil Booth 9946feb352 Have BTChipWallet derive from BIP44_Wallet 9 years ago
Neil Booth 81d641a13f Show BIP32 path for BIP32_HD_Wallet classes 9 years ago
ThomasV 5915b9b7e1 restore action-driven wizard logic 9 years ago
ThomasV 90a2fc1379 Revert "Fix MultiSig wallet creation." 9 years ago
ThomasV bdb4782b36 Revert "Install wizard multisig improvement" 9 years ago
Neil Booth 4e7c6e5d16 Install wizard multisig improvement 9 years ago
Neil Booth 21038843ea Fix MultiSig wallet creation. 9 years ago
ThomasV bd309cff49 restore default labels 9 years ago
Neil Booth f3e6bf0280 Passphrase-related fixes 9 years ago
Neil Booth 21bf5a8a84 Better support for USB devices 9 years ago
Neil Booth dbf154d5f2 Finish moving the multisig regex to one place 9 years ago
Neil Booth 1d07960290 Remove constructor method of plugins 9 years ago
Neil Booth 11d135b32d Better install wizard 9 years ago
Neil Booth e6dbe621c6 Make class methods static on Wallet 9 years ago
Neil Booth f263f8b0fd Convert legacy restored hardware wallets 9 years ago
Neil Booth 84450b9189 Revert mistaken commit 9 years ago
Neil Booth 0f70d0b8a5 The constructor() concept doesn't exist 9 years ago
Neil Booth 9d9fcbde64 Proper treatment of restored hardware wallets 9 years ago
Neil Booth 11e1c62f28 Move hardware wallet to trezor/ 9 years ago
Neil Booth 669cf74789 Fix trezor restore 9 years ago
Neil Booth 3a1bb5b61a Combine keepkey and trezor wallet code 9 years ago
Neil Booth c298860e11 A fix and cleanups for hardware wallets 9 years ago
Neil Booth a58c19d7c0 Clean up and fix account adding 9 years ago
Neil Booth 72fdf0cd21 Better error when opening a non-wallet file 9 years ago
Neil Booth e1c0298fc2 Write the wallet less often 9 years ago
Neil Booth 0a3d74de8f Avoid index-out-of-range 9 years ago
ThomasV 9d3162b1a1 simplify get_label 9 years ago
Neil Booth 06eb3142c4 Oldest First 9 years ago
Neil Booth 52fc739052 Update default chooser name too. 9 years ago
Neil Booth 75b3ecee49 Add coin chooser to try and minimize loss of privacy. 10 years ago
ThomasV 4682d95a76 merge jsonrpc gui and daemon 10 years ago
Neil Booth 9a6dcf7b1e Use bucketing to choose coins 10 years ago
Neil Booth 93bb09230c Track tx size directly; calculate fees from that 10 years ago
Neil Booth a4dd5acc48 Prepare to calculate tx fee given a tx size 10 years ago
Neil Booth d97106f17d Don't keep dust change in any case 10 years ago
Neil Booth 8785b65a1f Remove need for coin chooser to take a wallet 10 years ago
Neil Booth a6ea9a0c71 Simplify interface to make_tx in coin chooser 10 years ago
Neil Booth 90dee43998 Move estimated_fee to Transaction class 10 years ago
Neil Booth e9061ea371 Move coin choosing logic to own class 10 years ago
ThomasV 175fdbcac6 Disentangle plugins and window management; use Qt signals 10 years ago
Neil Booth 0dcaa13d31 Show the wallet path in -v output 10 years ago
ThomasV 86a0103a7f increase min_relay_tx_fee, and make dust_threshold a function 10 years ago
Neil Booth 206e38fb7c Make use of trigger_callback easier to understand 10 years ago