aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2021-01-15Merge #20908: fuzz: Use mocktime in process_message* fuzz targetsMarcoFalke
2021-01-14Merge #20828: fuzz: Introduce CallOneOf helper to replace switch-caseMarcoFalke
2021-01-13Merge #20811: refactor: move net_processing implementation details out of headerWladimir J. van der Laan
2021-01-13fuzz: Use mocktime in process_message* fuzz targetsMarcoFalke
2021-01-12Merge #20495: sync: Use decltype(auto) return type for WITH_LOCKfanquake
2021-01-11Merge #20787: Use C++17 std::array deduction for OUTPUT_TYPES, ALL_FEE_ESTIMA...fanquake
2021-01-11Merge #20852: net: allow CSubNet of non-IP networksWladimir J. van der Laan
2021-01-11fuzz: Introduce CallOneOf helper to replace switch-caseMarcoFalke
2021-01-11Merge #20480: Replace boost::variant with std::variantfanquake
2021-01-10net: allow CSubNet of non-IP networksVasil Dimov
2021-01-10Merge #20881: fuzz: net permission flags in net processingMarcoFalke
2021-01-09net_processing: split PeerManager into interface and implementation classesAnthony Towns
2021-01-08fuzz: Add missing muhash registrationMarcoFalke
2021-01-07fuzz: net permission flags in net processingMarcoFalke
2021-01-07Merge #19055: Add MuHash3072 implementationWladimir J. van der Laan
2021-01-07Merge #20789: fuzz: Rework strong and weak net enum fuzzingMarcoFalke
2021-01-07Merge #20584: Declare de facto const reference variables/member functions as ...MarcoFalke
2021-01-05Merge #19846: build: enable unused member function diagnosticMarcoFalke
2021-01-05Replace boost::variant with std::variantMarcoFalke
2021-01-04doc: fix various typosIkko Ashimine
2021-01-03Merge #20760: test: Set correct nValue for multi-op-return policy checkMarcoFalke
2021-01-03refactor: Use C++17 std::array deduction for ALL_FEE_ESTIMATE_HORIZONSMarcoFalke
2021-01-03Merge #20765: fuzz: check that certain script TxoutType are nonstandardMarcoFalke
2021-01-02fuzz: Use ConsumeWeakEnum for ServiceFlagsMarcoFalke
2021-01-02fuzz: Add ConsumeWeakEnum helper, Extract ALL_NET_PERMISSION_FLAGSMarcoFalke
2021-01-02fuzz: [refactor] Extract ALL_CONNECTION_TYPES constantMarcoFalke
2021-01-02fuzz: Use ConsumeNode in process_message targetMarcoFalke
2021-01-02fuzz: Use ConsumeNode in process_messages targetMarcoFalke
2021-01-02refactor: Remove nMyStartingHeight from CNode/ConnmanMarcoFalke
2021-01-02Merge #20210: net: assert CNode::m_inbound_onion is inbound in ctor, add gett...MarcoFalke
2020-12-31Merge #20813: scripted-diff: Bump copyright headersMarcoFalke
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-12-31fuzz: Remove duplicate ALL_OUTPUT_TYPE arrayMarcoFalke
2020-12-31fuzz: Bump FuzzedDataProvider.hMarcoFalke
2020-12-29Merge #20377: fuzz: Fill various small fuzzing gapsMarcoFalke
2020-12-28fuzz: check that certain script TxoutType are nonstandardMichael Dietz
2020-12-27fuzz: Add coverage for CDataStream consumerpracticalswift
2020-12-27Merge #20674: fuzz: Call SendMessages after ProcessMessage to increase coveragefanquake
2020-12-25Merge #19972: fuzz: Add fuzzing harness for node eviction logicMarcoFalke
2020-12-24fuzz: Check that NULL_DATA is unspendableMarcoFalke
2020-12-24test: Set correct nValue for multi-op-return policy checkMarcoFalke
2020-12-22fuzz: Add MuHash consistency fuzz testFabian Jahr
2020-12-21fuzz: Update FuzzedDataProvider.h from upstream (LLVM)practicalswift
2020-12-21test: Add MuHash3072 fuzz testFabian Jahr
2020-12-21test: Add MuHash3072 unit testsFabian Jahr
2020-12-20inline non-member functions with body in fuzzing headersPatrick Strateman
2020-12-17net: add CNode::IsInboundOnion() public getter and unit testsJon Atack
2020-12-17test, fuzz: fix constructing CNode with invalid inbound_onionJon Atack
2020-12-17fuzz: replace CNode code with fuzz/util.h::ConsumeNode()Jon Atack
2020-12-16Merge #20248: test: fix length of R check in key_signature_testsWladimir J. van der Laan