943 Commits (fe862c5ad4bdce6bcc3bf8712d9472561b270c02)

Author SHA1 Message Date
John Newbery 055d95f842 [wallet] return correct error code from resendwallettransaction 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
Matt Corallo 01699fb283 Fix resendwallettransactions assert failure if -walletbroadcast=0 7 years ago
John Newbery c25d90f125 [wallet] Add HasUnusedKeys() helper 7 years ago
John Newbery f2123e3a7b [wallet] Cache keyid -> keypool id mappings 7 years ago
Matt Corallo 2376bfcf24 [wallet] [moveonly] Move LoadKeyPool to cpp 7 years ago
Jonas Schnelli cab8557e35 [wallet] [moveonly] Move CAffectedKeysVisitor 7 years ago
Alex Morcos bdd5543ad6 Clarify help message for -discardfee 8 years ago
John Newbery d84e78ec39 [wallet] Specify wallet name in wallet loading errors 8 years ago
João Barbosa a6da027d83 Reject invalid wallet files 8 years ago
João Barbosa 3ef77a0c12 Reject duplicate wallet filenames 8 years ago
Alex Morcos 49d903e696 Eliminate fee overpaying edge case when subtracting fee from recipients 8 years ago
Andrew Chow e222dc2aee Replace ismine with producesignature check in witnessifier 8 years ago
Russell Yanofsky df389bca20 Change wallet method disabled error text 8 years ago
Russell Yanofsky e526b3d34c Fix misleading "Method not found" multiwallet errors 8 years ago
practicalswift 065039da1f [tests] Fix incorrect memory_cleanse(…) call in crypto_tests.cpp 8 years ago
Ryan Havar 9f8a46f077 Properly document target_confirmations in listsinceblock 8 years ago
Wladimir J. van der Laan 88af227687 test: Make sure wallet.backup is created in temp path 8 years ago
practicalswift 6e8c48dc59 Add const to methods that do not modify the object for which it is called 8 years ago
Marko Bencun fe09b0197c add missing lock to crypter GetKeys() 8 years ago
Marko Bencun 5cb3da04b8 keystore GetKeys(): return result instead of writing to reference 8 years ago
Karl-Johan Alm f999c46cae
listsinceblock: optionally find and list any transactions that were undone due to reorg when requesting a non-main chain block in a new 'removed' array. 8 years ago
John Newbery 9508761ed6 [wallet] [rpc] Add listwallets RPC 8 years ago
John Newbery 4a057152d2 [wallet] [rpc] print wallet name in getwalletinfo 8 years ago
John Newbery 09eacee6b2 [wallet] fix comment for CWallet::Verify() 8 years ago
Steven D. Lander a5ecaf1490
Fix misspellings and remove safety verbiage 8 years ago
Matt Corallo cf82a9e704 Do not allow users to get keys from keypool without reserving them 8 years ago
practicalswift 35aff43217 Remove unused variable int64_t nEnd 8 years ago
Matt Corallo 99c7fc39a5 Prevent user from specifying conflicting parameters to fundrawtx 8 years ago
Alex Morcos f4d00e63f7 Add a discard_rate 8 years ago
Gregory Maxwell 095b917464 Avoid using sizes on non-fixed-width types to derive protocol constants. 8 years ago
Matt Corallo 1fc8c3de0c No longer ever reuse keypool indexes 8 years ago
Jonas Schnelli 76603b1325
Select wallet based on the given endpoint 8 years ago
practicalswift 40a0f9fb96 Enable devirtualization opportunities by using the final specifier (C++11) 8 years ago
Cory Fields 9a1675ee5b optim: mark a few classes final 8 years ago
Gregory Maxwell b0e8e2de84 Print one log message per keypool top-up, not one per key. 8 years ago
Gregory Maxwell 41dc163587 Increase wallet default keypool size to 1000. 8 years ago
Gregory Maxwell 30d8f3a18e Pushdown walletdb though CWallet::AddKeyPubKey to avoid flushes. 8 years ago
Gregory Sanders 4dc1915bce check for null values in rpc args and handle appropriately 8 years ago
Gregory Sanders 999ef2073a importmulti options are optional 8 years ago
Gregory Sanders a70d025366 fixup some rpc param counting for rpc help 8 years ago
practicalswift 2c2e90d1d4 Fix incorrect Doxygen tag (@ince@since). Make Doxygen parameter names match actual parameter names. 8 years ago
practicalswift 41bf1598f1 Remove unreachable code 8 years ago
Gregory Maxwell 3a53f19718 Pushdown walletdb object through GenerateNewKey/DeriveNewChildKey. 8 years ago
John Newbery 4c3b538c61 [logs] fix zapwallettxes startup logs 8 years ago
John Newbery e7a2181b49 [wallet] fix zapwallettxes interaction with persistent mempool 8 years ago
Alex Morcos 11590d39b9 Properly bound check conf_target in wallet RPC calls 8 years ago
Alex Morcos fd29d3df29 Remove checking of mempool min fee from estimateSmartFee. 8 years ago
Alex Morcos 2fffaa9738 Make QT fee displays use GetMinimumFee instead of estimateSmartFee 8 years ago
Alex Morcos 03ee701161 Refactor to use CoinControl in GetMinimumFee and FeeBumper 8 years ago