aboutsummaryrefslogtreecommitdiff
path: root/src/test/miner_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-1/+1
* really s/doge/dis/g this timeTomo Ueda2021-09-021-1/+1
* Remove relay-only roundingRoss Nicoll2021-08-171-2/+2
* Update or eliminate remaining tests (#1483)Ross Nicoll2018-09-191-1/+3
* Sync mining code from Namecore to resolve unit test failures (#1385)Ross Nicoll2018-09-191-19/+19
* Merge AuxPoW support from NamecoreRoss Nicoll2018-09-191-3/+0
* Replace test data with Dogecoin valuesRoss Nicoll2018-09-191-32/+36
* 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
* Gave miner test values constants for less error-prone values.instagibbs2016-04-071-24/+29
* BIP9 ImplementationPieter Wuille2016-03-151-3/+30
* Merge #7184: Implement SequenceLocks functions for BIP 68Wladimir J. van der Laan2016-02-121-31/+95
|\
| * Implement SequenceLocks functionsAlex Morcos2016-02-101-31/+95
* | Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|/
* Rewrite CreateNewBlockAlex Morcos2015-12-011-24/+36
* Merge pull request #6915Wladimir J. van der Laan2015-12-011-11/+13
|\
| * Track coinbase spends in CTxMemPoolEntrySuhas Daftuar2015-11-301-11/+13
* | Merge pull request #6914Wladimir J. van der Laan2015-12-011-1/+1
|\ \ | |/ |/|
| * Prevector typePieter Wuille2015-11-131-1/+1
* | Switch blocks to a constant-space Merkle root/branch algorithm.Pieter Wuille2015-11-271-1/+2
* | Implement helper class for CTxMemPoolEntry constructorAlex Morcos2015-11-161-12/+16
* | Chainparams: Explicit CChainParams arg for miner:Jorge Timón2015-11-111-13/+13
* | Chainparams: Explicit CChainParams arg for main (pre miner):Jorge Timón2015-11-111-1/+2
|/
* Revert "Revert "Enable policy enforcing GetMedianTimePast as the end point of...Gregory Maxwell2015-11-031-3/+4
* Revert "Enable policy enforcing GetMedianTimePast as the end point of lock-ti...Gregory Maxwell2015-11-011-4/+3
* Enable policy enforcing GetMedianTimePast as the end point of lock-time const...Mark Friedenbach2015-10-231-3/+4
* Do not store Merkle branches in the wallet.Pieter Wuille2015-09-221-1/+1
* TRIVIAL: Missing includesJorge Timón2015-07-231-0/+5