aboutsummaryrefslogtreecommitdiff
path: root/src/core.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3305 from mikehearn/fee_dropJeff Garzik2014-02-241-2/+2
|\
| * Drop fees by 10x due to the persistently higher exchange rate.Mike Hearn2013-11-261-2/+2
* | Add verbose boolean to getrawmempoolGavin Andresen2013-11-301-2/+5
* | Refactor: move GetValueIn(tx) to tx.GetValueIn()Gavin Andresen2013-11-301-0/+9
|/
* Move CCoins-related logic to coins.{cpp.h}Pieter Wuille2013-11-101-228/+0
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-14/+17
* Generalize the remove-outputs check for fully-prunable transactions.Pieter Wuille2013-10-281-0/+3
* Move CBlockLocator to core.hPieter Wuille2013-10-151-0/+34
* Skip unspendable outputs in consistency checkPieter Wuille2013-09-241-5/+9
* Prune provably-unspendable outputsPieter Wuille2013-07-101-1/+7
* Move core implementations to core.cppPieter Wuille2013-06-251-227/+22
* Moved CBlock from main.h to core.hEric Lombrozo2013-06-231-0/+123
* fix comment about dust logicCozz Lovan2013-06-111-2/+2
* Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core.Eric Lombrozo2013-06-051-0/+61
* Moved CCoins, CTxOutCompressor, CTxInUndo, and CTxUndo to core.Eric Lombrozo2013-06-051-0/+332
* Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo2013-06-051-1/+276
* Moved CInPoint to core. Removed GetMinFee from CTransaction and made it a reg...Eric Lombrozo2013-06-051-0/+15
* Created core.h/core.cpp, added to makefiles. Started moving core structures f...Eric Lombrozo2013-06-051-0/+53