index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
miner_tests.cpp
Age
Commit message (
Expand
)
Author
2015-04-30
checkpoints: move the checkpoints enable boolean into main
Cory Fields
2015-04-10
Revert mining changes in #5957
Wladimir J. van der Laan
2015-04-01
Bugfix: make CreateNewBlock return pindexPrev
Pieter Wuille
2015-03-03
Reinitialize state in between individual unit tests.
Pieter Wuille
2014-12-16
Remove references to X11 licence
Michael Ford
2014-11-24
Merge pull request #1816
Wladimir J. van der Laan
2014-11-18
miner_tests: Disable checkpoints so they don't fail the subsidy-change test
Luke Dashjr
2014-11-04
Merge pull request #5162
Wladimir J. van der Laan
2014-11-03
Merge pull request #5106
Wladimir J. van der Laan
2014-10-31
boost: moveonly: split CPubKey and friends to new files
Cory Fields
2014-10-28
Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and d...
Luke Dashjr
2014-10-17
script: move CScriptID to standard.h and add a ctor for creating them from CS...
Cory Fields
2014-10-02
Switch testing framework from MAIN to new UNITTEST network
SergioDemianLerner
2014-10-02
Revert merge of pull #4845
Wladimir J. van der Laan
2014-09-29
Switch testing framework from MAIN to new UNITTEST network
SergioDemianLerner
2014-09-16
Move CTxDestination from script/script to script/standard
Pieter Wuille
2014-06-21
Add CMutableTransaction and make CTransaction immutable.
Pieter Wuille
2014-06-21
Switch miner.cpp to use sha2 instead of OpenSSL.
Pieter Wuille
2014-03-18
Add licenses for tests and test data
Wladimir J. van der Laan
2014-01-26
Fix off-by-one errors in use of IsFinalTx()
Peter Todd
2013-12-19
Make bitcoin compile without wallet if "db_cxx.h" is not present
Thomas Holenstein
2013-12-09
Re-enable miner tests in --disable-wallet mode
Wladimir J. van der Laan
2013-12-02
Make unit tests succeed with -DDEBUG_LOCKORDER
Gavin Andresen
2013-11-30
Add verbose boolean to getrawmempool
Gavin Andresen
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-11
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-09-19
Fix minor unit test memory leaks
Pieter Wuille
2013-08-24
CreateNewBlock() now takes scriptPubKey argument,
Jeff Garzik
2013-07-31
Move internal miner/block creation to separate miner.cpp module.
Jeff Garzik
2013-01-30
CValidationState framework
Pieter Wuille
2012-12-19
changed CreateNewBlock to return a CBlockTemplate object, which includes per-...
Forrest Voight
2012-08-20
Set block.nVersion to fix miner unit test
Gavin Andresen
2012-07-12
Tests for CreateNewBlock
Luke Dashjr
2012-04-17
Fix tests after recent refactors
Pieter Wuille
2011-12-19
Rework unit tests so test_bitcoin.cpp does not #include them all
Gavin Andresen
2011-10-05
Fix miner_test unit test bug
Gavin Andresen
2011-09-30
remove cryptopp dependency, add simple unittest for SHA256Transform()
Nils Schneider