| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |