aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Remove using namespace <xxx> from wallet/Karl-Johan Alm2017-03-086-316/+303
* Merge #9936: [trivial] Fix three typos introduced into walletdb.h in commit 7...MarcoFalke2017-03-081-2/+2
|\
| * [trivial] Fix typos introduced in 7184e25c80aa8b1629a700bb7a7e290ad0bb2792practicalswift2017-03-071-2/+2
* | Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan2017-03-072-38/+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-272-36/+2
* | | Merge #9369: Factor out CWallet::nTimeSmart computation into a method.Wladimir J. van der Laan2017-03-073-45/+129
|\ \ \
| * | | Clean up braces in CWallet::ComputeTimeSmartRussell Yanofsky2017-03-031-32/+27
| * | | Add documentation describing CWallet::nTimeSmart.Russell Yanofsky2017-03-032-0/+30
| * | | Factor out CWallet::nTimeSmart computation into a method.Russell Yanofsky2017-03-032-45/+51
| * | | Add tests for CWalletTx::nTimeSmartRussell Yanofsky2017-03-031-0/+53
* | | | Rename FlushWalletDB -> CompactWalletDB, add function descriptionMatt Corallo2017-03-063-3/+4
* | | | Use CScheduler for wallet flushing, remove ThreadFlushWalletDBMatt Corallo2017-03-064-33/+29
| |_|/ |/| |
* | | Merge #9906: Disallow copy constructor CReserveKeysWladimir J. van der Laan2017-03-061-0/+4
|\ \ \
| * | | Disallow copy of CReserveKeysGregory Sanders2017-03-061-0/+4
* | | | [Wallet] refactor CWallet/CWalletDB/CDBJonas Schnelli2017-03-065-152/+237
* | | | Merge #9333: Document CWalletTx::mapValue entries and remove erase of nonexis...Wladimir J. van der Laan2017-03-061-1/+25
|\ \ \ \
| * | | | [trivial] Add comment documenting bumpfee mapValuesRussell Yanofsky2017-01-251-0/+4
| * | | | Remove reference to nonexistent "version" wallet transaction mapvalue fieldRussell Yanofsky2016-12-141-5/+0
| * | | | [trivial] Add comment documenting CWalletTx::mapValueRussell Yanofsky2016-12-121-0/+25
* | | | | Merge #9908: Define 7200 second timestamp window constantWladimir J. van der Laan2017-03-063-6/+6
|\ \ \ \ \
| * | | | | Define 7200 second timestamp window constantRussell Yanofsky2017-03-033-6/+6
* | | | | | Merge #9576: [wallet] Remove redundant initializationWladimir J. van der Laan2017-03-061-6/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | [wallet] Remove redundant initializationpracticalswift2017-02-281-6/+2
| |/ / / /
* | | | | Merge #9828: Avoid -Wshadow warnings in wallet_testsWladimir J. van der Laan2017-03-031-41/+41
|\ \ \ \ \
| * | | | | Avoid -Wshadow warnings in wallet_testsRussell Yanofsky2017-02-221-41/+41
* | | | | | Merge #8808: Do not shadow variables (gcc set)Wladimir J. van der Laan2017-03-032-13/+13
|\ \ \ \ \ \
| * | | | | | Do not shadow variables (gcc set)Pavel Janík2016-12-052-13/+13
* | | | | | | Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequestWladimir J. van der Laan2017-03-035-384/+534
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Wallet: Sanitise -wallet parameterLuke Dashjr2017-02-271-0/+6
| * | | | | | Wallet/RPC: Use filename rather than CWallet pointer, for lockwallet RPCRunLa...Luke Dashjr2017-02-271-1/+1
| * | | | | | More tightly couple EnsureWalletIsAvailable with GetWalletForJSONRPCRequest w...Luke Dashjr2017-02-272-54/+8
| * | | | | | Move wallet RPC declarations to rpcwallet.hLuke Dashjr2017-02-272-0/+15
| * | | | | | Reformat touched lines with C++11Luke Dashjr2017-02-272-126/+205
| * | | | | | Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique pe...Luke Dashjr2017-02-272-14/+10
| * | | | | | RPC: Do all wallet access through new GetWalletForJSONRPCRequestLuke Dashjr2017-02-272-264/+364
| * | | | | | RPC/Wallet: Pass CWallet as pointer to helper functionsLuke Dashjr2017-02-272-162/+162
| | |_|_|_|/ | |/| | | |
* | | | | | Merge #9359: Add test for CWalletTx::GetImmatureCredit() returning stale values.MarcoFalke2017-03-021-0/+25
|\ \ \ \ \ \
| * | | | | | Add test for CWalletTx::GetImmatureCredit() returning stale values.Russell Yanofsky2017-03-011-0/+25
| | |_|_|/ / | |/| | | |
* | | | | | Merge #9143: Refactor ZapWalletTxes to avoid layer violationsWladimir J. van der Laan2017-03-023-15/+16
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Refactor ZapWalletTxes to avoid layer vialotionsJonas Schnelli2017-01-243-15/+16
* | | | | | Merge #9829: Fix importmulti returning rescan errors for wrong keysWladimir J. van der Laan2017-02-282-3/+15
|\ \ \ \ \ \
| * | | | | | Fix importmulti returning rescan errors for wrong keysRussell Yanofsky2017-02-272-3/+15
| | |/ / / / | |/| | | |
* | | | | | Merge #9865: Change bitcoin address in RPC help messageWladimir J. van der Laan2017-02-281-15/+15
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Change bitcoin address in RPC helpaddress to an invalid address, so people do...Marijn Stollenga2017-02-261-15/+15
* | | | | | tests: Fix dangling pwalletMain pointer in wallet testsWladimir J. van der Laan2017-02-271-0/+2
|/ / / / /
* | | / / Update sendfrom RPC help to correct coin selection misconceptionRussell Yanofsky2017-02-231-0/+3
| |_|/ / |/| | |
* | | | Merge #9773: Return errors from importmulti if complete rescans are not succe...Wladimir J. van der Laan2017-02-224-11/+99
|\ \ \ \
| * | | | Return errors from importmulti if complete rescans are not successfulRussell Yanofsky2017-02-174-11/+99