aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
|/
* Merge #10115: Avoid reading the old hd master key during wallet encryptionWladimir J. van der Laan2017-05-031-10/+4
|\
| * Avoid reading the old hd master key during wallet encryptionMatt Corallo2017-04-131-10/+4
* | Merge #10180: [trivial] Fix typos (tempoarily → temporarily, inadvertantly ...Wladimir J. van der Laan2017-05-021-2/+2
|\ \
| * | [trivial] Fix typos (tempoarily → temporarily, inadvertantly → inadverten...practicalswift2017-04-101-2/+2
* | | [Wallet] unset change position when there is no change on exact matchGregory Sanders2017-05-011-2/+3
* | | cleanup: reduce to one GetMinimumFee call signatureAlex Morcos2017-04-261-8/+3
* | | [wallet] Remove unneeded legacy getbalance codeRussell Yanofsky2017-04-261-66/+0
* | | [wallet] Add GetLegacyBalance method to simplify getbalance RPCRussell Yanofsky2017-04-261-0/+58
* | | Merge #10265: [wallet] [moveonly] Check non-null pindex before potentially re...Wladimir J. van der Laan2017-04-251-4/+4
|\ \ \
| * | | [wallet] Make sure pindex is non-null before possibly referencing in LogPrint...Karl-Johan Alm2017-04-251-4/+4
* | | | Merge #9951: Wallet database handling abstractions/simplificationsWladimir J. van der Laan2017-04-241-143/+73
|\ \ \ \
| * | | | wallet: Reduce references to global bitdb environmentWladimir J. van der Laan2017-04-201-1/+1