aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-24GetOldestKeyPoolTime: if HD & HD Chain Split is enabled, response max(oldest-...Jonas Schnelli
2017-03-24Don't switch to HD-chain-split during wallet encryption of non HD-chain-split...Jonas Schnelli
2017-03-24Switch to 100% for the HD internal keypool sizeJonas Schnelli
2017-03-24Make sure we always generate one keypool key at minimumJonas Schnelli
2017-03-24Fix issue where CDataStream->nVersion was taken a CKeyPool record versionJonas Schnelli
2017-03-24Make sure we hand out keypool keys if HD_SPLIT is not enabledJonas Schnelli
2017-03-24Make sure ReserveKeyFromKeyPool only hands out internal keys if HD_SPLIT is s...Jonas Schnelli
2017-03-24Fix wrong keypool internal size in RPC getwalletinfo helpJonas Schnelli
2017-03-24Removed redundant IsLocked() check in NewKeyPool()Jonas Schnelli
2017-03-24Immediately return setKeyPool's size if HD or HD_SPLIT is disabled or not sup...Jonas Schnelli
2017-03-24[Wallet] split the keypool in an internal and external partJonas Schnelli
2017-03-24Skip rpcbind_test if OS/network requirements are not met.John Newbery
2017-03-23[trivial] Dead code removalThomas Snider
2017-03-23add missing spaces so that markdown recognizes headlineflack
2017-03-23Merge #9701: Make bumpfee tests less fragileMarcoFalke
2017-03-23Merge #10047: [tests] Remove unused variables and importsMarcoFalke
2017-03-23Merge #9500: [Qt][RPC] Autocomplete commands for 'help' command in debug consoleJonas Schnelli
2017-03-23Merge #9558: Clarify assumptions made about when BlockCheck is calledJonas Schnelli
2017-03-23Merge #10029: Fix parameter naming inconsistencies between .h and .cpp filesJonas Schnelli
2017-03-22[zmq] Call va_end() on va_start()ed args.Karl-Johan Alm
2017-03-22[tests] Remove unused variablespracticalswift
2017-03-22[tests] Remove unused and duplicate importspracticalswift
2017-03-22Run extended tests once dailyJohn Newbery
2017-03-22Allow test cases to be skippedJohn Newbery
2017-03-22Merge #10017: combine_logs.py - aggregates log files from multiple bitcoinds ...Wladimir J. van der Laan
2017-03-22Merge #10045: [trivial] Fix typos in commentsJonas Schnelli
2017-03-21Python functional tests should log in UTCJohn Newbery
2017-03-21Introduce combine_logs.py to combine log files from multiple bitcoinds.John Newbery
2017-03-21[trivial] Fix typos in commentspracticalswift
2017-03-21Merge #10039: Fix compile errors with Qt 5.3.2 and Boost 1.55.0Wladimir J. van der Laan
2017-03-21[qa] Expand bumpfee test docstringRussell Yanofsky
2017-03-21[qa] Rename python input variable to tx_inputRussell Yanofsky
2017-03-21[qa] Make bumpfee.py test function order consistentRussell Yanofsky
2017-03-21[qa] Get rid of nondeterminism in bumpfee.pyRussell Yanofsky
2017-03-21[qa] Remove bumpfee.py get_change_address hackRussell Yanofsky
2017-03-21Merge #9956: Reorganise qa directoryMarcoFalke
2017-03-20Merge #9734: Add updating of chainTxData to release processWladimir J. van der Laan
2017-03-20Avoid QTimer::singleShot compile error with Qt 5.3.2Russell Yanofsky
2017-03-20Avoid scoped_connection compile error with boost 1.55.0Russell Yanofsky
2017-03-20Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.pyJohn Newbery
2017-03-20Rename --enable-extended-rpc-tests to --enable-extended-functional-testsJohn Newbery
2017-03-20Rename test/pull-tester/rpc-tests.py to test/functional/test_runner.pyJohn Newbery
2017-03-20Rename rpc-tests directory to functionalJohn Newbery
2017-03-20Rename qa directory to testJohn Newbery
2017-03-20Merge #10038: Add mallocinfo mode to `getmemoryinfo` RPCWladimir J. van der Laan
2017-03-20Merge #10037: Trivial: Fix typo in help getrawtransaction RPCMarcoFalke
2017-03-20Add mallocinfo mode to `getmemoryinfo` RPCWladimir J. van der Laan
2017-03-20Trivial: Fix typo in help getrawtransaction RPCJames Evans
2017-03-20Merge #10027: Set to nullptr after deleteWladimir J. van der Laan
2017-03-19Fix parameter naming inconsistencies between .h and .cpp filespracticalswift