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
2019-12-06
Merge #17051: tests: Add deserialization fuzzing harnesses
Wladimir J. van der Laan
2019-12-04
Merge #17517: ci: Bump to clang-8 for asan build to avoid segfaults on ppc64le
MarcoFalke
2019-12-04
test: Use char instead of unsigned char
MarcoFalke
2019-12-03
Merge #17555: test: add unit test for non-standard txs with wrong nVersion
MarcoFalke
2019-12-03
Merge #17641: Add unit test for leveldb creation with unicode path
MarcoFalke
2019-11-30
Add unit test for DB creation with unicode path
Aaron Clauson
2019-11-29
Use correct C++11 header for std::swap()
Hennadii Stepanov
2019-11-21
test: add unit test for non-standard txs with wrong nVersion
Dominik Spicher
2019-11-21
tests: Add deserialization fuzzing harnesses
practicalswift
2019-11-21
Merge #17407: node: Add reference to mempool in NodeContext
MarcoFalke
2019-11-18
Merge #17136: tests: Add fuzzing harness for various PSBT related functions
MarcoFalke
2019-11-18
tests: Add fuzzing harness for various PSBT related functions
practicalswift
2019-11-15
scripted-diff: Replace ::mempool with m_node.mempool in tests
MarcoFalke
2019-11-15
test: Replace recursive lock with locking annotations
MarcoFalke
2019-11-15
node: Add reference to mempool in NodeContext
MarcoFalke
2019-11-14
test: add unit test for non-standard txs with too large scriptSig
Sebastian Falbesoner
2019-11-12
fix Typo: "merkelRoot" -> "merkleRoot"
ianliu
2019-11-08
Merge #15934: Merge settings one place instead of five places
Wladimir J. van der Laan
2019-11-08
Merge #15931: Remove GetDepthInMainChain dependency on locked chain interface
Samuel Dobson
2019-11-07
Add settings_tests
Russell Yanofsky
2019-11-07
Deduplicate settings merge code
Russell Yanofsky
2019-11-07
Merge #16978: test: Seed test RNG context for each test case, print seed
MarcoFalke
2019-11-07
Merge #17342: refactor: Clean up nScriptCheckThreads
MarcoFalke
2019-11-07
Merge #17384: test: Create new test library
MarcoFalke
2019-11-06
[refactor] Replace global int nScriptCheckThreads with bool
John Newbery
2019-11-06
[tests] Don't use TestingSetup in the checkqueue_tests
John Newbery
2019-11-06
doc: Add documentation for new test/lib
MarcoFalke
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-11-06
Merge #17390: test: Add util_ArgParsing test
Wladimir J. van der Laan
2019-11-06
Merge #17388: Add missing newline in util_ChainMerge test
Wladimir J. van der Laan
2019-11-05
Add util_ArgParsing test
Russell Yanofsky
2019-11-05
Merge #16805: logs: add timing information to FlushStateToDisk()
Wladimir J. van der Laan
2019-11-05
Add missing newline in util_ChainMerge test
Russell Yanofsky
2019-11-05
Merge #16540: test: Add ASSERT_DEBUG_LOG to unit test framework
MarcoFalke
2019-11-05
Merge #17363: test: add "diamond" unit test to MempoolAncestryTests
MarcoFalke
2019-11-05
Pass block height in Chain::BlockConnected/Chain::BlockDisconnected
Antoine Riard
2019-11-05
Merge #17357: tests: Add fuzzing harness for Bech32 encoding/decoding
MarcoFalke
2019-11-05
Merge #17243: p2p: add PoissonNextSend method that returns mockable time
MarcoFalke
2019-11-05
[tools] add PoissonNextSend method that returns mockable time
Amiti Uttarwar
2019-11-05
tests: Add fuzzing harness for Bech32 encoding/decoding
practicalswift
2019-11-05
tests: Move CaseInsensitiveEqual to test/util/str
practicalswift
2019-11-04
logs: add BCLog::Timer and related macros
James O'Beirne
2019-11-04
test: Reset global args between test suites
MarcoFalke
2019-11-04
test: Add ASSERT_DEBUG_LOG to unit test framework
MarcoFalke
2019-11-04
test: add "diamond" unit test to MempoolAncestryTests
Sebastian Falbesoner
2019-11-04
Merge #17228: test: Add RegTestingSetup to setup_common
MarcoFalke
2019-11-01
Merge #17254: test: fix script_p2sh_tests OP_PUSHBACK2/4 missing
MarcoFalke
2019-11-01
test: Do not instantiate CAddrDB for static call
Hennadii Stepanov
2019-10-31
Merge #17274: tests: Fix fuzzers eval_script and script_flags by re-adding EC...
MarcoFalke
2019-10-30
test: Add RegTestingSetup to setup_common
MarcoFalke
[next]