index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Makefile.test.include
Age
Commit message (
Expand
)
Author
2018-11-05
Merge #14092: tests: Dry run bench_bitcoin as part "make check" to allow for ...
MarcoFalke
2018-10-18
Merge #14146: wallet: Remove trailing separators from -walletdir arg
Wladimir J. van der Laan
2018-10-18
Merge #13878: utils: Add fstream wrapper to allow to pass unicode filename on...
Wladimir J. van der Laan
2018-10-09
Fix CLEAN_BITCOIN_TEST to remove .log files for all BITCOIN_TESTS files
James O'Beirne
2018-10-08
Merge #14253: Build: during 'make clean', remove some files that are currentl...
MarcoFalke
2018-10-01
Include some files currently missed by 'make distclean'.
murrayn
2018-09-27
Merge #12246: Bugfix: Only run bitcoin-tx tests when bitcoin-tx is enabled
MarcoFalke
2018-09-26
tests: Add test case for std::ios_base::ate
Chun Kuan Lee
2018-09-13
build: Remove libssl from LDADD unless gui
MarcoFalke
2018-09-13
Bugfix: Only run bitcoin-tx tests when bitcoin-tx is enabled
Luke Dashjr
2018-09-12
wallet: Add walletdir arg unit tests
Pierre Rochard
2018-09-08
Merge #12775: Integration of property based testing into Bitcoin Core
Wladimir J. van der Laan
2018-08-31
Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection
Wladimir J. van der Laan
2018-08-30
tests: Dry run bench_bitcoin (-evals=1 -scaling=0: <1 second running time) as...
practicalswift
2018-08-27
Integration of property based testing into Bitcoin Core
Chris Stewart
2018-08-27
[tests] Remove wallet accounts test
John Newbery
2018-08-25
blockfilter: Unit test against BIP 158 test vectors.
Jim Posen
2018-08-25
blockfilter: Simple test for GCSFilter construction and Match.
Jim Posen
2018-08-03
Add unit test for DEBUG_LOCKORDER code
Russell Yanofsky
2018-07-27
Descriptor tests
Pieter Wuille
2018-07-18
Merge #13557: BIP 174 PSBT Serializations and RPCs
Wladimir J. van der Laan
2018-07-16
Tests for PSBT
Andrew Chow
2018-06-26
Add SHA256 implementation using using Intel SHA intrinsics
Pieter Wuille
2018-06-12
Merge #13312: docs: Add a note about the source code filename naming convention
MarcoFalke
2018-06-06
crypto: cleanup sha256 build
Cory Fields
2018-06-04
Merge #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2
Wladimir J. van der Laan
2018-05-31
Fix "gmake check" under OpenBSD 6.3 (probably *BSD): Avoid using GNU grep spe...
practicalswift
2018-05-29
8-way AVX2 implementation for double SHA256 on 64-byte inputs
Pieter Wuille
2018-05-29
4-way SSE4.1 implementation for double SHA256 on 64-byte inputs
Pieter Wuille
2018-05-23
Do not use uppercase characters in source code filenames
practicalswift
2018-05-16
Merge #13023: Fix some concurrency issues in ActivateBestChain()
Wladimir J. van der Laan
2018-05-16
Add unit tests for signals generated by ProcessNewBlock()
Jesse Cohen
2018-04-25
[test] Simple unit test for TxIndex.
Jim Posen
2018-04-24
[tests] Make rpcauth.py testable and add unit tests
Qasim Javed
2018-04-10
Merge #12926: Run unit tests in parallel
Wladimir J. van der Laan
2018-04-09
tests: run tests in parallel
Cory Fields
2018-04-09
tests: split up actual tests and helper files
Cory Fields
2018-04-06
tests: Avoid test suite name collision in wallet crypto_tests
MarcoFalke
2018-03-13
Add tests for the Branch and Bound algorithm
Andrew Chow
2018-02-19
Split off key_io_tests from base58_tests
Pieter Wuille
2017-12-23
Merge #11748: [Tests] Adding unit tests for GetDifficulty in blockchain.cpp.
Wladimir J. van der Laan
2017-12-12
[tests] remove redundant univalue_tests.cpp
John Newbery
2017-11-22
[Tests] Adding unit tests for GetDifficulty in blockchain.cpp.
sean
2017-11-18
[tests] Test that mempool rejects coinbase transactions
James O'Beirne
2017-11-16
build: Remove -I for everything but project root
Wladimir J. van der Laan
2017-10-03
Merge #11433: qa: Restore bitcoin-util-test py2 compatibility
MarcoFalke
2017-10-03
Merge #11293: Deduplicate CMerkleBlock construction code, add test coverage
MarcoFalke
2017-10-01
qa: Restore bitcoin-util-test py2 compatibility
MarcoFalke
2017-09-28
Import Bech32 C++ reference code & tests
Pieter Wuille
2017-09-21
[script] Unit tests for script/standard functions
Jim Posen
[next]