aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2020-08-07Merge #19098: test: Remove duplicate NodeContext hacksMarcoFalke
2020-08-05Merge #15382: util: add RunCommandParseJSONSamuel Dobson
2020-08-04Merge #19340: Preserve the `LockData` initial state if "potential deadlock de...MarcoFalke
2020-08-03Merge #19326: Simplify hash.h interface using SpansWladimir J. van der Laan
2020-08-03Merge #18991: Cache responses to GETADDR to prevent topology leaksWladimir J. van der Laan
2020-08-02test: Add LockStackEmpty()Hennadii Stepanov
2020-08-02test: Repeat deadlock testsHennadii Stepanov
2020-07-31[util] add RunCommandParseJSONSjors Provoost
2020-07-30Make Hash[160] consume range-like objectsPieter Wuille
2020-07-30Make CHash256/CHash160 output to SpanPieter Wuille
2020-07-30Make CHash256 and CHash160 consume SpansPieter Wuille
2020-07-30Merge #19604: Pass mempool pointer to UnloadBlockIndex/GetCoinsCacheSizeStateMarcoFalke
2020-07-30Add addr permission flag enabling non-cached addr sharingGleb Naumenko
2020-07-29Merge #19534: net: save the network type explicitly in CNetAddrWladimir J. van der Laan
2020-07-29Pass mempool pointer to GetCoinsCacheSizeStateMarcoFalke
2020-07-29Pass mempool pointer to UnloadBlockIndexMarcoFalke
2020-07-29test: Simplify cs_main locksMarcoFalke
2020-07-29Merge #18637: coins: allow cache resize after initMarcoFalke
2020-07-27net: save the network type explicitly in CNetAddrVasil Dimov
2020-07-26refactor: Drop unused CBufferedFile::Seek()Hennadii Stepanov
2020-07-23Merge #15935: Add <datadir>/settings.json persistent settings storageMarcoFalke
2020-07-22Merge #19562: test: Fix fuzzer compilation on macOSfanquake
2020-07-22Merge #19548: fuzz: add missing overrides to signature_checkerfanquake
2020-07-22fuzz: add missing overrides to signature_checkerJon Atack
2020-07-21test: Fix fuzzer compilation on macOSfreenancial
2020-07-21Merge #16878: Fix non-deterministic coverage of test DoS_mapOrphansMarcoFalke
2020-07-21Make test DoS_mapOrphans deterministicDavid Reikher
2020-07-19fuzz: fix unused variable addrdb compiler warningJon Atack
2020-07-18Merge #19143: tests: Add fuzzing harnesses for CAutoFile, CBufferedFile, Load...MarcoFalke
2020-07-16Merge #19533: [tests] Remove unnecessary cs_mains in denialofservice_testsMarcoFalke
2020-07-16Merge #19174: refactor: replace CConnman pointers by references in net_proces...MarcoFalke
2020-07-15Merge #19353: Fix mistakenly swapped "previous" and "current" lock ordersWladimir J. van der Laan
2020-07-15[tests] Remove unnecessary cs_mains in denialofservice_testsMatt Corallo
2020-07-15Merge #19512: p2p: banscore updates to gui, tests, release notesWladimir J. van der Laan
2020-07-15Merge #19296: tests: Add fuzzing harness for AES{CBC,}256{Encrypt,Decrypt}, p...Wladimir J. van der Laan
2020-07-15tests: Add fuzzing harness for CBlockPolicyEstimator::{Read,Write} (policy/fe...practicalswift
2020-07-15tests: Add fuzzing harness for CBufferedFile::{SetPos,GetPos,GetType,GetVersi...practicalswift
2020-07-15tests: Add fuzzing harness for LoadExternalBlockFile(...) (validation.h)practicalswift
2020-07-15tests: Add fuzzing harness for CBufferedFile (streams.h)practicalswift
2020-07-15tests: Add fuzzing harness for CAutoFile (streams.h)practicalswift
2020-07-15tests: Add serialization/deserialization fuzzing helpers WriteToStream(…)/R...practicalswift
2020-07-15tests: Add FuzzedAutoFileProvider which provides a CAutoFile interface to Fuz...practicalswift
2020-07-15tests: Add FuzzedFileProvider which provides a FILE* interface to FuzzedDataP...practicalswift
2020-07-15Merge #19491: util: Make Assert work with any valueMarcoFalke
2020-07-14refactor: replace CConnman pointers by references in net_processing.cppSebastian Falbesoner
2020-07-14test: update tests for peer discouragementJon Atack
2020-07-14Merge #19464: net: remove -banscore configuration optionMarcoFalke
2020-07-13test: Remove duplicate NodeContext hacksRussell Yanofsky
2020-07-11net: rename DEFAULT_BANSCORE_THRESHOLD to DISCOURAGEMENT_THRESHOLDJon Atack
2020-07-11net: remove -banscore configuration optionJon Atack