aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2019-05-04Merge #15141: Rewrite DoS interface between validation and net_processingWladimir J. van der Laan
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-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-27Merge #15519: Add Poly1305 implementationWladimir J. van der Laan
2019-03-26Add Poly1305 implementationJonas Schnelli
2019-03-25Remove unused AES-128 codepracticalswift
2019-03-21Merge #10973: Refactor: separate wallet from nodeMeshCollider
2019-03-10dead code: Remove dead option in HexStr conversionLenny Maiorani
2019-03-08Merge #15532: Remove sharp edge (uninit member) when using the compiler-gener...Wladimir J. van der Laan
2019-03-06Merge #15504: fuzz: Link BasicTestingSetup (shared with unit tests)MarcoFalke
2019-03-05Remove use of CRPCTable::appendCommand in wallet codeRussell Yanofsky
2019-03-05Remove sharp edge (uninitialized m_filter_type) when using the compiler-gener...practicalswift
2019-03-02Merge #15118: Refactor block file logicWladimir J. van der Laan
2019-02-28fuzz: Link BasicTestingSetup (shared with unit tests)MarcoFalke
2019-02-28test: Move main_tests to validation_testsMarcoFalke
2019-02-28test: Remove useless test_bitcoin_main.cppMarcoFalke
2019-02-22flatfile: Unit tests for FlatFileSeq methods.Jim Posen
2019-02-19Fix lack of warning of unrecognized section namesAkio Nakamura
2019-02-16Merge #15368: Descriptor checksumsWladimir J. van der Laan