aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-03-15Add simple qt wallet test sending a transactionRussell Yanofsky
2017-03-15Add braces to if statements in Qt test_mainRussell Yanofsky
2017-03-10Make qt test compatible with TestChain100Setup frameworkRussell Yanofsky
2017-03-10Make test_bitcoin.cpp compatible with Qt Test frameworkRussell Yanofsky
2017-03-09Merge #9962: [trivial] Fix typo in rpc/protocol.hMarcoFalke
2017-03-09Merge #9538: [util] Remove redundant call to get() on smart pointer (thread_s...Wladimir J. van der Laan
2017-03-09Merge #9960: Trivial: Add const modifier to GetHDChain and IsHDEnabledWladimir J. van der Laan
2017-03-09[util] Remove redundant call to get() on smart pointer (thread_specific_ptr)practicalswift
2017-03-09[trival] Fix typo introduced into rpc/protocol.h in commit 338bf06practicalswift
2017-03-09Merge #9916: Fix msvc compiler error C4146 (minus operator applied to unsigne...Wladimir J. van der Laan
2017-03-09Merge #9853: Fix error codes from various RPCsWladimir J. van der Laan
2017-03-09Merge #9575: Remove unused, non-working RPC PostCommand signalWladimir J. van der Laan
2017-03-09Remove unreachable code (g_rpcSignals.PostCommand)practicalswift
2017-03-09Merge #9476: [refactor] Remove using namespace <xxx> from rpc/ & script/ sourcesWladimir J. van der Laan
2017-03-09Trivial: Add const modifier to GetHDChain and IsHDEnabledNicolasDorier
2017-03-08Add commenting around JSON error codesJohn Newbery
2017-03-08Refactor: Remove using namespace <xxx> from util*Karl-Johan Alm
2017-03-08Refactor: Remove using namespace <xxx> from wallet/Karl-Johan Alm
2017-03-08Refactor: Remove using namespace <xxx> from script/Karl-Johan Alm
2017-03-08Refactor: Remove using namespace <xxx> from rpc/Karl-Johan Alm
2017-03-08Merge #9936: [trivial] Fix three typos introduced into walletdb.h in commit 7...MarcoFalke
2017-03-08Fix msvc compiler error C4146 (unary minus operator applied to unsigned type)kobake
2017-03-07Improve logging in bctest.py if there is a formatting mismatchJohn Newbery
2017-03-07Return correct error codes in fundrawtransaction().John Newbery
2017-03-07Return correct error codes in setban().John Newbery
2017-03-07Return correct error codes in removeprunedfunds().John Newbery
2017-03-07Return correct error codes in blockchain.cpp.John Newbery
2017-03-07Return correct error codes in bumpfee().John Newbery
2017-03-07Merge #9548: Remove min reasonable feeWladimir J. van der Laan
2017-03-07Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan
2017-03-07Merge #9369: Factor out CWallet::nTimeSmart computation into a method.Wladimir J. van der Laan
2017-03-07Merge #9912: Optimize GetWitnessHash() for non-segwit transactionsWladimir J. van der Laan
2017-03-07Merge #9605: Use CScheduler for wallet flushing, remove ThreadFlushWalletDBWladimir J. van der Laan
2017-03-07[trivial] Fix typos introduced in 7184e25c80aa8b1629a700bb7a7e290ad0bb2792practicalswift
2017-03-07Merge #9555: [test] Avoid reading a potentially uninitialized variable in tx_...MarcoFalke
2017-03-06Rename FlushWalletDB -> CompactWalletDB, add function descriptionMatt Corallo
2017-03-06Use CScheduler for wallet flushing, remove ThreadFlushWalletDBMatt Corallo
2017-03-06CScheduler boost->std::function, use millisecs for times, not secsMatt Corallo
2017-03-07Fix msvc compiler error C4146 (minus operator applied to unsigned type)kobake
2017-03-06Merge #9906: Disallow copy constructor CReserveKeysWladimir J. van der Laan
2017-03-06Disallow copy of CReserveKeysGregory Sanders
2017-03-06[Wallet] refactor CWallet/CWalletDB/CDBJonas Schnelli
2017-03-06Merge #9333: Document CWalletTx::mapValue entries and remove erase of nonexis...Wladimir J. van der Laan
2017-03-06Merge #9547: bench: Assert that division by zero is unreachableWladimir J. van der Laan
2017-03-06Merge #9908: Define 7200 second timestamp window constantWladimir J. van der Laan
2017-03-06Merge #9576: [wallet] Remove redundant initializationWladimir J. van der Laan
2017-03-03Allow setting minrelaytxfee to 0Alex Morcos
2017-03-03[cleanup] Remove coin age priority completely.Alex Morcos
2017-03-03[rpc] Remove priorityDelta from prioritisetransactionAlex Morcos
2017-03-03[rpc] Remove priority information from mempool RPC callsAlex Morcos