aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin.h
Commit message (Expand)AuthorAgeFilesLines
* Replace test data with Dogecoin valuesRoss Nicoll2018-09-191-3/+3
* Remove member variable hadNoDependencies from CTxMemPoolEntryAlex Morcos2017-01-041-3/+1
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-191-2/+2
* net: Create CConnman to encapsulate p2p connectionsCory Fields2016-09-081-0/+2
* BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-221-3/+3
* Add TestMemPoolEntryHelper::FromTx version for CTransactionMatt Corallo2016-06-191-0/+1
* test: Create test fixture for walletWladimir J. van der Laan2016-04-181-2/+1
* Add LockPointsAlex Morcos2016-03-161-1/+3
* Add missing copyright headersMarcoFalke2016-01-051-0/+4
* Store the total sig op count of a tx.Alex Morcos2015-12-011-3/+5
* Track coinbase spends in CTxMemPoolEntrySuhas Daftuar2015-11-301-1/+3
* Implement helper class for CTxMemPoolEntry constructorAlex Morcos2015-11-161-0/+25
* Switch to libsecp256k1-based validation for ECDSAPieter Wuille2015-11-151-0/+3
* Chainparams: Replace CBaseChainParams::Network enum with string constants (su...Jorge Timón2015-10-201-2/+2
* Unit test doublespends in new blocksGavin Andresen2015-07-271-2/+26
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+13
* Reinitialize state in between individual unit tests.Pieter Wuille2015-03-031-0/+18