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
2021-02-09
Merge #21052: refactor: Replace fs::unique_path with GetUniquePath(path) calls
Wladimir J. van der Laan
2021-02-09
[refactor] return MempoolAcceptResult
gzhao408
2021-02-08
test: Fix Windows cross build
Hennadii Stepanov
2021-02-08
doc: Fixup docs in fuzz/script_assets_test_minimizer.cpp
MarcoFalke
2021-02-08
fuzz: Hide script_assets_test_minimizer
MarcoFalke
2021-02-05
Merge #20839: fuzz: Avoid extraneous copy of input data, using Span<>
Wladimir J. van der Laan
2021-02-04
Introduce GetUniquePath(base) helper method to replace boost::filesystem::uni...
Kiminuo
2021-02-04
Merge #20715: util: Add ArgsManager::GetCommand() and use it in bitcoin-wallet
MarcoFalke
2021-02-03
fuzz: Avoid extraneous copy of input data, using Span<>
MarcoFalke
2021-02-02
Verify that all validation flags are backward compatible
gzhao408
2021-02-02
[test] check verification flags are minimal/maximal
gzhao408
2021-02-02
[test] Check for invalid flag combinations
gzhao408
2021-02-02
[refactor] use CheckTxScripts, TrimFlags, FillFlags
gzhao408
2021-02-02
Apply minimal validation flags to tx_invalid tests
gzhao408
2021-02-02
[test] add BADTX setting for invalid txns that fail CheckTransaction
gzhao408
2021-02-02
[test] fix two witness tests in invalid tests with empty vout
gzhao408
2021-02-02
Apply maximal validation flags to tx_valid tests
gzhao408
2021-02-02
[test] fix CSV test missing OP_ADD
gzhao408
2021-02-02
[test] remove unnecessary OP_1s from CSV and CLTV tests
gzhao408
2021-02-02
refactor: replace Boost shared_mutex with std shared_mutex in cuckoocache tests
fanquake
2021-02-01
Merge #20464: refactor: Treat CDataStream bytes as uint8_t
Wladimir J. van der Laan
2021-02-01
Merge #21016: refactor: remove boost::thread_group usage
Wladimir J. van der Laan
2021-02-01
Merge #20749: [Bundle 1/n] Prune g_chainman usage related to ::LookupBlockIndex
Wladimir J. van der Laan
2021-01-31
refactor: replace sizeof(a)/sizeof(a[0]) by std::size (C++17)
Sebastian Falbesoner
2021-01-31
refactor: iterate arrays via C++11 range-based for loops if idx is not needed
Sebastian Falbesoner
2021-01-30
fuzz: Avoid designated initialization (C++20) in fuzz tests
practicalswift
2021-01-29
refactor: remove boost::thread_group usage
fanquake
2021-01-28
validation: Move LoadExternalBlockFile to CChainState
Carl Dong
2021-01-28
validation: Remove global ::ActivateBestChain
Carl Dong
2021-01-28
scripted-diff: Use BlockManager::LookupBlockIndex
Carl Dong
2021-01-28
Merge #20995: fuzz: Avoid initializing version to less than MIN_PEER_PROTO_VE...
MarcoFalke
2021-01-26
Merge bitcoin-core/gui#183: Add include for std::bind.
MarcoFalke
2021-01-26
Merge #21000: fuzz: Add UBSan suppressions needed for fuzz tests to not warn ...
MarcoFalke
2021-01-26
refactor: remove straggling boost::mutex usage
fanquake
2021-01-25
fuzz: Avoid -fsanitize=integer warnings in fuzzing harnesses
practicalswift
2021-01-25
Merge #18710: Add local thread pool to CCheckQueue
Wladimir J. van der Laan
2021-01-23
fuzz: Avoid initializing version to less than MIN_PEER_PROTO_VERSION
MarcoFalke
2021-01-23
fuzz: move-only FillNode implementation to cpp file
MarcoFalke
2021-01-21
util: Add ArgsManager::GetCommand() and use it in bitcoin-wallet
MarcoFalke
2021-01-21
Merge #20932: refactor: Replace fs::absolute calls with AbsPathJoin calls
MarcoFalke
2021-01-21
Merge #20946: fuzz: Consolidate fuzzing TestingSetup initialization
MarcoFalke
2021-01-21
fuzz: Initialize a full TestingSetup where appropriate
Carl Dong
2021-01-21
fuzz: Consolidate fuzzing TestingSetup initialization
Carl Dong
2021-01-15
Replace fs::absolute calls with AbsPathJoin calls
Kiminuo
2021-01-15
Merge #20908: fuzz: Use mocktime in process_message* fuzz targets
MarcoFalke
2021-01-15
log: Prefix log messages with function name if -logsourcelocations is set
practicalswift
2021-01-14
Merge #20828: fuzz: Introduce CallOneOf helper to replace switch-case
MarcoFalke
2021-01-13
Merge #20811: refactor: move net_processing implementation details out of header
Wladimir J. van der Laan
2021-01-13
fuzz: Use mocktime in process_message* fuzz targets
MarcoFalke
2021-01-13
Add include for std::bind.
sinetek
[prev]
[next]