aboutsummaryrefslogtreecommitdiff
path: root/src/test/txvalidation_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-1/+1
* [validation] Remove absurdfee from accepttomempoolJohn Newbery2020-10-051-2/+1
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* scripted-diff: Sort test includesMarcoFalke2020-04-161-1/+1
* scripted-diff: Replace ::mempool with m_node.mempool in testsMarcoFalke2019-11-151-3/+3
* scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
* [validation] Remove fMissingInputs from AcceptToMemoryPool()John Newbery2019-10-291-1/+0
* [validation] Add CValidationState subclassesJohn Newbery2019-10-291-2/+2
* tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift2019-06-261-2/+0
* Merge #15141: Rewrite DoS interface between validation and net_processingWladimir J. van der Laan2019-05-041-4/+1
|\
| * [refactor] Add useful-for-dos "reason" field to CValidationStateMatt Corallo2019-05-021-0/+1
| * [refactor] drop IsInvalid(nDoSOut)Matt Corallo2019-05-021-4/+0
* | scripted-diff: Bump copyright headers in test, benchMarcoFalke2019-04-111-1/+1
* | scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke2019-04-111-1/+1
|/
* Update copyright headers to 2018DrahtBot2018-12-291-1/+1
* Don't assert(foo()) where foo has side effectspracticalswift2018-07-071-1/+1
* trivial: Fix unsuccessful typopracticalswift2017-11-211-1/+1
* [tests] Test that mempool rejects coinbase transactionsJames O'Beirne2017-11-181-0/+61