aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
Commit message (Expand)AuthorAgeFilesLines
* Merge AuxPoW support from NamecoreRoss Nicoll2019-07-131-0/+1
* Add Dogecoin block subsidy calculations.Ross Nicoll2019-04-031-0/+1
* Scrypt n=1024 PoW hashRoss Nicoll2019-04-031-0/+1
* Descriptor testsPieter Wuille2018-07-271-0/+1
* Merge #13557: BIP 174 PSBT Serializations and RPCsWladimir J. van der Laan2018-07-181-0/+1
|\
| * Tests for PSBTAndrew Chow2018-07-161-0/+1
* | Add SHA256 implementation using using Intel SHA intrinsicsPieter Wuille2018-06-261-0/+1
|/
* Merge #13312: docs: Add a note about the source code filename naming conventionMarcoFalke2018-06-121-2/+2
|\
| * Do not use uppercase characters in source code filenamespracticalswift2018-05-231-2/+2
* | crypto: cleanup sha256 buildCory Fields2018-06-061-1/+1
* | Merge #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2Wladimir J. van der Laan2018-06-041-1/+4
|\ \
| * | 8-way AVX2 implementation for double SHA256 on 64-byte inputsPieter Wuille2018-05-291-1/+2
| * | 4-way SSE4.1 implementation for double SHA256 on 64-byte inputsPieter Wuille2018-05-291-1/+3
* | | Fix "gmake check" under OpenBSD 6.3 (probably *BSD): Avoid using GNU grep spe...practicalswift2018-05-311-2/+2
| |/ |/|
* | Merge #13023: Fix some concurrency issues in ActivateBestChain()Wladimir J. van der Laan2018-05-161-2/+3
|\ \ | |/ |/|
| * Add unit tests for signals generated by ProcessNewBlock()Jesse Cohen2018-05-161-2/+3
* | [test] Simple unit test for TxIndex.Jim Posen2018-04-251-0/+1
* | [tests] Make rpcauth.py testable and add unit testsQasim Javed2018-04-241-0/+2
|/
* Merge #12926: Run unit tests in parallelWladimir J. van der Laan2018-04-101-8/+15
|\
| * tests: run tests in parallelCory Fields2018-04-091-2/+5
| * tests: split up actual tests and helper filesCory Fields2018-04-091-6/+10
* | tests: Avoid test suite name collision in wallet crypto_testsMarcoFalke2018-04-061-1/+1
|/
* Add tests for the Branch and Bound algorithmAndrew Chow2018-03-131-1/+2
* Split off key_io_tests from base58_testsPieter Wuille2018-02-191-5/+6
* Merge #11748: [Tests] Adding unit tests for GetDifficulty in blockchain.cpp.Wladimir J. van der Laan2017-12-231-0/+1
|\
| * [Tests] Adding unit tests for GetDifficulty in blockchain.cpp.sean2017-11-221-0/+1
* | [tests] remove redundant univalue_tests.cppJohn Newbery2017-12-121-1/+0
* | [tests] Test that mempool rejects coinbase transactionsJames O'Beirne2017-11-181-0/+1
* | build: Remove -I for everything but project rootWladimir J. van der Laan2017-11-161-1/+1
|/
* Merge #11433: qa: Restore bitcoin-util-test py2 compatibilityMarcoFalke2017-10-031-1/+1
|\
| * qa: Restore bitcoin-util-test py2 compatibilityMarcoFalke2017-10-011-1/+1
* | Merge #11293: Deduplicate CMerkleBlock construction code, add test coverageMarcoFalke2017-10-031-0/+1
|\ \
| * | Add tests for CMerkleBlock usage with txids specifiedJames O'Beirne2017-09-201-0/+1
* | | Import Bech32 C++ reference code & testsPieter Wuille2017-09-281-0/+1
* | | [script] Unit tests for script/standard functionsJim Posen2017-09-211-0/+1
|/ /
* / Remove redundant testutil filesMeshCollider2017-09-051-2/+0
|/
* Fix test_bitcoin circular dependency issueJonas Schnelli2017-07-171-3/+4
* Merge #10544: Update to LevelDB 1.20Wladimir J. van der Laan2017-06-131-2/+2
|\
| * leveldb: enable runtime-detected crc32 instructionsCory Fields2017-06-091-2/+2
* | Merge #10321: Use FastRandomContext for all testsPieter Wuille2017-06-071-1/+0
|\ \
| * | Merge test_random.h into test_bitcoin.hPieter Wuille2017-06-051-1/+0
| |/
* | Merge #10331: Share config between util and functional testsMarcoFalke2017-06-061-1/+1
|\ \ | |/ |/|
| * Change bitcoin-util-test.py to use Python3John Newbery2017-05-031-1/+1
* | torcontrol: Add unit tests for Tor reply parsersJack Grigg2017-05-161-0/+1
|/
* Merge #9792: FastRandomContext improvements and switch to ChaCha20Wladimir J. van der Laan2017-04-241-1/+1
|\
| * Switch FastRandomContext to ChaCha20Pieter Wuille2017-03-291-1/+1
* | allow libevent logging to be updated during runtimeJohn Newbery2017-04-101-1/+1
|/
* Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.pyJohn Newbery2017-03-201-59/+2
* Merge #9974: Add basic Qt wallet testJonas Schnelli2017-03-171-0/+1
|\
| * Make test_bitcoin.cpp compatible with Qt Test frameworkRussell Yanofsky2017-03-101-0/+1