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
/
test
/
txvalidation_tests.cpp
Age
Commit message (
Expand
)
Author
2019-11-15
scripted-diff: Replace ::mempool with m_node.mempool in tests
MarcoFalke
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-10-29
[validation] Remove fMissingInputs from AcceptToMemoryPool()
John Newbery
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-05-04
Merge #15141: Rewrite DoS interface between validation and net_processing
Wladimir J. van der Laan
2019-05-02
[refactor] Add useful-for-dos "reason" field to CValidationState
Matt Corallo
2019-05-02
[refactor] drop IsInvalid(nDoSOut)
Matt Corallo
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2018-12-29
Update copyright headers to 2018
DrahtBot
2018-07-07
Don't assert(foo()) where foo has side effects
practicalswift
2017-11-21
trivial: Fix unsuccessful typo
practicalswift
2017-11-18
[tests] Test that mempool rejects coinbase transactions
James O'Beirne