aboutsummaryrefslogtreecommitdiff
path: root/src/test/miner_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * [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
* Merge pull request #6222Wladimir J. van der Laan2015-06-101-0/+1
|\
| * Explicitly set tx.nVersion for the genesis block and mining testsMark Friedenbach2015-06-021-0/+1
* | Be stricter in processing unrequested blocksSuhas Daftuar2015-06-021-1/+1
|/
* Merge pull request #6183Wladimir J. van der Laan2015-06-011-4/+6
|\
| * Fix off-by-one error w/ nLockTime in the walletPeter Todd2015-05-271-4/+6
* | Consensus: MOVEONLY: Move CValidationState from main consensus/validationjtimon2015-05-151-0/+1
|/
* checkpoints: move the checkpoints enable boolean into mainCory Fields2015-04-301-2/+2
* Revert mining changes in #5957Wladimir J. van der Laan2015-04-101-14/+13
* Bugfix: make CreateNewBlock return pindexPrevPieter Wuille2015-04-011-13/+14
* Reinitialize state in between individual unit tests.Pieter Wuille2015-03-031-1/+3
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* Merge pull request #1816Wladimir J. van der Laan2014-11-241-0/+2
|\
| * miner_tests: Disable checkpoints so they don't fail the subsidy-change testLuke Dashjr2014-11-181-0/+2
* | Merge pull request #5162Wladimir J. van der Laan2014-11-041-0/+1
|\ \ | |/ |/|
| * boost: moveonly: split CPubKey and friends to new filesCory Fields2014-10-311-0/+1
* | Merge pull request #5106Wladimir J. van der Laan2014-11-031-1/+1
|\ \ | |/ |/|
| * Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and d...Luke Dashjr2014-10-281-1/+1
* | script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields2014-10-171-1/+1
|/
* Switch testing framework from MAIN to new UNITTEST networkSergioDemianLerner2014-10-021-0/+1
* Revert merge of pull #4845Wladimir J. van der Laan2014-10-021-1/+0
* Switch testing framework from MAIN to new UNITTEST networkSergioDemianLerner2014-09-291-0/+1
* Move CTxDestination from script/script to script/standardPieter Wuille2014-09-161-1/+1