802 Commits (439c4e8ad5871f59d87ae2ab77fe01aa6fe41414)

Author SHA1 Message Date
practicalswift 2c2e90d1d4 Fix incorrect Doxygen tag (@ince@since). Make Doxygen parameter names match actual parameter names. 7 years ago
John Newbery 4c3b538c61 [logs] fix zapwallettxes startup logs 7 years ago
John Newbery e7a2181b49 [wallet] fix zapwallettxes interaction with persistent mempool 7 years ago
Alex Morcos 11590d39b9 Properly bound check conf_target in wallet RPC calls 7 years ago
Alex Morcos fd29d3df29 Remove checking of mempool min fee from estimateSmartFee. 7 years ago
Alex Morcos 2fffaa9738 Make QT fee displays use GetMinimumFee instead of estimateSmartFee 7 years ago
Alex Morcos 03ee701161 Refactor to use CoinControl in GetMinimumFee and FeeBumper 7 years ago
Alex Morcos ecd81dfa3c Make CoinControl a required argument to CreateTransaction 7 years ago
Matt Corallo d40a72ccbb Clarify *(--.end()) iterator semantics in CWallet::TopUpKeyPool 7 years ago
Matt Corallo 28301b9780 Meet code style on lines changed in the previous commit 7 years ago
Matt Corallo 4a3fc35629 Track keypool entries as internal vs external in memory 7 years ago
João Barbosa 4652791141 Fix uninitialized atomic variables 7 years ago
Alex Morcos dd97a529ad Properly forbid -salvagewallet and -zapwallettxes for multi wallet. 7 years ago
Gregory Sanders 228987d84c getbalance example covers at least 6 confirms 7 years ago
Alex Morcos 0f402b9263 Fix rare edge case of paying too many fees when transaction has no change. 7 years ago
Alex Morcos 253cd7ec4f Only reserve key for scriptChange once in CreateTransaction 7 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
Alex Morcos f0bf33da83 Change default fee estimation mode. 8 years ago
Alex Morcos d507c301bc Introduce a fee estimate mode. 8 years ago
Alex Morcos cfaef69ace remove default argument from GetMinimumFee 8 years ago
Matt Corallo fb915d5b18 Use "replaceable" instead of "optIntoRbf" in fundrawtransaction. 8 years ago
darksh1ne 9bbf60047e Use method name from __func__ macro 8 years ago
Akio Nakamura ecb4fc382b fix typo in help text for removeprunedfunds 8 years ago
Wladimir J. van der Laan 2a962834fe rpc: Update `generate` for developer notes 8 years ago
Wladimir J. van der Laan df7e2f057b rpc: Move the `generate` RPC call to rpcwallet 8 years ago
practicalswift aa95947ded Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class 8 years ago
Russell Yanofsky deaf48b046 Handle TIMESTAMP_WINDOW within CWallet::RescanFromTime 8 years ago
Russell Yanofsky 5b2be2b787 Make CWallet::RescanFromTime comment less ambiguous 8 years ago
Dimitris Tsapakidis 0a5a6b90bc Fixed multiple typos 8 years ago
Jorge Timón 5995735c5b
scripted-diff: Remove #include <boost/foreach.hpp> 8 years ago
Pavel Janík cc0ed26753 Supress struct/class mismatch warnings introduced in #10284. 8 years ago
Alex Morcos 61718268b5 Don't create change at the dust limit, even if it means paying more than expected 8 years ago
Marko Bencun 1d1ea9f096 Turn TryCreateDirectory() into TryCreateDirectories() 8 years ago
Alex Morcos 1bebfc8d3a Output Fee Estimation Calculations in CreateTransaction 8 years ago
Alex Morcos 8e69adc665 Add missing include for atomic in db.h 8 years ago
practicalswift 4087d9ea7c Remove unnecessary forward class declarations in header files 8 years ago
practicalswift 4265bf351a Remove unreachable or otherwise redundant code 8 years ago
practicalswift e53a0fa12a Remove duplicate includes 8 years ago
practicalswift 49de096c2a Remove unused Boost includes 8 years ago
Pieter Wuille e945848582 scripted-diff: Use new naming style for insecure_rand* functions 8 years ago
Luke Dashjr c237bd750e wallet: Update formatting 8 years ago
Luke Dashjr 9cbe8c80ba wallet: Forbid -salvagewallet, -zapwallettxes, and -upgradewallet with multiple wallets 8 years ago
Luke Dashjr a2a5f3f0f0 wallet: Base backup filenames on original wallet filename 8 years ago
Luke Dashjr b823a4c9f6 wallet: Include actual backup filename in recovery warning message 8 years ago
Luke Dashjr 84dcb45017 Bugfix: wallet: Fix warningStr, errorStr argument order 8 years ago
Luke Dashjr 008c360083 Wallet: Move multiwallet sanity checks to CWallet::Verify, and do other checks on all wallets 8 years ago
Luke Dashjr 0f08575be2 Wallet: Support loading multiple wallets if -wallet used more than once 8 years ago
Luke Dashjr b124cf04ea Wallet: Replace pwalletMain with a vector of wallet pointers 8 years ago
practicalswift 3fb81a8480 Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of 8 years ago