aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin.h
Commit message (Expand)AuthorAgeFilesLines
* Merge AuxPoW support from NamecoreRoss Nicoll2019-07-131-0/+8
* Replace test data with Dogecoin valuesRoss Nicoll2019-04-031-3/+3
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Use common SetDataDir method to create temp directory in tests.winder2018-07-111-1/+5
* Add unit tests for signals generated by ProcessNewBlock()Jesse Cohen2018-05-161-0/+3
* tests: Avoid copies of CTransactionMarcoFalke2018-04-111-3/+3
* Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-021-0/+2
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-8/+8
* Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktreepracticalswift2017-11-091-1/+0
* Add CConnmanTest to mutate g_connman in testsJoão Barbosa2017-11-021-0/+6
* Add tests for CMerkleBlock usage with txids specifiedJames O'Beirne2017-09-201-1/+4
* net: use an interface class rather than signals for message processingCory Fields2017-09-061-0/+2
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-2/+2
* Give CMainSignals a reference to the global schedulerMatt Corallo2017-07-071-0/+2
* [tests] Remove unused function InsecureRandBytes(size_t len)practicalswift2017-06-081-1/+0
* scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille2017-06-071-7/+7
* Add various insecure_rand wrappers for testsPieter Wuille2017-06-051-4/+6
* Merge test_random.h into test_bitcoin.hPieter Wuille2017-06-051-0/+19
* Replace uses of boost::filesystem with fsWladimir J. van der Laan2017-04-031-1/+1
* Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan2017-04-031-1/+1
* [test] Remove priority from testsAlex Morcos2017-03-031-6/+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