aboutsummaryrefslogtreecommitdiff
path: root/src/test/txvalidationcache_tests.cpp
AgeCommit message (Expand)Author
2023-09-12[refactor] Add missing includes for next commitTheCharlatan
2023-08-14Clean up things that include script/standard.hAndrew Chow
2023-05-09refactor: Replace string chain name constants with ChainTypesTheCharlatan
2023-01-05refactor: add kernel/cs_main.*fanquake
2023-01-04Merge bitcoin/bitcoin#19909: refactor: Remove unused CTxMemPool::clear() helperglozow
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-13txmempool: Remove unused clear() member functionMarcoFalke
2022-08-03tests: Reduce calls to InitS*Cache()Carl Dong
2022-05-30[test util] add chain name to TestChain100Setup ctorglozow
2022-05-04refactor: Change * to & in MutableTransactionSignatureCreatorMarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-11-03[refactor] Don't call AcceptToMemoryPool() from outside validation.cppJohn Newbery
2021-11-03[test] Don't set bypass_limits to true in txvalidationcache_tests.cppJohn Newbery
2021-09-16test: Activate all regtest softforks at height 1, unless overriddenMarcoFalke
2021-07-24Merge bitcoin/bitcoin#13533: [tests] Reduced number of validations in tx_vali...MarcoFalke
2021-06-10scripted-diff: test: Use existing chainman in unit testsCarl Dong
2021-06-10test: Pass in CoinsTip to ValidateCheckInputsForAllFlagsCarl Dong
2021-02-22Merge #21202: [validation] Two small clang lock annotation improvementsMarcoFalke
2021-02-18scripted-diff: Invoke ::AcceptToMemoryPool with chainstateCarl Dong
2021-02-17[doc] Add a note about where lock annotations should go.Amiti Uttarwar
2021-02-17[validation] Move the lock annotation from function definition to declarationAmiti Uttarwar
2021-02-09[refactor] return MempoolAcceptResultgzhao408
2020-10-15Reduced number of validations in `tx_validationcache_tests` to keep the run t...lucash-dev
2020-10-05[validation] Remove absurdfee from accepttomempoolJohn Newbery
2020-08-14Replace usage of GetScriptForWitness with GetScriptForDestinationMeshCollider
2020-04-19Merge #18675: tests: Don't initialize PrecomputedTransactionData in txvalidat...MarcoFalke
2020-04-16[tests] Don't initialize PrecomputedTransactionData in txvalidationcache testsJohn Newbery
2020-04-16scripted-diff: Sort test includesMarcoFalke
2020-01-27test: rename test suite name "tx_validationcache_tests" to match filenameSebastian Falbesoner
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-02Merge #16658: validation: Rename CheckInputs to CheckInputScriptsMarcoFalke
2019-11-15scripted-diff: Replace ::mempool with m_node.mempool in testsMarcoFalke
2019-11-15test: Replace recursive lock with locking annotationsMarcoFalke
2019-11-07scripted-diff: [validation] Rename CheckInputs to CheckInputScriptsJohn Newbery
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-10-29[validation] Remove fMissingInputs from AcceptToMemoryPool()John Newbery
2019-10-29[validation] Add CValidationState subclassesJohn Newbery
2019-08-26Remove unused fScriptChecks parameter from CheckInputsMatt Corallo
2019-08-06refactor: pcoinsTip -> CChainState::CoinsTip()James O'Beirne
2019-07-09Move various SigningProviders to signingprovider.{cpp,h}Andrew Chow
2019-07-09scripted-diff: rename CBasicKeyStore to FillableSigningProviderAndrew Chow
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-05-13[refactor] interfaces: Add missing LockAnnotation for cs_mainMarcoFalke
2019-05-09Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...Wladimir J. van der Laan
2019-05-03scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne
2019-04-29Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2019-02-15tests: Add missing cs_main locks required when accessing pcoinsdbview, pcoins...practicalswift