aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin.cpp
AgeCommit message (Expand)Author
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
2017-08-14Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...Wladimir J. van der Laan
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-08-01Fix some broken init-time prints/constantsMatt Corallo
2017-08-01Merge #10758: Fix some chainstate-init-order bugs.Wladimir J. van der Laan
2017-07-27Fix some LoadChainTip-related init-order bugs.Matt Corallo
2017-07-20Add SHA256 dispatcherPieter Wuille
2017-07-07Flush CValidationInterface callbacks prior to destructionMatt Corallo
2017-07-07Give CMainSignals a reference to the global schedulerMatt Corallo
2017-06-29Merge #10192: Cache full script execution results in addition to signaturesWladimir J. van der Laan
2017-06-14Merge #10377: Use rdrand as entropy source on supported platformsWladimir J. van der Laan
2017-06-13Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille
2017-06-13Use rdrand as entropy source on supported platformsPieter Wuille
2017-06-09Remove unused Boost includespracticalswift
2017-06-07scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille
2017-06-07Cache full script execution results in addition to signaturesMatt Corallo
2017-06-05scripted-diff: use insecure_rand256/randrange morePieter Wuille
2017-06-05scripted-diff: Fully remove BOOST_FOREACHJorge Timón
2017-04-24Merge #9792: FastRandomContext improvements and switch to ChaCha20Wladimir J. van der Laan
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-29Switch FastRandomContext to ChaCha20Pieter Wuille
2017-03-10Make test_bitcoin.cpp compatible with Qt Test frameworkRussell Yanofsky
2017-03-07Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan
2017-03-03[cleanup] Remove coin age priority completely.Alex Morcos
2017-03-03[test] Remove priority from testsAlex Morcos
2017-03-02test: Report InitBlockIndex resultWladimir J. van der Laan
2017-02-21use EXIT_ codes instead of magic numbersMarko Bencun
2017-01-22[Trivial] Grammar and typo correctionLauda
2017-01-04Remove member variable hadNoDependencies from CTxMemPoolEntryAlex Morcos
2017-01-04Merge #9283: A few more CTransactionRef optimizationsWladimir J. van der Laan
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-27Add a ForceSetArg method for testingMatt Corallo
2016-12-24Un-expose mapArgs from utils.hMatt Corallo
2016-12-21Make AcceptToMemoryPool take CTransactionRefPieter Wuille
2016-12-14Merge #8895: Better SigCache ImplementationPieter Wuille
2016-12-14Add CuckooCache implementation and replace the sigcache map_type with itJeremy Rubin
2016-12-04Remove unused CDiskBlockPos* argument from ProcessNewBlockMatt Corallo
2016-12-04Switch pblock in ProcessNewBlock to a shared_ptrMatt Corallo
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-12-02Move network-msg-processing code out of main to its own fileMatt Corallo
2016-11-19Introduce convenience type CTransactionRefPieter Wuille
2016-11-19Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille
2016-11-09Replace CValidationState param in ProcessNewBlock with BlockCheckedMatt Corallo
2016-11-09Remove pfrom parameter from ProcessNewBlockMatt Corallo
2016-11-03Fix compact block handling to not ban if block is invalidSuhas Daftuar
2016-10-18Merge #8865: Decouple peer-processing-logic from block-connection-logicWladimir J. van der Laan
2016-10-18Merge #8223: [c++11] Use std::unique_ptr for block creation.Wladimir J. van der Laan
2016-10-17Kill insecure_random and associated global stateWladimir J. van der Laan
2016-10-04Remove CConnman parameter from ProcessNewBlock/ActivateBestChainMatt Corallo