| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move CBlockLocator to core.h | Pieter Wuille | 2013-10-15 | 1 | -0/+34 |
| * | Skip unspendable outputs in consistency check | Pieter Wuille | 2013-09-24 | 1 | -5/+9 |
| * | Prune provably-unspendable outputs | Pieter Wuille | 2013-07-10 | 1 | -1/+7 |
| * | Move core implementations to core.cpp | Pieter Wuille | 2013-06-25 | 1 | -227/+22 |
| * | Moved CBlock from main.h to core.h | Eric Lombrozo | 2013-06-23 | 1 | -0/+123 |
| * | fix comment about dust logic | Cozz Lovan | 2013-06-11 | 1 | -2/+2 |
| * | Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core. | Eric Lombrozo | 2013-06-05 | 1 | -0/+61 |
| * | Moved CCoins, CTxOutCompressor, CTxInUndo, and CTxUndo to core. | Eric Lombrozo | 2013-06-05 | 1 | -0/+332 |
| * | Removed AcceptToMemoryPool method from CTransaction. This method belongs to t... | Eric Lombrozo | 2013-06-05 | 1 | -1/+276 |
| * | Moved CInPoint to core. Removed GetMinFee from CTransaction and made it a reg... | Eric Lombrozo | 2013-06-05 | 1 | -0/+15 |
| * | Created core.h/core.cpp, added to makefiles. Started moving core structures f... | Eric Lombrozo | 2013-06-05 | 1 | -0/+53 |