index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
consensus
/
tx_check.cpp
Age
Commit message (
Expand
)
Author
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-29
[validation] Remove useless ret parameter from Invalid()
John Newbery
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-10-24
consensus: Explain why fCheckDuplicateInputs can not be skipped and remove it
MarcoFalke
2019-10-10
[validation] Remove REJECT code from CValidationState
John Newbery
2019-06-02
Added comments referencing multiple CVEs in tests and production code.
lucash-dev
2019-05-02
scripted-diff: Remove DoS calls to CValidationState
Matt Corallo
2019-05-02
[refactor] Add useful-for-dos "reason" field to CValidationState
Matt Corallo
2019-05-02
Clean up banning levels
Matt Corallo
2019-04-09
[build] Move CheckTransaction from lib_server to lib_consensus
John Newbery