index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
miner_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #6222
Wladimir J. van der Laan
2015-06-10
1
-0
/
+1
|
\
|
*
Explicitly set tx.nVersion for the genesis block and mining tests
Mark Friedenbach
2015-06-02
1
-0
/
+1
*
|
Be stricter in processing unrequested blocks
Suhas Daftuar
2015-06-02
1
-1
/
+1
|
/
*
Merge pull request #6183
Wladimir J. van der Laan
2015-06-01
1
-4
/
+6
|
\
|
*
Fix off-by-one error w/ nLockTime in the wallet
Peter Todd
2015-05-27
1
-4
/
+6
*
|
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
jtimon
2015-05-15
1
-0
/
+1
|
/
*
checkpoints: move the checkpoints enable boolean into main
Cory Fields
2015-04-30
1
-2
/
+2
*
Revert mining changes in #5957
Wladimir J. van der Laan
2015-04-10
1
-14
/
+13
*
Bugfix: make CreateNewBlock return pindexPrev
Pieter Wuille
2015-04-01
1
-13
/
+14
*
Reinitialize state in between individual unit tests.
Pieter Wuille
2015-03-03
1
-1
/
+3
*
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
*
Merge pull request #1816
Wladimir J. van der Laan
2014-11-24
1
-0
/
+2
|
\
|
*
miner_tests: Disable checkpoints so they don't fail the subsidy-change test
Luke Dashjr
2014-11-18
1
-0
/
+2
*
|
Merge pull request #5162
Wladimir J. van der Laan
2014-11-04
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
boost: moveonly: split CPubKey and friends to new files
Cory Fields
2014-10-31
1
-0
/
+1
*
|
Merge pull request #5106
Wladimir J. van der Laan
2014-11-03
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and d...
Luke Dashjr
2014-10-28
1
-1
/
+1
*
|
script: move CScriptID to standard.h and add a ctor for creating them from CS...
Cory Fields
2014-10-17
1
-1
/
+1
|
/
*
Switch testing framework from MAIN to new UNITTEST network
SergioDemianLerner
2014-10-02
1
-0
/
+1
*
Revert merge of pull #4845
Wladimir J. van der Laan
2014-10-02
1
-1
/
+0
*
Switch testing framework from MAIN to new UNITTEST network
SergioDemianLerner
2014-09-29
1
-0
/
+1
*
Move CTxDestination from script/script to script/standard
Pieter Wuille
2014-09-16
1
-1
/
+1
*
Add CMutableTransaction and make CTransaction immutable.
Pieter Wuille
2014-06-21
1
-5
/
+7
*
Switch miner.cpp to use sha2 instead of OpenSSL.
Pieter Wuille
2014-06-21
1
-28
/
+0
*
Add licenses for tests and test data
Wladimir J. van der Laan
2014-03-18
1
-1
/
+3
*
Fix off-by-one errors in use of IsFinalTx()
Peter Todd
2014-01-26
1
-1
/
+50
*
Make bitcoin compile without wallet if "db_cxx.h" is not present
Thomas Holenstein
2013-12-19
1
-1
/
+0
*
Re-enable miner tests in --disable-wallet mode
Wladimir J. van der Laan
2013-12-09
1
-13
/
+12
*
Make unit tests succeed with -DDEBUG_LOCKORDER
Gavin Andresen
2013-12-02
1
-0
/
+2
*
Add verbose boolean to getrawmempool
Gavin Andresen
2013-11-30
1
-10
/
+10
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-3
/
+5
*
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-10-11
1
-6
/
+6
*
Fix minor unit test memory leaks
Pieter Wuille
2013-09-19
1
-0
/
+4
*
CreateNewBlock() now takes scriptPubKey argument,
Jeff Garzik
2013-08-24
1
-11
/
+11
*
Move internal miner/block creation to separate miner.cpp module.
Jeff Garzik
2013-07-31
1
-0
/
+1
*
CValidationState framework
Pieter Wuille
2013-01-30
1
-1
/
+3
*
changed CreateNewBlock to return a CBlockTemplate object, which includes per-...
Forrest Voight
2012-12-19
1
-22
/
+23
*
Set block.nVersion to fix miner unit test
Gavin Andresen
2012-08-20
1
-0
/
+1
*
Tests for CreateNewBlock
Luke Dashjr
2012-07-12
1
-0
/
+190
*
Fix tests after recent refactors
Pieter Wuille
2012-04-17
1
-1
/
+2
*
Rework unit tests so test_bitcoin.cpp does not #include them all
Gavin Andresen
2011-12-19
1
-1
/
+1
*
Fix miner_test unit test bug
Gavin Andresen
2011-10-05
1
-3
/
+3
*
remove cryptopp dependency, add simple unittest for SHA256Transform()
Nils Schneider
2011-09-30
1
-0
/
+35
[prev]