aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Immediately return setKeyPool's size if HD or HD_SPLIT is disabled or not sup...Jonas Schnelli2017-03-241-0/+4
| * | | [Wallet] split the keypool in an internal and external partJonas Schnelli2017-03-241-42/+85
* | | | ApproximateBestSubset should take inputs by reference, not valueRyan Havar2017-03-281-2/+2
|/ / /
* | | Merge #9592: [Qt] Add checkbox in the GUI to opt-in to RBF when creating a tr...Jonas Schnelli2017-03-171-1/+2
|\ \ \
| * | | Allow to opt-into RBF when creating a transactionJonas Schnelli2017-01-231-1/+2
* | | | Add COutput::fSafe member for safe handling of unconfirmed outputsRussell Yanofsky2017-03-101-8/+11
* | | | Merge #9960: Trivial: Add const modifier to GetHDChain and IsHDEnabledWladimir J. van der Laan2017-03-091-1/+1
|\ \ \ \
| * | | | Trivial: Add const modifier to GetHDChain and IsHDEnabledNicolasDorier2017-03-091-1/+1
* | | | | Refactor: Remove using namespace <xxx> from wallet/Karl-Johan Alm2017-03-081-100/+98
|/ / / /
* | | | Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan2017-03-071-33/+1
|\ \ \ \
| * | | | [cleanup] Remove coin age priority completely.Alex Morcos2017-03-031-1/+1
| * | | | No longer allow "free" transactionsAlex Morcos2017-03-031-3/+0
| * | | | wallet: Remove sendfreeMarcoFalke2017-02-271-31/+2
| | |_|/ | |/| |
* | | | Merge #9369: Factor out CWallet::nTimeSmart computation into a method.Wladimir J. van der Laan2017-03-071-45/+66
|\ \ \ \
| * | | | Clean up braces in CWallet::ComputeTimeSmartRussell Yanofsky2017-03-031-32/+27
| * | | | Add documentation describing CWallet::nTimeSmart.Russell Yanofsky2017-03-031-0/+21
| * | | | Factor out CWallet::nTimeSmart computation into a method.Russell Yanofsky2017-03-031-45/+50
* | | | | Rename FlushWalletDB -> CompactWalletDB, add function descriptionMatt Corallo2017-03-061-1/+1
* | | | | Use CScheduler for wallet flushing, remove ThreadFlushWalletDBMatt Corallo2017-03-061-4/+5
* | | | | [Wallet] refactor CWallet/CWalletDB/CDBJonas Schnelli2017-03-061-41/+14
* | | | | Merge #9908: Define 7200 second timestamp window constantWladimir J. van der Laan2017-03-061-2/+2
|\ \ \ \ \
| * | | | | Define 7200 second timestamp window constantRussell Yanofsky2017-03-031-2/+2
| | |/ / / | |/| | |
* | | | | Merge #9576: [wallet] Remove redundant initializationWladimir J. van der Laan2017-03-061-6/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [wallet] Remove redundant initializationpracticalswift2017-02-281-6/+2
| |/ / /
* | | | Merge #8808: Do not shadow variables (gcc set)Wladimir J. van der Laan2017-03-031-12/+12
|\ \ \ \
| * | | | Do not shadow variables (gcc set)Pavel Janík2016-12-051-12/+12
* | | | | Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequestWladimir J. van der Laan2017-03-031-0/+6
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Wallet: Sanitise -wallet parameterLuke Dashjr2017-02-271-0/+6
| | |/ / | |/| |
* | | | Merge #9143: Refactor ZapWalletTxes to avoid layer violationsWladimir J. van der Laan2017-03-021-3/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Refactor ZapWalletTxes to avoid layer vialotionsJonas Schnelli2017-01-241-3/+8
* | | | Merge #9773: Return errors from importmulti if complete rescans are not succe...Wladimir J. van der Laan2017-02-221-8/+15
|\ \ \ \
| * | | | Return errors from importmulti if complete rescans are not successfulRussell Yanofsky2017-02-171-8/+15
* | | | | Merge #9727: Remove fallbacks for boost_filesystem < v3Wladimir J. van der Laan2017-02-211-4/+0
|\ \ \ \ \
| * | | | | Remove fallbacks for boost_filesystem < v3Wladimir J. van der Laan2017-02-101-4/+0
* | | | | | Merge #9696: [trivial] Fix recently introduced typos in commentsMarcoFalke2017-02-181-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [trivial] Fix recently introduced typos in commentspracticalswift2017-02-141-1/+1
* | | | | | Use importmulti timestamp when importing watch only keysRussell Yanofsky2017-02-101-9/+18
* | | | | | Dedup nTimeFirstKey update logicRussell Yanofsky2017-02-101-5/+14
| |/ / / / |/| | | |
* | | | | Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race.Wladimir J. van der Laan2017-02-061-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make nWalletDBUpdated atomic to avoid a potential race.Patrick Strateman2016-12-211-1/+1
* | | | | wallet: Refactor dummy signature signing for reusabilitySuhas Daftuar2017-01-301-15/+3
* | | | | Merge #9615: Wallet incremental feeWladimir J. van der Laan2017-01-301-2/+7
|\ \ \ \ \
| * | | | | Refactor GetMinimumFee to give option of providing targetFeeAlex Morcos2017-01-251-2/+7
| | |_|_|/ | |/| | |
* | | | | [trivial] Fix typos in commentspracticalswift2017-01-271-1/+1
* | | | | Better document usage of SyncTransactionAlex Morcos2017-01-231-2/+10
| |_|/ / |/| | |
* | | | Merge #9377: fundrawtransaction: Keep change-output keys by default, make it ...Wladimir J. van der Laan2017-01-201-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | [Wallet] Add an option to keep the change address key, true by defaultJonas Schnelli2017-01-191-1/+5
* | | | Merge #8456: [RPC] Simplified bumpfee command.Wladimir J. van der Laan2017-01-191-0/+90
|\ \ \ \ | |/ / / |/| | |
| * | | [RPC] bumpfeemrbandrews2017-01-191-0/+67
| * | | [wallet] Add IsAllFromMe: true if all inputs are from walletSuhas Daftuar2017-01-101-0/+23