aboutsummaryrefslogtreecommitdiff
path: root/src/core.h
AgeCommit message (Expand)Author
2013-11-30Add verbose boolean to getrawmempoolGavin Andresen
2013-11-30Refactor: move GetValueIn(tx) to tx.GetValueIn()Gavin Andresen
2013-11-10Move CCoins-related logic to coins.{cpp.h}Pieter Wuille
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-10-28Generalize the remove-outputs check for fully-prunable transactions.Pieter Wuille
2013-10-15Move CBlockLocator to core.hPieter Wuille
2013-09-24Skip unspendable outputs in consistency checkPieter Wuille
2013-07-10Prune provably-unspendable outputsPieter Wuille
2013-06-25Move core implementations to core.cppPieter Wuille
2013-06-23Moved CBlock from main.h to core.hEric Lombrozo
2013-06-11fix comment about dust logicCozz Lovan
2013-06-05Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core.Eric Lombrozo
2013-06-05Moved CCoins, CTxOutCompressor, CTxInUndo, and CTxUndo to core.Eric Lombrozo
2013-06-05Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo
2013-06-05Moved CInPoint to core. Removed GetMinFee from CTransaction and made it a reg...Eric Lombrozo
2013-06-05Created core.h/core.cpp, added to makefiles. Started moving core structures f...Eric Lombrozo