aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-07Give CMainSignals a reference to the global schedulerMatt Corallo
2017-07-03Make ValidationInterface signals-type-agnosticMatt Corallo
2017-07-03Use TestingSetup to DRY qt rpcnestedtestsMatt Corallo
2017-07-03Merge #10728: fix typo in help text for removeprunedfundsJonas Schnelli
2017-07-03Merge #10683: rpc: Move the `generate` RPC call to rpcwalletWladimir J. van der Laan
2017-07-03Merge #10704: [tests] nits in dbcrash.pyMarcoFalke
2017-07-03fix typo in help text for removeprunedfundsAkio Nakamura
2017-07-02[tests] nits in dbcrash.pyJohn Newbery
2017-06-29Merge #10192: Cache full script execution results in addition to signaturesWladimir J. van der Laan
2017-06-29Merge #10660: Allow to cancel the txdb upgrade via splashscreen keypress 'q'Wladimir J. van der Laan
2017-06-29Report [CANCELLED] instead of [DONE] when shut down during txdb upgradeJonas Schnelli
2017-06-29Report txdb upgrade not more often then every 10%Jonas Schnelli
2017-06-29Show txdb upgrade progress in debug logJonas Schnelli
2017-06-29Allow to cancel the txdb upgrade via splashscreen callbackJonas Schnelli
2017-06-29Allow to shut down during txdb upgradeJonas Schnelli
2017-06-29[Qt] allow to execute a callback during splashscreen progressJonas Schnelli
2017-06-29Merge #10556: Move stop/start functions from utils.py into BitcoinTestFrameworkMarcoFalke
2017-06-29[tests] fix nits.John Newbery
2017-06-29Merge #10673: [qt] Avoid potential null pointer dereference in TransactionVie...Wladimir J. van der Laan
2017-06-29[tests] reorganize utils.py module (code move only)John Newbery
2017-06-29[tests] move mocktime property and functions to BitcoinTestFrameworkJohn Newbery
2017-06-29[tests] Move stop_node and start_node methods to BitcoinTestFrameworkJohn Newbery
2017-06-29[tests] fix flake8 warnings in test_framework.py and util.pyJohn Newbery
2017-06-29[tests] remove unused imports from utils.pyJohn Newbery
2017-06-29rpc: Update `generate` for developer notesWladimir J. van der Laan
2017-06-29rpc: Move the `generate` RPC call to rpcwalletWladimir J. van der Laan
2017-06-29Merge #10688: contrib: Update laanwj keyMarcoFalke
2017-06-28Merge #10558: Address nits from per-utxo changePieter Wuille
2017-06-28Merge #10685: Clarify CCoinsViewMemPool documentation.Pieter Wuille
2017-06-28Merge #10148: Use non-atomic flushing with block replayWladimir J. van der Laan
2017-06-28Merge #10690: [qa] Bugfix: allow overriding extra_args in ComparisonTestFrame...MarcoFalke
2017-06-28Merge #10631: Use the override specifier (C++11) where we expect to be overri...Wladimir J. van der Laan
2017-06-28[qa] Bugfix: allow overriding extra_args in ComparisonTestFrameworkSuhas Daftuar
2017-06-28Merge #10684: Remove no longer used mempool.exists(outpoint)Wladimir J. van der Laan
2017-06-28contrib: Update laanwj keyWladimir J. van der Laan
2017-06-28Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift
2017-06-27Comment clarifications in coins.cppAlex Morcos
2017-06-27Add CheckInputs() unit testsSuhas Daftuar
2017-06-27Add belt-and-suspenders in DisconnectBlockAlex Morcos
2017-06-27Clarify CCoinsViewMemPool documentation.Matt Corallo
2017-06-27Remove no longer used mempool.exists(outpoint)Alex Morcos
2017-06-27Merge #10659: [qa] blockchain: Pass on closed connection during generate callWladimir J. van der Laan
2017-06-27Merge #10118: Util: Remove redundant calls to argsGlobal.IsArgSet()Wladimir J. van der Laan
2017-06-27[qt] Avoid potential null pointer dereference in TransactionView::exportClick...practicalswift
2017-06-27Merge #10612: The young person's guide to the test_frameworkWladimir J. van der Laan
2017-06-27Merge #10400: [RPC] Add an uptime command that displays the amount of time (i...Wladimir J. van der Laan
2017-06-27Merge #10581: Simplify return values of GetCoin/HaveCoin(InCache)Wladimir J. van der Laan
2017-06-27[tests] add example testJohn Newbery
2017-06-27[tests] Update functional tests documentationJohn Newbery
2017-06-27Indentation after 'Remove redundant calls to gArgs.IsArgSet()'Jorge Timón