aboutsummaryrefslogtreecommitdiff
path: root/src/test/validation_block_tests.cpp
AgeCommit message (Expand)Author
2020-05-15miner: Avoid stack-use-after-return in validationinterfaceMarcoFalke
2020-03-19Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...Wladimir J. van der Laan
2020-03-11[validation interface] Remove vtxConflicted from BlockConnectedJohn Newbery
2020-02-21scripted-diff: Replace MilliSleep with UninterruptibleSleepMarcoFalke
2019-12-23rpc: Remove mempool global from minerMarcoFalke
2019-11-21Merge #17407: node: Add reference to mempool in NodeContextMarcoFalke
2019-11-15scripted-diff: Replace ::mempool with m_node.mempool in testsMarcoFalke
2019-11-08Merge #15931: Remove GetDepthInMainChain dependency on locked chain interfaceSamuel Dobson
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-11-05Pass block height in Chain::BlockConnected/Chain::BlockDisconnectedAntoine Riard
2019-11-04Merge #17228: test: Add RegTestingSetup to setup_commonMarcoFalke
2019-10-30test: Add RegTestingSetup to setup_commonMarcoFalke
2019-10-29[validation] Remove fMissingInputs from AcceptToMemoryPool()John Newbery
2019-10-29[validation] Add CValidationState subclassesJohn Newbery
2019-07-02Merge #14193: validation: Add missing mempool locksWladimir J. van der Laan
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-06-07[test] Add test to check mempool consistency in case of reorgsMarcoFalke
2019-05-13[refactor] interfaces: Add missing LockAnnotation for cs_mainMarcoFalke
2019-05-03scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2018-12-21Merge #14811: Mining: Enforce that segwit option must be set in GBTMarcoFalke
2018-12-17test: Undo thread_local g_insecure_rand_ctxMarcoFalke
2018-12-14Merge #14935: tests: Test for expected return values when calling functions r...MarcoFalke
2018-12-13tests: Test for expected return values when calling functions returning a suc...practicalswift
2018-12-12Make unit tests use the insecure_rand_ctx exclusivelyPieter Wuille
2018-12-10[mining] segwit option must be set in GBTJohn Newbery
2018-07-26Mark single-argument constructors "explicit"practicalswift
2018-05-20trivial: Mark overrides as such.Daniel Kraft
2018-05-16Add unit tests for signals generated by ProcessNewBlock()Jesse Cohen