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
/
validation_block_tests.cpp
Age
Commit message (
Expand
)
Author
2019-07-02
Merge #14193: validation: Add missing mempool locks
Wladimir J. van der Laan
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-07
[test] Add test to check mempool consistency in case of reorgs
MarcoFalke
2019-05-13
[refactor] interfaces: Add missing LockAnnotation for cs_main
MarcoFalke
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
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-21
Merge #14811: Mining: Enforce that segwit option must be set in GBT
MarcoFalke
2018-12-17
test: Undo thread_local g_insecure_rand_ctx
MarcoFalke
2018-12-14
Merge #14935: tests: Test for expected return values when calling functions r...
MarcoFalke
2018-12-13
tests: Test for expected return values when calling functions returning a suc...
practicalswift
2018-12-12
Make unit tests use the insecure_rand_ctx exclusively
Pieter Wuille
2018-12-10
[mining] segwit option must be set in GBT
John Newbery
2018-07-26
Mark single-argument constructors "explicit"
practicalswift
2018-05-20
trivial: Mark overrides as such.
Daniel Kraft
2018-05-16
Add unit tests for signals generated by ProcessNewBlock()
Jesse Cohen