849 Commits (aeb31756276034dd506fdf97c8aaade0e7e584f5)

Author SHA1 Message Date
John Newbery 055d95f842 [wallet] return correct error code from resendwallettransaction 8 years ago
Matt Corallo 01699fb283 Fix resendwallettransactions assert failure if -walletbroadcast=0 8 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
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
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
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
Alex Morcos ecd81dfa3c Make CoinControl a required argument to CreateTransaction 8 years ago
Matt Corallo d40a72ccbb Clarify *(--.end()) iterator semantics in CWallet::TopUpKeyPool 8 years ago
Matt Corallo 28301b9780 Meet code style on lines changed in the previous commit 8 years ago
Matt Corallo 4a3fc35629 Track keypool entries as internal vs external in memory 8 years ago
João Barbosa 4652791141 Fix uninitialized atomic variables 8 years ago
Alex Morcos dd97a529ad Properly forbid -salvagewallet and -zapwallettxes for multi wallet. 8 years ago
Gregory Sanders 228987d84c getbalance example covers at least 6 confirms 8 years ago
Alex Morcos 0f402b9263 Fix rare edge case of paying too many fees when transaction has no change. 8 years ago
Alex Morcos 253cd7ec4f Only reserve key for scriptChange once in CreateTransaction 8 years ago
Alex Morcos f135923ee2 Add RPC options for RBF, confirmation target, and conservative fee estimation. 8 years ago
Pieter Wuille 0aadc11fd8 Avoid dereference-of-casted-pointer 8 years ago