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
*
Rewrite CreateNewBlock
Alex Morcos
2015-12-01
1
-24
/
+36
*
Merge pull request #6915
Wladimir J. van der Laan
2015-12-01
1
-11
/
+13
|
\
|
*
Track coinbase spends in CTxMemPoolEntry
Suhas Daftuar
2015-11-30
1
-11
/
+13
*
|
Merge pull request #6914
Wladimir J. van der Laan
2015-12-01
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Prevector type
Pieter Wuille
2015-11-13
1
-1
/
+1
*
|
Switch blocks to a constant-space Merkle root/branch algorithm.
Pieter Wuille
2015-11-27
1
-1
/
+2
*
|
Implement helper class for CTxMemPoolEntry constructor
Alex Morcos
2015-11-16
1
-12
/
+16
*
|
Chainparams: Explicit CChainParams arg for miner:
Jorge Timón
2015-11-11
1
-13
/
+13
*
|
Chainparams: Explicit CChainParams arg for main (pre miner):
Jorge Timón
2015-11-11
1
-1
/
+2
|
/
*
Revert "Revert "Enable policy enforcing GetMedianTimePast as the end point of...
Gregory Maxwell
2015-11-03
1
-3
/
+4
*
Revert "Enable policy enforcing GetMedianTimePast as the end point of lock-ti...
Gregory Maxwell
2015-11-01
1
-4
/
+3
*
Enable policy enforcing GetMedianTimePast as the end point of lock-time const...
Mark Friedenbach
2015-10-23
1
-3
/
+4
*
Do not store Merkle branches in the wallet.
Pieter Wuille
2015-09-22
1
-1
/
+1
*
TRIVIAL: Missing includes
Jorge Timón
2015-07-23
1
-0
/
+5
*
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
[next]