Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-24 | CreateNewBlock() now takes scriptPubKey argument, | Jeff Garzik | |
rather than a key. CreateNewBlockWithKey() helper is added to restore existing functionality, making this an equivalent-transformation change. | |||
2013-07-31 | Move internal miner/block creation to separate miner.cpp module. | Jeff Garzik | |
Public functions referenced elsewhere are added to miner.h. | |||
2013-01-30 | CValidationState framework | Pieter Wuille | |
2012-12-19 | changed CreateNewBlock to return a CBlockTemplate object, which includes ↵ | Forrest Voight | |
per-tx fee and sigop count data | |||
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 | |