aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2020-12-13Merge #20588: Remove unused and confusing CTransaction constructorfanquake
2020-12-11Merge #19858: Periodically make block-relay connections and sync headersMarcoFalke
2020-12-10[skip ci] sync: Check precondition in LEAVE_CRITICAL_SECTION() macroHennadii Stepanov
2020-12-10sync: Improve CheckLastCritical()Hennadii Stepanov
2020-12-10Simplify and clarify extra outbound peer countingSuhas Daftuar
2020-12-09[net processing] Add m_ignores_incoming_txs to PeerManager and use internallyJohn Newbery
2020-12-08test: Add new ChainTestingSetup and use itCarl Dong
2020-12-07test: Remove no longer needed MakeChain callsRussell Yanofsky
2020-12-07Remove unused and confusing CTransaction constructorMarcoFalke
2020-12-07refactor: Replace uses ChainActive() in interfaces/chain.cppRussell Yanofsky
2020-12-07refactor: Get rid of more redundant chain methodsRussell Yanofsky
2020-12-07Merge #18766: Disable fee estimation in blocksonly mode (by removing the fee ...MarcoFalke
2020-12-07Merge #20138: net: Assume that SetCommonVersion is called at most once per peerMarcoFalke
2020-12-06Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...practicalswift
2020-12-04net: Assume that SetCommonVersion is called at most once per peerMarcoFalke
2020-12-03Remove the remaining fee estimation globalsAntoine Poinsot
2020-12-02Merge #20530: lint, refactor: Update cppcheck linter to c++17 and improve exp...fanquake
2020-12-02Merge #20507: sync: print proper lock order location when double lock is dete...MarcoFalke
2020-12-01refactor: Improve use of explicit keywordFabian Jahr
2020-12-01Merge #20425: fuzz: Make CAddrMan fuzzing harness deterministicMarcoFalke
2020-12-01Merge #20222: refactor: CTxMempool constructor clean upMarcoFalke
2020-11-30Merge #20499: Remove obsolete NODISCARD ifdef forest. Use [[nodiscard]] (C++17).MarcoFalke
2020-11-30Merge #20491: refactor: Drop noop gcc version checksfanquake
2020-11-26sync: use HasReason() in double lock testsVasil Dimov
2020-11-26scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARDpracticalswift
2020-11-25Merge #19337: sync: detect double lock from the same threadWladimir J. van der Laan
2020-11-25Drop noop gcc version checksHennadii Stepanov
2020-11-24test: Add testing of ParseInt/ParseUInt edge cases with leading +/-/0:spracticalswift
2020-11-23Merge #20432: net: Treat raw message bytes as uint8_tWladimir J. van der Laan
2020-11-20Merge #20223: build: Drop the leading 0 from the version numberMarcoFalke
2020-11-20net: Treat raw message bytes as uint8_tMarcoFalke
2020-11-20Merge #20056: net: Use Span in ReceiveMsgBytesWladimir J. van der Laan
2020-11-20Merge #20000: test: fix creation of "std::string"s with \0sWladimir J. van der Laan
2020-11-19fuzz: Make addrman fuzzing harness deterministicpracticalswift
2020-11-18Drop the leading 0 from the version numberAndrew Chow
2020-11-17Merge #20305: wallet: introduce fee_rate sat/vB param/optionMarcoFalke
2020-11-16Merge #20033: refactor: minor whitespace fixups, s/const/constexpr/ and remov...MarcoFalke
2020-11-12fuzz: Use ConsumeRandomLengthBitVector(...) in src/test/fuzz/connman and src/...practicalswift
2020-11-12tests: Add fuzzing harness for CAddrManpracticalswift
2020-11-12wallet: update fee rate units, use sat/vB for fee_rate error messagesJon Atack
2020-11-12Merge #20188: tests: Add fuzzing harness for CConnmanMarcoFalke
2020-11-11fuzz: Improve coverage for CPartialMerkleTree fuzzing harnesspracticalswift
2020-11-10Merge #20332: test: Mock IBD in net_processing fuzzersMarcoFalke
2020-11-09fuzz: Assert roundtrip equality for both addrv1 and addrv2 versions of CServicepracticalswift
2020-11-09fuzz: Check for addrv1 compatibility before using addrv1 serializer/deseriali...practicalswift
2020-11-07test: Mock IBD in net_processing fuzzersMarcoFalke
2020-11-05Merge #20303: fuzz: Assert expected DecodeHexTx behaviour when using legacy d...MarcoFalke
2020-11-04fuzz: Assert expected DecodeHexTx behaviour when using legacy decodingpracticalswift
2020-11-04Merge #20300: fuzz: Add missing ECC_Start to descriptor_parse testMarcoFalke
2020-11-04fuzz: Add missing ECC_Start to descriptor_parse testIvan Metlushko