aboutsummaryrefslogtreecommitdiff
path: root/src/test/validation_block_tests.cpp
AgeCommit message (Expand)Author
2021-06-10scripted-diff: test: Use existing chainman in unit testsCarl Dong
2021-03-24miner: Add chainstate member to BlockAssemblerCarl Dong
2021-03-24Revert "scripted-diff: Invoke CreateNewBlock with chainstate"Carl Dong
2021-03-08scripted-diff: Invoke CreateNewBlock with chainstateCarl Dong
2021-02-20Merge #20750: [Bundle 2/n] Prune g_chainman usage in mempool-related validati...MarcoFalke
2021-02-18scripted-diff: Invoke ::AcceptToMemoryPool with chainstateCarl Dong
2021-02-17test: Move P2WSH_OP_TRUE to shared test libraryMarcoFalke
2021-02-09[refactor] return MempoolAcceptResultgzhao408
2021-01-28scripted-diff: Use BlockManager::LookupBlockIndexCarl Dong
2020-10-05[validation] Remove absurdfee from accepttomempoolJohn Newbery
2020-06-15scripted-diff: Replace EnsureChainman with Assert in unit testsMarcoFalke
2020-05-21validation: Make ProcessNewBlock*() members of ChainstateManagerMarcoFalke
2020-05-14Merge #18742: miner: Avoid stack-use-after-return in validationinterfacefanquake
2020-05-13miner: Avoid stack-use-after-return in validationinterfaceMarcoFalke
2020-05-13test: Remove UninterruptibleSleep from test and replace it by SyncWithValidat...MarcoFalke
2020-04-29test: add test for witness commitment indexfanquake
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
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