aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2020-06-11tests: Add fuzzing harness for {Read,Write}{LE,BE}{16,32,64} (crypto/common.h)practicalswift
2020-06-11tests: Add std::vector<uint8_t> ConsumeFixedLengthByteVector(FuzzedDataProvid...practicalswift
2020-06-10Make GetWarnings() return bilingual_strHennadii Stepanov
2020-06-09refactor: Error message bilingual_str consistencyWladimir J. van der Laan
2020-06-08Merge #19069: refactor: replace pointers by references within tx_verify.{h,cpp}MarcoFalke
2020-06-05Merge #18758: Remove unused boost/threadfanquake
2020-06-04Merge #19053: refactor: replace CNode pointers by references within net_proce...MarcoFalke
2020-06-04refactor: Specify boost/thread/thread.hpp explicitlyHennadii Stepanov
2020-06-03Merge #18875: fuzz: Stop nodes in process_message* fuzzersMarcoFalke
2020-06-02refactor: replace CNode pointers by references within net_processing.{h,cpp}Sebastian Falbesoner
2020-05-31Merge #18994: tests: Add fuzzing harnesses for functions in script/MarcoFalke
2020-05-31Merge #16564: test: Always define the raii_event_tests test suiteMarcoFalke
2020-05-30tests: Add fuzzing harness for functions in script/sign.hpracticalswift
2020-05-30tests: Add fuzzing harness for functions in script/sigcache.hpracticalswift
2020-05-30tests: Add fuzzing harness for functions in script/interpreter.hpracticalswift
2020-05-30tests: Add fuzzing harness for functions in script/descriptor.hpracticalswift
2020-05-30tests: Add fuzzing harness for functions in script/bitcoinconsensus.hpracticalswift
2020-05-30tests: Fill fuzzing coverage gaps for functions in script/script.h, script/sc...practicalswift
2020-05-29Merge #18926: test: Pass ArgsManager into getarg_testsMarcoFalke
2020-05-29tests: Add fuzzing helper functions ConsumeDataStream, ConsumeTxDestination a...practicalswift
2020-05-28scripted-diff: replace gArgs with argsmanglowang
2020-05-28Create a local class inherited from BasicTestingSetup with a localized args m...glowang
2020-05-27Merge #16127: More thread safety annotation coverageMarcoFalke
2020-05-27Merge #19004: refactor: Replace const char* to std::stringMarcoFalke
2020-05-26refactor: replace pointers by references within tx_verify.{h,cpp}Sebastian Falbesoner
2020-05-26Merge #19032: Serialization improvements: final stepWladimir J. van der Laan
2020-05-25tests: Add fuzzing harness for CCoinsViewCachepracticalswift
2020-05-24Convert LimitedString to formatterPieter Wuille
2020-05-23Merge #18698: Make g_chainman internal to validationMarcoFalke
2020-05-22tests: Don't limit fuzzing inputs to 1 MB for afl-fuzz (now: ∞ ∀ fuzzers)practicalswift
2020-05-22refactor: Replace const char* to std::stringCalvin Kim
2020-05-21validation: Make ProcessNewBlock*() members of ChainstateManagerMarcoFalke
2020-05-21net: Pass chainman into PeerLogicValidationMarcoFalke
2020-05-21node: Add chainman alias for g_chainmanMarcoFalke
2020-05-21Merge #18740: Remove g_rpc_node globalMarcoFalke
2020-05-20Merge #18317: Serialization improvements step 6 (all except wallet/gui)MarcoFalke
2020-05-19test/checkqueue_tests: thread safety annotationsAnthony Towns
2020-05-17Merge #18938: tests: Fill fuzzing coverage gaps for functions in consensus/va...MarcoFalke
2020-05-15Merge #18781: Add templated GetRandDuration<>MarcoFalke
2020-05-14Switch from Optional<T> to std::optional<T> (C++17). Run clang-format.practicalswift
2020-05-14tests: Fill fuzzing coverage gaps for functions in util/translation.hpracticalswift
2020-05-14tests: Fill fuzzing coverage gaps for functions in consensus/validation.hpracticalswift
2020-05-14tests: Fill fuzzing coverage gaps for functions in primitives/block.hpracticalswift
2020-05-14test: Remove const to work around compiler error on xenialWladimir J. van der Laan
2020-05-14Merge #18742: miner: Avoid stack-use-after-return in validationinterfacefanquake
2020-05-13miner: Avoid stack-use-after-return in validationinterfaceMarcoFalke
2020-05-13test: Remove UninterruptibleSleep from test and replace it by SyncWithValidat...MarcoFalke
2020-05-13test: Add unregister_validation_interface_race testMarcoFalke
2020-05-13refactor: Remove g_rpc_node globalRussell Yanofsky
2020-05-13refactor: Pass NodeContext to RPC and REST methods through util::RefRussell Yanofsky