aboutsummaryrefslogtreecommitdiff
path: root/src/test/miner_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add CMutableTransaction and make CTransaction immutable.Pieter Wuille2014-06-211-5/+7
* Switch miner.cpp to use sha2 instead of OpenSSL.Pieter Wuille2014-06-211-28/+0
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-1/+3
* Fix off-by-one errors in use of IsFinalTx()Peter Todd2014-01-261-1/+50
* Make bitcoin compile without wallet if "db_cxx.h" is not presentThomas Holenstein2013-12-191-1/+0
* Re-enable miner tests in --disable-wallet modeWladimir J. van der Laan2013-12-091-13/+12
* Make unit tests succeed with -DDEBUG_LOCKORDERGavin Andresen2013-12-021-0/+2
* Add verbose boolean to getrawmempoolGavin Andresen2013-11-301-10/+10
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-3/+5
* Refactor/encapsulate chain globals into a CChain classPieter Wuille2013-10-111-6/+6
* Fix minor unit test memory leaksPieter Wuille2013-09-191-0/+4
* CreateNewBlock() now takes scriptPubKey argument,Jeff Garzik2013-08-241-11/+11
* Move internal miner/block creation to separate miner.cpp module.Jeff Garzik2013-07-311-0/+1
* CValidationState frameworkPieter Wuille2013-01-301-1/+3