925 Commits (ed42faa2e62eb2a315eeb791f8d7ffbdbeb53d47)

Author SHA1 Message Date
ThomasV ff9d00ba1d minor fix: do_update_fee 9 years ago
ThomasV dcffea150e store contacts and invoices in wallet file. fix #1482 9 years ago
ThomasV 411832c4ce cleanup storage and fix tracvis test 9 years ago
ThomasV fb3e09c24e better error message if fee estimates are missing 9 years ago
ThomasV 9cb576a88c fix multisig update_password 9 years ago
ThomasV a90431320c fix sweep 9 years ago
ThomasV fcc92c1ebd Wallet file encryption: 9 years ago
ThomasV ff39068867 new wallet structure: 9 years ago
Johann Bauer 03fc29c4ac Remove newlines from transaction labels 9 years ago
shsmith df733e8e4c fix AttributeError: 'Standard_Wallet' object has no attribute 'account' 9 years ago
ThomasV 15b404b9de add CPFP (child pays for parent) dialog to the Qt GUI 9 years ago
ThomasV aed2b04dbd return txid for unsigned segwit transactions 9 years ago
ThomasV af54ba023b add wallet.is_segwit 9 years ago
ThomasV 6bfbc9a718 fix: replace remaining occurences of public_key_to_bc_address 9 years ago
ThomasV f937472928 fix typos 9 years ago
ThomasV ce11a2fac5 replace segwit wallet class with custom xpub type 9 years ago
ThomasV 3a64ec0f2e Initial segwit support (testnet only) 9 years ago
ThomasV 9302cea725 fix #2107 9 years ago
ThomasV a2e7fc32ef Add fee slider class with network callback. 9 years ago
ThomasV 2450c1d481 fix typo 9 years ago
ThomasV 7af5d42324 qt: show addresses and utxos in separate tabs 9 years ago
ThomasV d042d6e970 initial testnet support (petrkr) 9 years ago
ThomasV 253df89af5 fix #2101 9 years ago
ThomasV d09e91e631 Show fee slider for static fees too. Add fee slider to RBF dialog (fix #2083) 9 years ago
ThomasV dcfa7b508a fix password issue #2097 9 years ago
ThomasV a8c23f9bf0 always display a receiving address (fix #2031) 9 years ago
ThomasV 1e24dbd94b fix #2096 (variable name) 9 years ago
ThomasV 63cff71f91 workaround inefficiency in add_input_info 9 years ago
ThomasV 0dabfd4764 do not save transactions until wallet is closed 9 years ago
ThomasV 65ee3416f6 rename P2PK to P2PKH to avoid confusion 9 years ago
ThomasV e123774ea8 Improve 'send all coins' function: 9 years ago
ThomasV a660590a70 fix #2034 9 years ago
ThomasV d61ccd4275 throttle send_requests 10 years ago
ThomasV 191ed8cc05 fix #2027 10 years ago
ThomasV af55fec764 fix #2022 10 years ago
ThomasV f7cf90d268 fix #2007 10 years ago
ThomasV 92d2395e3d add_hw_info only if a hw wallet is there. that should fix #1995 10 years ago
ThomasV 86c3655080 improve bump_fee (fix #1985) 10 years ago
ThomasV 15546d817c remove dust output when bumping fee 10 years ago
ThomasV 9d2e322760 revert 98b1271 (it freezes the gui on retsore) 10 years ago
ThomasV 98b12715a9 remove while loop from wallet.synchronize; we are already in a job 10 years ago
ThomasV 5e92e09044 fix pubkey ordering in multisig wallets. fix #1975 10 years ago
ThomasV 4cc76c8a64 bump_fee: fix error message 10 years ago
ThomasV bab15a245b simplification (get rid of get_mnemonic) 10 years ago
ThomasV e64f630433 bump_fee: add_input_info is needed 10 years ago
ThomasV f225a26952 minor fix: varname 10 years ago
ThomasV f0611c4569 fix pubkey indexing in imported wallets 10 years ago
ThomasV 1e518e7b64 add number of confirmations in payment request status. fixes #1757 10 years ago
ThomasV 5d44474aeb bound number of tx inputs in sweep 10 years ago
ThomasV 1e55f4fda0 fix fee computation in sweep 10 years ago