aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Change default fee estimation mode.Alex Morcos2017-07-061-2/+3
| * | | Introduce a fee estimate mode.Alex Morcos2017-07-061-3/+17
| * | | remove default argument from GetMinimumFeeAlex Morcos2017-07-061-1/+1
* | | | Use method name from __func__ macrodarksh1ne2017-07-041-2/+2
|/ / /
* | | Merge #10412: Improve wallet rescan APIWladimir J. van der Laan2017-06-241-5/+39
|\ \ \
| * | | Handle TIMESTAMP_WINDOW within CWallet::RescanFromTimeRussell Yanofsky2017-06-221-3/+3
| * | | Make CWallet::RescanFromTime comment less ambiguousRussell Yanofsky2017-06-221-1/+1
| * | | Add RescanFromTime method and use from rpcdumpRussell Yanofsky2017-06-051-0/+32
| * | | Move birthday optimization out of ScanForWalletTransactionsRussell Yanofsky2017-06-051-5/+7
* | | | Merge #10633: doc: Fix various typosWladimir J. van der Laan2017-06-221-3/+3
|\ \ \ \
| * | | | Fixed multiple typosDimitris Tsapakidis2017-06-221-3/+3
* | | | | Merge #9343: Don't create change at dust limitWladimir J. van der Laan2017-06-221-22/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Don't create change at the dust limit, even if it means paying more than expe...Alex Morcos2017-06-141-22/+0
* | | | | Merge #10536: Remove unreachable or otherwise redundant codePieter Wuille2017-06-201-3/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove unreachable or otherwise redundant codepracticalswift2017-06-121-3/+0
* | | | | Merge #10284: Always log debug information for fee calculation in CreateTrans...Wladimir J. van der Laan2017-06-151-9/+28
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Output Fee Estimation Calculations in CreateTransactionAlex Morcos2017-06-131-9/+28
* | | | | Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille2017-06-131-45/+45
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | scripted-diff: Remove PAIRTYPEJorge Timón2017-06-051-7/+7
| * | | | scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-45/+45
| | |/ / | |/| |
* | | | Merge #8694: Basic multiwallet supportWladimir J. van der Laan2017-06-121-35/+54
|\ \ \ \
| * | | | wallet: Update formattingLuke Dashjr2017-06-061-8/+10
| * | | | wallet: Forbid -salvagewallet, -zapwallettxes, and -upgradewallet with multip...Luke Dashjr2017-06-061-2/+15
| * | | | wallet: Include actual backup filename in recovery warning messageLuke Dashjr2017-06-061-1/+2
| * | | | Wallet: Move multiwallet sanity checks to CWallet::Verify, and do other check...Luke Dashjr2017-06-061-27/+29
| * | | | Wallet: Support loading multiple wallets if -wallet used more than onceLuke Dashjr2017-06-061-10/+12
| * | | | Wallet: Replace pwalletMain with a vector of wallet pointersLuke Dashjr2017-06-061-3/+2
| * | | | CWalletDB: Store the update counter per walletLuke Dashjr2017-06-051-1/+1
| * | | | wallet: Move nAccountingEntryNumber from static/global to CWalletLuke Dashjr2017-06-051-1/+1
| |/ / /
* | | | Merge #10521: Limit variable scopePieter Wuille2017-06-091-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Limit variable scopepracticalswift2017-06-051-1/+1
* | | | Introduce MAX_BIP125_RBF_SEQUENCE constantLuke Dashjr2017-06-051-1/+2
* | | | Wallet: Refactor FundTransaction to accept parameters via CCoinControlLuke Dashjr2017-06-051-6/+1
| |/ / |/| |
* | | Merge #10403: Fix importmulti failure to return rescan errorsWladimir J. van der Laan2017-06-051-9/+5
|\ \ \
| * | | Fix importmulti failure to return rescan errorsRussell Yanofsky2017-05-151-9/+5
* | | | Merge #10455: Simplify feebumper minimum fee code slightlyWladimir J. van der Laan2017-06-051-2/+2
|\ \ \ \
| * | | | Simplify feebumper minimum fee code slightlyRussell Yanofsky2017-05-251-2/+2
* | | | | Merge #10500: Avoid CWalletTx copies in GetAddressBalances and GetAddressGrou...Pieter Wuille2017-06-021-4/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Avoid CWalletTx copies in GetAddressBalances and GetAddressGroupingsRussell Yanofsky2017-06-011-4/+4
| |/ / /
* | | | Merge #10347: Use range-based for loops (C++11) when looping over vector elem...Pieter Wuille2017-05-231-9/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Use range-based for loops (C++11) when looping over vector elementspracticalswift2017-05-191-9/+9
* | | | Merge #10295: [qt] Move some WalletModel functions into CWalletWladimir J. van der Laan2017-05-231-1/+100
|\ \ \ \
| * | | | Add missing LOCK2 in CWallet::GetAvailableBalanceRussell Yanofsky2017-05-171-0/+2
| * | | | [qt] Move some WalletModel functions into CWalletRussell Yanofsky2017-05-171-1/+98
* | | | | Merge #10390: [wallet] remove minimum total fee optionWladimir J. van der Laan2017-05-221-3/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | remove minimum total fee optionGregory Sanders2017-05-111-3/+0
| | |/ / | |/| |
* | | | Merge #9697: [Qt] simple fee bumper with user verificationJonas Schnelli2017-05-181-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Add cs_wallet lock assertion to SignTransaction()Jonas Schnelli2017-05-111-0/+2
| |/ /
* / / Add query options to listunspent rpc callPedro Branco2017-05-171-8/+42
|/ /
* / Consensus: Minimal way to move dust out of consensusJorge Timón2017-05-031-5/+5
|/