aboutsummaryrefslogtreecommitdiff
path: root/src/test/miner_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace test data with Dogecoin valuesRoss Nicoll2019-04-031-32/+36
* Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\
| * Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | refactor: Avoid locking tx pool cs thriceMarcoFalke2018-07-291-1/+2
|/
* Remove redundant unused variablespracticalswift2018-07-181-1/+1
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-3/+3
* test: Fix sign for expected valuesKarl-Johan Alm2018-04-111-2/+2
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Merge #11824: Block ActivateBestChain to empty validationinterface queuePieter Wuille2017-12-291-17/+21
|\
| * Require no cs_main lock for ProcessNewBlock/ActivateBestChainMatt Corallo2017-12-261-17/+21
* | Merge #11220: Check specific validation error in miner testsWladimir J. van der Laan2017-12-191-5/+19
|\ \ | |/ |/|
| * [Tests] check specific validation error in miner testsSjors Provoost2017-11-091-5/+19
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-17/+17
|/
* [consensus] Pin P2SH activation to block 173805 on mainnetJohn Newbery2017-11-061-17/+18
* Remove nBlockMaxSize from miner opt struct as it is no longer used.Gregory Maxwell2017-09-181-1/+0
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-1/+1
* Simplify "bool x = y ? true : false" to "bool x = y"practicalswift2017-06-111-3/+3
* scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille2017-06-071-2/+2
* scripted-diff: use insecure_rand256/randrange morePieter Wuille2017-06-051-2/+2
* Merge #8329: Consensus: MOVEONLY: Move functions for tx verificationWladimir J. van der Laan2017-05-181-0/+1
|\
| * MOVEONLY: tx functions to consensus/tx_verify.oJorge Timón2017-04-061-0/+1
* | Chainparams: Get rid of CChainParams& Params(std::string)Jorge Timón2017-05-031-1/+2
|/
* Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan2017-03-071-3/+1
|\
| * [test] Remove priority from testsAlex Morcos2017-03-031-2/+1
| * [mining] Remove -blockprioritysize.Alex Morcos2017-02-271-1/+0
* | Run miner_tests with fixed optionsPieter Wuille2017-02-261-19/+28
|/
* Fix to have miner test aware of new separate block min tx feeAlex Morcos2017-01-191-4/+7
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Remove unused CDiskBlockPos* argument from ProcessNewBlockMatt Corallo2016-12-041-1/+1
* Switch pblock in ProcessNewBlock to a shared_ptrMatt Corallo2016-12-041-1/+2
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* Always add default_witness_commitment with GBT client supportPieter Wuille2016-11-211-0/+1
* Introduce convenience type CTransactionRefPieter Wuille2016-11-191-3/+3
* Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-191-18/+15
* Replace CValidationState param in ProcessNewBlock with BlockCheckedMatt Corallo2016-11-091-3/+1
* Remove pfrom parameter from ProcessNewBlockMatt Corallo2016-11-091-1/+1
* Fix compact block handling to not ban if block is invalidSuhas Daftuar2016-11-031-1/+1
* Make removed and conflicted arguments optional to removePieter Wuille2016-10-211-2/+1
* Merge #8865: Decouple peer-processing-logic from block-connection-logicWladimir J. van der Laan2016-10-181-1/+1
|\
| * Remove CConnman parameter from ProcessNewBlock/ActivateBestChainMatt Corallo2016-10-041-1/+1
* | Merge #8223: [c++11] Use std::unique_ptr for block creation.Wladimir J. van der Laan2016-10-181-11/+4
|\ \ | |/ |/|
| * [c++11] Use std::unique_ptr for block creation.Daniel Kraft2016-06-181-11/+4
* | net: Pass CConnman around as neededCory Fields2016-09-081-1/+1
* | Enable size accounting in mining unit testsSuhas Daftuar2016-07-281-3/+1
* | BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-221-1/+4
|/
* Add unit tests for ancestor feerate miningSuhas Daftuar2016-06-161-0/+109
* Merge #7598: Refactor CreateNewBlock to be a method of the BlockAssembler classWladimir J. van der Laan2016-06-131-14/+14
|\
| * Refactor CreateNewBlock to be a method of the BlockAssembler classAlex Morcos2016-05-181-14/+14
* | Do not shadow local variablesPavel Janík2016-06-071-2/+2
|/
* Corrected valuesinstagibbs2016-04-071-2/+2