aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-27Make check to distinguish between orphan txs and old txs more efficient.Alex Morcos
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-27[tests] rename getblocktemplate_proposals.py to mining.pyJohn Newbery
2017-06-27[tests] add test for submit blockJohn Newbery
2017-06-27[tests] run successful test in getblocktemplate firstJohn Newbery
2017-06-27[tests] don't build blocks manually in getblocktemplate testJohn Newbery
2017-06-27[tests] clarify assertions in getblocktemplate testJohn Newbery
2017-06-27[tests] Don't build the coinbase manually in getblocktemplate testJohn Newbery
2017-06-27[tests] getblocktemplate_proposals.py: add loggingJohn Newbery
2017-06-27[tests] Fix flake8 warnings in getblocktemplate testsJohn Newbery
2017-06-27[tests] Fix import order in getblocktemplate testJohn Newbery
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
2017-06-27Util: Remove redundant calls to gArgs.IsArgSet()Jorge Timón
2017-06-26Simplify return values of GetCoin/HaveCoin(InCache)Pieter Wuille
2017-06-26[qa] Test non-atomic chainstate writesSuhas Daftuar
2017-06-26Dont create pcoinsTip until after ReplayBlocks.Matt Corallo
2017-06-26Random db flush crash simulatorPieter Wuille
2017-06-26Adapt memory usage estimation for flushingPieter Wuille
2017-06-26Non-atomic flushing using the blockchain as replay journalPieter Wuille
2017-06-26[MOVEONLY] Move LastCommonAncestor to chainPieter Wuille