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-11-07
Merge #17384: test: Create new test library
MarcoFalke
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
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
2019-10-30
test: move-only ComputeFilter to src/test/lib/blockfilter
MarcoFalke
2019-10-30
Merge #15921: validation: Tidy up ValidationState interface
Wladimir J. van der Laan
2019-10-30
Merge #17291: tests: Add fuzzing harness for ISO-8601 related functions
MarcoFalke
2019-10-30
tests: Add fuzzing harness for ISO-8601 related functions
practicalswift
2019-10-30
Merge #16839: Replace Connman and BanMan globals with NodeContext local
Wladimir J. van der Laan
2019-10-29
Merge #17299: test: add reason checks for non-standard txs in test_IsStandard
MarcoFalke
2019-10-29
[validation] Remove fMissingInputs from AcceptToMemoryPool()
John Newbery
2019-10-29
[validation] Remove unused first_invalid parameter from ProcessNewBlockHeaders()
John Newbery
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-10-29
test: add reason checks for non-standard txs in test_IsStandard
Sebastian Falbesoner
2019-10-29
Merge #17260: Split some CWallet functions into new LegacyScriptPubKeyMan
MarcoFalke
2019-10-28
Merge #17266: util: Rename DecodeDumpTime to ParseISO8601DateTime
MarcoFalke
2019-10-28
Avoid using g_rpc_node global in wallet code
Russell Yanofsky
2019-10-28
scripted-diff: Remove g_connman, g_banman globals
Russell Yanofsky
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
scripted-diff: Rename InitInterfaces to NodeContext
Russell Yanofsky
2019-10-28
Merge #16986: doc: Doxygen-friendly CuckooCache comments
fanquake
2019-10-27
tests: Add fuzzer initialization (hold ECCVerifyHandle)
practicalswift
2019-10-27
Add roundtrip and more tests to ParseISO8601DateTime and FormatISO8601DateTime
Elichai Turkel
2019-10-25
Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes
Andrew Chow
2019-10-25
test: fix script_p2sh_tests OP_PUSHBACK2/4 missing
kodslav
2019-10-25
Merge #17083: tests: Add fuzzing harness for various CScript related functions
MarcoFalke
2019-10-25
Merge #17220: tests: Add unit testing for the CompressScript function
Wladimir J. van der Laan
2019-10-25
Merge #17080: consensus: Explain why fCheckDuplicateInputs can not be skipped...
Wladimir J. van der Laan
2019-10-25
tests: Add fuzzing harness for various CScript related functions
practicalswift
2019-10-24
Merge #17212: refactor: Remove unused CExt{Pub,}Key (de)serialization methods
MarcoFalke
[next]