aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2019-05-16Merge #14047: Add HKDF_HMAC256_L32 and method to negate a private keyWladimir J. van der Laan
2019-05-14Merge #15988: Add test for ArgsManager::GetChainNameMarcoFalke
2019-05-13[refactor] interfaces: Add missing LockAnnotation for cs_mainMarcoFalke
2019-05-11QA: add test for HKDF HMAC_SHA256 L32Jonas Schnelli
2019-05-10Merge #15512: Add ChaCha20 encryption option (XOR)Jonas Schnelli
2019-05-09Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...Wladimir J. van der Laan
2019-05-07Add test for ArgsManager::GetChainNameRussell Yanofsky
2019-05-07Merge #15948: refactor: rename chainActiveMarcoFalke
2019-05-07Add unit test NextString, ForEachNoDup functionsRussell Yanofsky
2019-05-07util_SettingsMerge test cleanupRussell Yanofsky
2019-05-04Merge #15141: Rewrite DoS interface between validation and net_processingWladimir J. van der Laan
2019-05-03scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne
2019-05-03Add ChaCha20 encryption option (XOR)Jonas Schnelli
2019-05-02[refactor] Add useful-for-dos "reason" field to CValidationStateMatt Corallo
2019-05-02[refactor] drop IsInvalid(nDoSOut)Matt Corallo
2019-04-30Merge #15849: Thread names in logs and deadlock debug toolsMarcoFalke
2019-04-30Merge #15869: Add settings merge test to prevent regresssionsMarcoFalke
2019-04-29tests: add threadutil testsJames O'Beirne
2019-04-29threads: introduce util/threadnames, refactor thread namingJames O'Beirne
2019-04-29Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders
2019-04-29Remove unused OpenSSL includes to make it more clear where OpenSSL is usedpracticalswift
2019-04-22Add settings merge test to prevent regresssionsRussell Yanofsky
2019-04-19Merge #15670: refactor: combine Chain::findFirstBlockWithTime/findFirstBlockW...MarcoFalke
2019-04-18tests: fix outdate include in blockfilter_index_testsJames O'Beirne
2019-04-18Merge #14121: Index for BIP 157 block filtersMarcoFalke
2019-04-17Merge #15779: test: Add wallet_balance benchmarkMarcoFalke
2019-04-16Merge #15352: tests: Reduce noise level in test_bitcoin outputMarcoFalke
2019-04-15bench: Add wallet_balance benchmarksMarcoFalke
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2019-04-10test: Use test_bitcoin setup in bench, Add test utilsMarcoFalke
2019-04-10test: Have segwit always active in (Basic)TestingSetupMarcoFalke
2019-04-09[build] Add several util unitsJohn Newbery
2019-04-09[build] Move rpc utility methods to rpc/utilJohn Newbery
2019-04-09[build] Move policy settings to new src/policy/settings unitJohn Newbery
2019-04-09[build] Move CheckTransaction from lib_server to lib_consensusJohn Newbery
2019-04-06blockfilter: Update BIP 158 test vectors.Jim Posen
2019-04-06index: Access functions for global block filter indexes.Jim Posen
2019-04-06test: Unit test for block filter index reorg handling.Jim Posen
2019-04-06test: Unit tests for block index filter.Jim Posen
2019-04-06blockfilter: Functions to translate filter types to/from names.Jim Posen
2019-04-04Keep full pubkeys in FlatSigningProvider::originsPieter Wuille
2019-03-29Silence "Test case [...] did not check any assertions" warnings when running ...practicalswift
2019-03-29Avoid repeated log messages in tests by connecting to signal handlers (Thread...practicalswift
2019-03-29tests: Reduce noise level in test_bitcoin outputpracticalswift
2019-03-29Merge #15663: crypto: Remove unused AES-128 codeJonas Schnelli
2019-03-27refactor: combine Chain::findFirstBlockWithTime/findFirstBlockWithTimeAndHeightAntoine Riard
2019-03-27QA: add test for CKey::Negate()Jonas Schnelli
2019-03-27Merge #15519: Add Poly1305 implementationWladimir J. van der Laan
2019-03-26Add Poly1305 implementationJonas Schnelli