aboutsummaryrefslogtreecommitdiff
path: root/src/core.h
AgeCommit message (Expand)Author
2014-09-01Merge pull request #4737Pieter Wuille
2014-09-01Merge pull request #4779Wladimir J. van der Laan
2014-08-31Use CSizeComputer to avoid counting sizes in SerializationOpPieter Wuille
2014-08-31rework overhauled serialization methods to non-staticKamil Domanski
2014-08-31overhaul serialization codeKamil Domanski
2014-08-30changed field types in some structures to equivalent unambiguous typesKamil Domanski
2014-08-28add missing header end commentsPhilip Kaufmann
2014-08-26Move `COIN` and `CENT` to core.hWladimir J. van der Laan
2014-08-20Remove print() from core functionsWladimir J. van der Laan
2014-07-21Revert "Relay double-spends, subject to anti-DOS"Wladimir J. van der Laan
2014-07-03Move fee policy out of coreGavin Andresen
2014-07-03Use fee/priority estimates in wallet CreateTransactionGavin Andresen
2014-06-27Relay double-spends, subject to anti-DOSTom Harding
2014-06-22Code simplifications after CTransaction::GetHash() cachingPieter Wuille
2014-06-21Add CMutableTransaction and make CTransaction immutable.Pieter Wuille
2014-06-06estimatefee / estimatepriority RPC methodsGavin Andresen
2014-06-06Type-safe CFeeRate classGavin Andresen
2014-05-20remove CTransaction::IsNewerThan which is never usedKamil Domanski
2014-02-24Merge pull request #3305 from mikehearn/fee_dropJeff Garzik
2013-11-30Add verbose boolean to getrawmempoolGavin Andresen
2013-11-30Refactor: move GetValueIn(tx) to tx.GetValueIn()Gavin Andresen
2013-11-26Drop fees by 10x due to the persistently higher exchange rate.Mike Hearn
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