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
Age
Commit message (
Expand
)
Author
2020-05-13
test: Add unregister_validation_interface_race test
MarcoFalke
2020-04-22
Merge #18410: Docs: Improve commenting for coins.cpp|h
Wladimir J. van der Laan
2020-04-22
Merge #18612: script: Remove undocumented and unused operator+
Wladimir J. van der Laan
2020-04-21
[docs] use consistent naming for possible_overwrite
John Newbery
2020-04-21
[tests] small whitespace fixup
John Newbery
2020-04-21
scripted-diff: Rename PRUNED to SPENT in coins tests
John Newbery
2020-04-20
Merge #18190: tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEn...
MarcoFalke
2020-04-20
tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEncode/GolombRic...
practicalswift
2020-04-19
Merge #18675: tests: Don't initialize PrecomputedTransactionData in txvalidat...
MarcoFalke
2020-04-18
test: Replace boost::mutex with std::mutex
Hennadii Stepanov
2020-04-17
Merge #18682: fuzz: http_request workaround for libevent < 2.1.1
MarcoFalke
2020-04-17
fuzz: http_request workaround for libevent < 2.1.1
Sebastian Falbesoner
2020-04-17
Merge #18673: scripted-diff: Sort test includes
MarcoFalke
2020-04-17
Merge #18664: fuzz: fix unused variable compiler warning
MarcoFalke
2020-04-17
fuzz: fix unused variable compiler warning
Jon Atack
2020-04-17
Merge #18670: refactor: Remove unused methods CBloomFilter::reset()/clear()
MarcoFalke
2020-04-17
test: Move boost/stdlib includes last
MarcoFalke
2020-04-17
refactor: Remove unused methods CBloomFilter::reset()/clear()
Sebastian Falbesoner
2020-04-16
[tests] Don't initialize PrecomputedTransactionData in txvalidationcache tests
John Newbery
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2020-04-16
Merge #17669: tests: have coins simulation test also use CCoinsViewDB
MarcoFalke
2020-04-16
Merge #18660: test: Verify findCommonAncestor always initializes outputs
MarcoFalke
2020-04-15
test: Verify findCommonAncestor always initializes outputs
Russell Yanofsky
2020-04-15
fuzz: Disable debug log file
MarcoFalke
2020-04-15
test: Add optional extra_args to testing setup
MarcoFalke
2020-04-15
node: Add args alias for gArgs global
MarcoFalke
2020-04-15
Merge #18615: test: Avoid accessing free'd memory in validation_chainstateman...
MarcoFalke
2020-04-15
test: Avoid accessing free'd memory in validation_chainstatemanager_tests
MarcoFalke
2020-04-15
script: Remove undocumented and unused operator+
MarcoFalke
2020-04-14
Merge #17954: wallet: Remove calls to Chain::Lock methods
MarcoFalke
2020-04-10
Merge #17737: Add ChainstateManager, remove BlockManager global
MarcoFalke
2020-04-10
Merge #18504: build: Drop bitcoin-tx and bitcoin-wallet dependencies on libevent
MarcoFalke
2020-04-09
Merge #18529: Add fuzzer version of randomized prevector test
MarcoFalke
2020-04-09
Merge #18363: tests: Add fuzzing harness for HTTPRequest, libevent's evhttp a...
MarcoFalke
2020-04-09
Merge #18521: fuzz: Add process_messages harness
MarcoFalke
2020-04-09
Merge #18533: scripted-diff: Replace strCommand with msg_type
MarcoFalke
2020-04-08
Merge #18565: tests: Add fuzzing harnesses for classes/functions in policy/fe...
MarcoFalke
2020-04-08
tests: Add coverage of {,Incremental}DynamicUsage(const std::set<X, Y>& s) to...
practicalswift
2020-04-08
tests: Add fuzzing harness for classes/functions in cuckoocache.h
practicalswift
2020-04-08
tests: Add fuzzing harness for classes/functions in checkqueue.h
practicalswift
2020-04-08
tests: Add coverage of GetVirtualTransactionSize(...) to existing fuzzer
practicalswift
2020-04-08
tests: Add fuzzing harness for AdditionOverflow(...)
practicalswift
2020-04-08
tests: Add fuzzing harness for FeeFilterRounder
practicalswift
2020-04-08
Fix unregister_all_during_call cleanup
Russell Yanofsky
2020-04-07
Add test for UnregisterAllValidationInterfaces bug
Russell Yanofsky
2020-04-06
Reorder the test instructions by number
Pieter Wuille
2020-04-06
Merge and generalize case 3 and case 6
Pieter Wuille
2020-04-06
Only run sanity check once at the end
Pieter Wuille
2020-04-06
Assert immediately rather than caching failure
Pieter Wuille
[next]