aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
AgeCommit message (Expand)Author
2016-03-18Versionbits testsPieter Wuille
2015-12-04Replace setInventoryKnown with a rolling bloom filter.Gregory Maxwell
2015-12-01Merge pull request #6914Wladimir J. van der Laan
2015-11-27Switch blocks to a constant-space Merkle root/branch algorithm.Pieter Wuille
2015-11-25Replace scriptnum_test's normative ScriptNum implementationWladimir J. van der Laan
2015-11-13Prevector typePieter Wuille
2015-11-09build: Split hardening/fPIE options outCory Fields
2015-10-22leveldbwrapper file rename to dbwrapper.*Jeff Garzik
2015-10-07Merge pull request #6720Wladimir J. van der Laan
2015-10-06Merge pull request #6650Wladimir J. van der Laan
2015-10-06Add chainstate obfuscation to avoid spurious antivirus detectionJames O'Beirne
2015-10-01[Univalue] add univalue over subtreeJonas Schnelli
2015-09-24Creates unittests for addrman, makes addrman testable.EthanHeilman
2015-09-16Add ZeroMQ support. Notify blocks and transactions via ZeroMQJeff Garzik
2015-09-03Replace boost::reverse_lock with our own.Casey Rodarmor
2015-08-17Add limitedmap testCasey Rodarmor
2015-08-06Add support for data-based outputs (OP_RETURN) to bitcoin-tx.Pavel Janík
2015-07-27Unit test doublespends in new blocksGavin Andresen
2015-05-14Merge pull request #5964Gavin Andresen
2015-05-14CScheduler unit testGavin Andresen
2015-05-13Merge pull request #5159Wladimir J. van der Laan
2015-05-13Create new BlockPolicyEstimator for fee estimatesAlex Morcos
2015-04-23fix and enable bip32 unit testJonas Schnelli
2015-03-26Keep mempool consistent during block-reorgsGavin Andresen
2015-03-12[Move Only] Move wallet related things to src/wallet/Jonas Schnelli
2015-03-09Merge pull request #5852Wladimir J. van der Laan
2015-03-03Reinitialize state in between individual unit tests.Pieter Wuille
2015-02-21Add unit tests for next difficulty calculationsRoss Nicoll
2015-01-31remove sig_canonical.json and sig_noncanonical.jsonManuel Araoz
2015-01-05tests: run sanity checks in tests tooCory Fields
2015-01-05Add tests for new uint256Wladimir J. van der Laan
2015-01-05uint256->arith_uint256 blob256->uint256Wladimir J. van der Laan
2014-12-31Merge #5528 fromJeff Garzik
2014-12-24bitcoin-tx: Add test case for signing a txEric R. Schulz
2014-12-19build: fix 'make distcheck'Cory Fields
2014-11-20build: fix link error on some platforms. Fixes #5235Cory Fields
2014-11-19build: add --with-libs so that libs are optionalCory Fields
2014-11-19build: add libbitcoinconsensus files and hook up the lib buildCory Fields
2014-11-19build: make a distinction between static app ldflags and static lib ldflagsCory Fields
2014-11-18build: secp256k1 as a subdir, since it's requiredCory Fields
2014-11-18Always build and link libsecp256k1Pieter Wuille
2014-10-31minor cleanup: include orders, end comments etc.Philip Kaufmann
2014-10-13build: quit abusing LIBS for Windows builds.Cory Fields
2014-10-08Make SCRIPT_VERIFY_STRICTENC compatible with BIP62Pieter Wuille
2014-09-23Add coins_tests with a large randomized CCoinViewCache test.Pieter Wuille
2014-09-14bitcoin-util-test: Test bitcoin-tx with null scriptPubKeyLuke Dashjr
2014-08-26Move CMedianFilter to timedata.cppWladimir J. van der Laan
2014-08-22Merge pull request #4733Jeff Garzik
2014-08-20UniValue: add unit testsJeff Garzik
2014-08-19Add bitcoin-tx testsJeff Garzik