aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge AuxPoW support from NamecoreRoss Nicoll2019-07-131-0/+9
* Replace test data with Dogecoin valuesRoss Nicoll2019-04-031-4/+4
* Scrypt n=1024 PoW hashRoss Nicoll2019-04-031-1/+1
* 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
|/
* Merge #10758: Fix some chainstate-init-order bugs.Wladimir J. van der Laan2017-08-011-1/+1
|\
| * Fix some LoadChainTip-related init-order bugs.Matt Corallo2017-07-271-1/+1
* | Add SHA256 dispatcherPieter Wuille2017-07-201-0/+2
|/
* Flush CValidationInterface callbacks prior to destructionMatt Corallo2017-07-071-0/+1
* Give CMainSignals a reference to the global schedulerMatt Corallo2017-07-071-0/+7
* Merge #10192: Cache full script execution results in addition to signaturesWladimir J. van der Laan2017-06-291-0/+1
|\
| * Cache full script execution results in addition to signaturesMatt Corallo2017-06-071-0/+1
* | Merge #10377: Use rdrand as entropy source on supported platformsWladimir J. van der Laan2017-06-141-0/+1
|\ \
| * | Use rdrand as entropy source on supported platformsPieter Wuille2017-06-131-0/+1
| |/
* | Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille2017-06-131-1/+1
|\ \
| * | scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-1/+1
| |/
* | Remove unused Boost includespracticalswift2017-06-091-2/+0
* | scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille2017-06-071-1/+1