aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin.h
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-11Use common SetDataDir method to create temp directory in tests.winder
2018-05-16Add unit tests for signals generated by ProcessNewBlock()Jesse Cohen
2018-04-11tests: Avoid copies of CTransactionMarcoFalke
2018-04-02Bugfix: Include <memory> for std::unique_ptrLuke Dashjr
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-09Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktreepracticalswift
2017-11-02Add CConnmanTest to mutate g_connman in testsJoão Barbosa
2017-09-20Add tests for CMerkleBlock usage with txids specifiedJames O'Beirne
2017-09-06net: use an interface class rather than signals for message processingCory Fields
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-07-07Give CMainSignals a reference to the global schedulerMatt Corallo
2017-06-08[tests] Remove unused function InsecureRandBytes(size_t len)practicalswift
2017-06-07scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille
2017-06-05Add various insecure_rand wrappers for testsPieter Wuille
2017-06-05Merge test_random.h into test_bitcoin.hPieter Wuille
2017-04-03Replace uses of boost::filesystem with fsWladimir J. van der Laan
2017-04-03Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan
2017-03-03[test] Remove priority from testsAlex Morcos
2017-01-04Remove member variable hadNoDependencies from CTxMemPoolEntryAlex Morcos
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-11-19Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille
2016-09-08net: Create CConnman to encapsulate p2p connectionsCory Fields
2016-06-22BIP141: Other consensus critical limits, and BIP145Pieter Wuille
2016-06-19Add TestMemPoolEntryHelper::FromTx version for CTransactionMatt Corallo
2016-04-18test: Create test fixture for walletWladimir J. van der Laan
2016-03-16Add LockPointsAlex Morcos
2016-01-05Add missing copyright headersMarcoFalke
2015-12-01Store the total sig op count of a tx.Alex Morcos
2015-11-30Track coinbase spends in CTxMemPoolEntrySuhas Daftuar
2015-11-16Implement helper class for CTxMemPoolEntry constructorAlex Morcos
2015-11-15Switch to libsecp256k1-based validation for ECDSAPieter Wuille
2015-10-20Chainparams: Replace CBaseChainParams::Network enum with string constants (su...Jorge Timón
2015-07-27Unit test doublespends in new blocksGavin Andresen
2015-03-12tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan
2015-03-03Reinitialize state in between individual unit tests.Pieter Wuille