aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/tx_check.cpp
Commit message (Expand)AuthorAgeFilesLines
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* [validation] Remove useless ret parameter from Invalid()John Newbery2019-10-291-9/+9
* [validation] Add CValidationState subclassesJohn Newbery2019-10-291-10/+10
* consensus: Explain why fCheckDuplicateInputs can not be skipped and remove itMarcoFalke2019-10-241-9/+10
* [validation] Remove REJECT code from CValidationStateJohn Newbery2019-10-101-9/+9
* Added comments referencing multiple CVEs in tests and production code.lucash-dev2019-06-021-1/+1
* scripted-diff: Remove DoS calls to CValidationStateMatt Corallo2019-05-021-9/+9
* [refactor] Add useful-for-dos "reason" field to CValidationStateMatt Corallo2019-05-021-9/+9
* Clean up banning levelsMatt Corallo2019-05-021-3/+3
* [build] Move CheckTransaction from lib_server to lib_consensusJohn Newbery2019-04-091-0/+57