aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge #14955: Switch all RNG code to the built-in PRNGWladimir J. van der Laan2019-01-211-1/+0
|\
| * Automatically initialize RNG on first use.Pieter Wuille2019-01-161-1/+0
* | net: move BanMan to its own filesCory Fields2019-01-161-0/+1
* | banman: pass in default ban time as a parameterCory Fields2019-01-161-1/+1
* | banman: pass the banfile path inCory Fields2019-01-161-1/+1
* | banman: create and split out banmanCory Fields2019-01-161-0/+3
* | tests: remove member connman/peerLogic in TestingSetupCory Fields2019-01-161-18/+0
|/
* Merge #13743: refactor: Replace boost::bind with std::bindMarcoFalke2018-12-291-1/+1
|\
| * scripted-diff: Replace boost::bind with std::bindChun Kuan Lee2018-10-201-1/+1
* | test: Undo thread_local g_insecure_rand_ctxMarcoFalke2018-12-171-2/+2
* | test: Make g_insecure_rand_ctx thread_localMarcoFalke2018-12-131-14/+12
* | Simplify testing RNG codePieter Wuille2018-12-121-2/+1
|/
* Don't edit Chainparams after initializationJorge Timón2018-09-231-3/+4
* tests: Use MakeUnique to construct objects owned by unique_ptrspracticalswift2018-09-211-1/+1
* Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift2018-08-271-1/+1
* util: Replace boost::signals2 with std::functionMarcoFalke2018-08-241-4/+6
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Merge #13417: [net] Tighten scope in net_processingPieter Wuille2018-07-131-1/+1
|\
| * Make g_enable_bip61 a member variable of PeerLogicValidationJesse Cohen2018-07-091-1/+1
* | Use common SetDataDir method to create temp directory in tests.winder2018-07-111-15/+22
|/
* Merge #13023: Fix some concurrency issues in ActivateBestChain()Wladimir J. van der Laan2018-05-161-0/+6
|\
| * Add unit tests for signals generated by ProcessNewBlock()Jesse Cohen2018-05-161-0/+6
* | Break circular dependency: chain -> pow -> chainBen Woosley2018-05-141-0/+1
* | util: Store debug log file path in BCLog::Logger member.Jim Posen2018-04-291-1/+0
* | scripted-diff: Rename BCLog::Logger member variables.Jim Posen2018-04-291-1/+1
* | util: Establish global logger object.Jim Posen2018-04-271-1/+1
* | Consistently log CValidationState on failureBen Woosley2018-04-181-1/+1
|/
* tests: Avoid copies of CTransactionMarcoFalke2018-04-111-5/+5
* Merge #12926: Run unit tests in parallelWladimir J. van der Laan2018-04-101-1/+1
|\
| * Increase entropy in test temp directory namePieter Wuille2018-04-091-1/+1
* | Remove duplicate includespracticalswift2018-04-091-2/+0
|/
* Reduce variable scopespracticalswift2018-03-261-1/+1
* test: Plug memory leaks and stack-use-after-scopeMarcoFalke2018-02-221-0/+3
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Block ActivateBestChain to empty validationinterface queueMatt Corallo2017-12-261-3/+3
* Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-161-6/+0
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-20/+20
* tests: Add missing locks to testspracticalswift2017-11-101-1/+4
* Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktreepracticalswift2017-11-091-6/+6
* Merge #11389: Support having SegWit always active in regtest (sipa, ajtowns, ...MarcoFalke2017-11-071-0/+3
|\
| * Have SegWit active by defaultPieter Wuille2017-11-061-0/+3
* | Add CConnmanTest to mutate g_connman in testsJoão Barbosa2017-11-021-0/+12
* | Connect to an extra outbound peer if our tip is staleSuhas Daftuar2017-11-021-1/+1
|/
* Add tests for CMerkleBlock usage with txids specifiedJames O'Beirne2017-09-201-0/+13
* net: use an interface class rather than signals for message processingCory Fields2017-09-061-3/+3
* Remove redundant testutil filesMeshCollider2017-09-051-3/+1
* scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-1/+1
* Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...Wladimir J. van der Laan2017-08-141-1/+1
|\
| * scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-1/+1
* | Fix some broken init-time prints/constantsMatt Corallo2017-08-011-1/+1
|/