aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2020-07-11util: Make Assert work with any valueMarcoFalke
2020-07-11wallet: Fix typo in comments; Simplify assertMarcoFalke
2020-07-11Add <datadir>/settings.json persistent settings storage.Russell Yanofsky
2020-07-11Merge #19222: tests: Add fuzzing harness for BanManMarcoFalke
2020-07-11util: Add ReadSettings and WriteSettings functionsRussell Yanofsky
2020-07-11Merge #19474: doc: Use precise permission flags where possibleMarcoFalke
2020-07-10Merge #19140: tests: Avoid fuzzer-specific nullptr dereference in libevent wh...MarcoFalke
2020-07-10Merge #18638: net: Use mockable time for ping/pong, add testsMarcoFalke
2020-07-10doc: Use precise permission flags where possibleMarcoFalke
2020-07-09Merge #19191: net: Extract download permission from nobanMarcoFalke
2020-07-09Merge #19314: refactor: Use uint16_t instead of unsigned shortWladimir J. van der Laan
2020-07-09net: Extract download permission from nobanMarcoFalke
2020-07-08tests: Add fuzzing harness for BanManpracticalswift
2020-07-08tests: Add ConsumeSubNet(...). Move and increase coverage in ConsumeNetAddr(....practicalswift
2020-07-07Merge #19219: Replace automatic bans with discouragement filterPieter Wuille
2020-07-06Merge #19328: Add gettxoutsetinfo hash_type optionMarcoFalke
2020-07-04Merge #19277: util: Add Assert identity functionMarcoFalke
2020-07-03Clean up separated ban/discourage interfacePieter Wuille
2020-07-03Replace automatic bans with discouragement filterPieter Wuille
2020-07-03Merge #19215: psbt: Include and allow both non_witness_utxo and witness_utxo ...Samuel Dobson
2020-07-01test: add test for CChainState::ResizeCoinsCaches()James O'Beirne
2020-07-01add ChainstateManager::MaybeRebalanceCaches()James O'Beirne
2020-07-01Add CChainState::ResizeCoinsCachesJames O'Beirne
2020-07-01Merge #19028: test: Set -logthreadnames in unit testsWladimir J. van der Laan
2020-06-29Merge #19204: p2p: Reduce inv traffic during IBDMarcoFalke
2020-06-28Merge #19114: scripted-diff: TxoutType C++11 scoped enum classMarcoFalke
2020-06-26Merge #19366: tests: Provide main(...) function in fuzzer. Allow building uni...MarcoFalke
2020-06-25tests: Provide main(...) function in fuzzerpracticalswift
2020-06-25tests: Add fuzzing harness for ChaCha20Poly1305AEADpracticalswift
2020-06-25tests: Add fuzzing harness for ChaCha20practicalswift
2020-06-25tests: Add fuzzing harness for CHKDF_HMAC_SHA256_L32practicalswift
2020-06-25tests: Add fuzzing harness for poly1305_auth(...)practicalswift
2020-06-25tests: Add fuzzing harness for AES256CBCEncrypt/AES256CBCDecryptpracticalswift
2020-06-25tests: Add fuzzing harness for AES256Encrypt/AES256Decryptpracticalswift
2020-06-25Merge #19286: tests: Add fuzzing harness for CHash{160,256}, C{HMAC_,}SHA{1,2...MarcoFalke
2020-06-25Merge #19090: refactor: Misc scheduler cleanupsMarcoFalke
2020-06-25Merge #19237: wallet: Check size after unserializing a pubkeyMarcoFalke
2020-06-24psbt: Allow both non_witness_utxo and witness_utxoAndrew Chow
2020-06-24refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan
2020-06-22test: Improve "potential deadlock detected" exception messageHennadii Stepanov
2020-06-22test: add two edge case tests for CSubNetVasil Dimov
2020-06-22refactor: Use uint16_t instead of unsigned shortAaron Hook
2020-06-22rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)Fabian Jahr
2020-06-21scripted-diff: TxoutType C++11 scoped enum classMarcoFalke
2020-06-21doc: Update outdated txnouttype documentationMarcoFalke
2020-06-19test: Add FeeFilterRounder testMarcoFalke
2020-06-19net: Use mockable time for ping/pong, add testsMarcoFalke
2020-06-19Merge #18937: refactor: s/command/msg_type/ in CNetMsgMaker and CSerializedNe...MarcoFalke
2020-06-19Merge #19293: net: Avoid redundant and confusing FAILED logfanquake
2020-06-18Merge #18468: Span improvementsWladimir J. van der Laan