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
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