1053 Commits (062c8b69f4ccae323d675685da8cbfcb7ccd0c55)

Author SHA1 Message Date
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
Luke Dashjr b005bf21a7 Introduce MAX_BIP125_RBF_SEQUENCE constant 8 years ago
Luke Dashjr 36bcab2356 RPC/Wallet: Add RBF support for fundrawtransaction 8 years ago
Luke Dashjr 891c5eeec2 Wallet: Refactor FundTransaction to accept parameters via CCoinControl 8 years ago
Luke Dashjr 19b3648bb5 CWalletDB: Store the update counter per wallet 8 years ago
Luke Dashjr 23fb9adaea wallet: Move nAccountingEntryNumber from static/global to CWallet 8 years ago
Luke Dashjr 9d15d5548d Bugfix: wallet: Increment "update counter" when modifying account stuff 8 years ago
Luke Dashjr f28eb8020e Bugfix: wallet: Increment "update counter" only after actually making the applicable db changes to avoid potential races 8 years ago
Pieter Wuille 124d13a58c Merge test_random.h into test_bitcoin.h 8 years ago
Jorge Timón 1238f13cf6
scripted-diff: Remove PAIRTYPE 8 years ago
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH 8 years ago
Russell Yanofsky 9bb66ab660 Add RescanFromTime method and use from rpcdump 8 years ago
Russell Yanofsky ccf84bb9c1 Move birthday optimization out of ScanForWalletTransactions 8 years ago
practicalswift 90593ed92c Limit variable scope 8 years ago
practicalswift 656dbd871a Perform member initialization in initialization lists where possible 8 years ago
practicalswift a8c09affce Remove unused variables 8 years ago
Russell Yanofsky b9b814a38e Avoid CWalletTx copies in GetAddressBalances and GetAddressGroupings 8 years ago
James Evans 16d94d3d03 Fixing typo in rpcdump.cpp 8 years ago
Russell Yanofsky 88b8f0b682 Simplify feebumper minimum fee code slightly 8 years ago
Russell Yanofsky 1b6602fbe6 Fix bumpfee rpc "errors" return value 8 years ago
practicalswift efc2e3302d [trivial] Fix three recently introduced typos 8 years ago
practicalswift 211adc074a Use range-based for loops (C++11) when looping over vector elements 8 years ago
Russell Yanofsky 108f04f2d9 Add missing LOCK2 in CWallet::GetAvailableBalance 8 years ago
Russell Yanofsky 429aa9eb51 [test] Move some tests from qt -> wallet 8 years ago
Russell Yanofsky d944bd7a27 [qt] Move some WalletModel functions into CWallet 8 years ago
Pedro Branco bc63d0ed3b Add query options to listunspent rpc call 8 years ago
Ryan Havar 0f1b26a5aa Fix docs (there's no rpc command setpaytxfee) 8 years ago
Russell Yanofsky 2a8e35a11d Fix importwallet edge case rescan bug 8 years ago
Russell Yanofsky 4d2d6045a4 Fix importmulti failure to return rescan errors 8 years ago
Gregory Sanders 091a9ae21c remove minimum total fee option 8 years ago
Jonas Schnelli a38783747b
Make sure we re-check the conditions of a feebump during commit 8 years ago
Jonas Schnelli 2ec911f60d
Add cs_wallet lock assertion to SignTransaction() 8 years ago
Karl-Johan Alm 5a5e4e9cc1
[wallet] Remove CTransaction&() helper conversion operator from wallet implementation. 8 years ago
Luke Dashjr a637734ba2 rpc/wallet: Workaround older UniValue which returns a std::string temporary for get_str 8 years ago