aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin.cpp
AgeCommit message (Expand)Author
2019-01-21Merge #14955: Switch all RNG code to the built-in PRNGWladimir J. van der Laan
2019-01-16Automatically initialize RNG on first use.Pieter Wuille
2019-01-16net: move BanMan to its own filesCory Fields
2019-01-16banman: pass in default ban time as a parameterCory Fields
2019-01-16banman: pass the banfile path inCory Fields
2019-01-16banman: create and split out banmanCory Fields
2019-01-16tests: remove member connman/peerLogic in TestingSetupCory Fields
2018-12-29Merge #13743: refactor: Replace boost::bind with std::bindMarcoFalke
2018-12-17test: Undo thread_local g_insecure_rand_ctxMarcoFalke
2018-12-13test: Make g_insecure_rand_ctx thread_localMarcoFalke
2018-12-12Simplify testing RNG codePieter Wuille
2018-10-20scripted-diff: Replace boost::bind with std::bindChun Kuan Lee
2018-09-23Don't edit Chainparams after initializationJorge Timón
2018-09-21tests: Use MakeUnique to construct objects owned by unique_ptrspracticalswift
2018-08-27Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift
2018-08-24util: Replace boost::signals2 with std::functionMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-13Merge #13417: [net] Tighten scope in net_processingPieter Wuille
2018-07-11Use common SetDataDir method to create temp directory in tests.winder
2018-07-09Make g_enable_bip61 a member variable of PeerLogicValidationJesse Cohen
2018-05-16Merge #13023: Fix some concurrency issues in ActivateBestChain()Wladimir J. van der Laan
2018-05-16Add unit tests for signals generated by ProcessNewBlock()Jesse Cohen
2018-05-14Break circular dependency: chain -> pow -> chainBen Woosley
2018-04-29util: Store debug log file path in BCLog::Logger member.Jim Posen
2018-04-29scripted-diff: Rename BCLog::Logger member variables.Jim Posen
2018-04-27util: Establish global logger object.Jim Posen
2018-04-18Consistently log CValidationState on failureBen Woosley
2018-04-11tests: Avoid copies of CTransactionMarcoFalke
2018-04-10Merge #12926: Run unit tests in parallelWladimir J. van der Laan
2018-04-09Increase entropy in test temp directory namePieter Wuille
2018-04-09Remove duplicate includespracticalswift
2018-03-26Reduce variable scopespracticalswift
2018-02-22test: Plug memory leaks and stack-use-after-scopeMarcoFalke
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-26Block ActivateBestChain to empty validationinterface queueMatt Corallo
2017-11-16Remove includes in .cpp files for things the corresponding .h file already in...practicalswift
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-10tests: Add missing locks to testspracticalswift
2017-11-09Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktreepracticalswift
2017-11-07Merge #11389: Support having SegWit always active in regtest (sipa, ajtowns, ...MarcoFalke
2017-11-06Have SegWit active by defaultPieter Wuille
2017-11-02Add CConnmanTest to mutate g_connman in testsJoão Barbosa
2017-11-02Connect to an extra outbound peer if our tip is staleSuhas Daftuar
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-09-05Remove redundant testutil filesMeshCollider
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