aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Remove using namespace <xxx> from util*Karl-Johan Alm2017-03-084-52/+46
* 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
* | Improve logging in bctest.py if there is a formatting mismatchJohn Newbery2017-03-071-3/+9
* | Merge #9548: Remove min reasonable feeWladimir J. van der Laan2017-03-079-22/+27
|\ \
| * | Remove unnecessary min fee argument in CTxMemPool constructorAlex Morcos2017-01-177-13/+13
| * | CBlockPolicyEstimator now uses hard coded minimum bucket feerateAlex Morcos2017-01-173-5/+10
| * | Change fee estimation bucket limit variable namesAlex Morcos2017-01-172-6/+6
* | | Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan2017-03-0730-592/+88
|\ \ \
| * | | Allow setting minrelaytxfee to 0Alex Morcos2017-03-031-2/+3
| * | | [cleanup] Remove coin age priority completely.Alex Morcos2017-03-0311-97/+11
| * | | [rpc] Remove priorityDelta from prioritisetransactionAlex Morcos2017-03-035-37/+29
| * | | [rpc] Remove priority information from mempool RPC callsAlex Morcos2017-03-031-4/+0
| * | | [test] Remove priority from testsAlex Morcos2017-03-035-42/+33
| * | | No longer allow "free" transactionsAlex Morcos2017-03-038-50/+9
| * | | [rpc] sendrawtransaction no longer bypasses minRelayTxFeeAlex Morcos2017-02-271-1/+1
| * | | [cleanup] Remove estimatePriority and estimateSmartPriorityAlex Morcos2017-02-275-54/+0
| * | | [debug] Change -printpriority optionAlex Morcos2017-02-272-6/+2
| * | | [mining] Remove -blockprioritysize.Alex Morcos2017-02-276-180/+2
| * | | [rpc] Remove estimatepriority and estimatesmartpriority.Alex Morcos2017-02-272-67/+0
| * | | wallet: Remove sendfreeMarcoFalke2017-02-273-56/+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
* | | | | Merge #9912: Optimize GetWitnessHash() for non-segwit transactionsWladimir J. van der Laan2017-03-071-0/+3
|\ \ \ \ \
| * | | | | Optimize GetWitnessHash() for non-segwit transactionsSuhas Daftuar2017-03-031-0/+3
* | | | | | Merge #9605: Use CScheduler for wallet flushing, remove ThreadFlushWalletDBWladimir J. van der Laan2017-03-078-46/+42
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Rename FlushWalletDB -> CompactWalletDB, add function descriptionMatt Corallo2017-03-063-3/+4
| * | | | | Use CScheduler for wallet flushing, remove ThreadFlushWalletDBMatt Corallo2017-03-065-34/+30
| * | | | | CScheduler boost->std::function, use millisecs for times, not secsMatt Corallo2017-03-063-12/+11
* | | | | | Merge #9555: [test] Avoid reading a potentially uninitialized variable in tx_...MarcoFalke2017-03-071-1/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [test] Avoid reading a potentially uninitialized variable in tx_invalid-testpracticalswift2017-01-211-1/+3
* | | | | | 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 #9547: bench: Assert that division by zero is unreachableWladimir J. van der Laan2017-03-061-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Assert that what might look like a possible division by zero is actually unre...practicalswift2017-02-021-0/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge #9908: Define 7200 second timestamp window constantWladimir J. van der Laan2017-03-066-8/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | Define 7200 second timestamp window constantRussell Yanofsky2017-03-036-8/+22
* | | | | | | | | Merge #9576: [wallet] Remove redundant initializationWladimir J. van der Laan2017-03-061-6/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | [wallet] Remove redundant initializationpracticalswift2017-02-281-6/+2
| |/ / / / / / /
* | | | | | | | Merge #9910: Docs: correct and elaborate -rpcbind docWladimir J. van der Laan2017-03-031-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Docs: correct and elaborate -rpcbind docIan Kelling2017-03-031-1/+1