14 Commits (98c7c8fd1d3712e02be0e9f2eeca7e02aa54d197)

Author SHA1 Message Date
Pieter Wuille a0fa20a12b Move CCoins-related logic to coins.{cpp.h} 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Pieter Wuille 170e02deaf Generalize the remove-outputs check for fully-prunable transactions. 11 years ago
Pieter Wuille f9b15a4fc9 Move CBlockLocator to core.h 11 years ago
Pieter Wuille 99740bab9c Skip unspendable outputs in consistency check 11 years ago
Pieter Wuille ec84e81e83 Prune provably-unspendable outputs 11 years ago
Pieter Wuille f121db58e4 Move core implementations to core.cpp 11 years ago
Eric Lombrozo 33944573ca Moved CBlock from main.h to core.h 11 years ago
Cozz Lovan 346427f01b fix comment about dust logic 11 years ago
Eric Lombrozo aabdf9e899 Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core. 11 years ago
Eric Lombrozo 65e7bbef74 Moved CCoins, CTxOutCompressor, CTxInUndo, and CTxUndo to core. 11 years ago
Eric Lombrozo 05df3fc68d Removed AcceptToMemoryPool method from CTransaction. This method belongs to the mempool instance. 11 years ago
Eric Lombrozo 788536f175 Moved CInPoint to core. Removed GetMinFee from CTransaction and made it a regular function in main. 11 years ago
Eric Lombrozo effc2770f5 Created core.h/core.cpp, added to makefiles. Started moving core structures from main to core beginning with COutPoint. 11 years ago