aboutsummaryrefslogtreecommitdiff
path: root/src/core.h
Commit message (Expand)AuthorAgeFilesLines
* MOVEONLY: core.o -> core/block.ojtimon2014-10-271-168/+0
* MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (fromjtimon2014-10-271-30/+0
* MOVEONLY: separate CTxUndo out of corejtimon2014-10-271-59/+0
* MOVEONLY: Separate CTransaction and dependencies from corejtimon2014-10-271-269/+1
* MOVEONLY: Move CFeeRate and Amount constants to amount.ojtimon2014-10-271-41/+0
* MOVEONLY: CInPoint from core to txmempooljtimon2014-10-171-13/+0
* Merge pull request #4926Pieter Wuille2014-10-021-1/+5
|\
| * Do merkle root and txid duplicates check simultaneouslyPieter Wuille2014-09-241-1/+5
* | Use a typedef for monetary valuesMark Friedenbach2014-09-261-10/+11
|/
* Merge pull request #4817Pieter Wuille2014-09-151-0/+3
|\
| * Track modified size in TxMemPoolEntry so that we can correctly compute priority.Alex Morcos2014-09-081-0/+3
* | Separate CScriptCompressorjtimon2014-09-081-1/+2
* | Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon2014-09-081-1/+1
* | Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODSPieter Wuille2014-09-021-11/+11
* | Serializer simplifications after IMPLEMENT_SERIALIZE overhaulPieter Wuille2014-09-011-5/+2
|/
* Merge pull request #4737Pieter Wuille2014-09-011-25/+62
|\
| * Use CSizeComputer to avoid counting sizes in SerializationOpPieter Wuille2014-08-311-44/+13
| * rework overhauled serialization methods to non-staticKamil Domanski2014-08-311-65/+65
| * overhaul serialization codeKamil Domanski2014-08-311-50/+118
* | Merge pull request #4779Wladimir J. van der Laan2014-09-011-1/+1
|\ \ | |/ |/|
| * add missing header end commentsPhilip Kaufmann2014-08-281-1/+1
* | changed field types in some structures to equivalent unambiguous typesKamil Domanski2014-08-301-24/+24
|/
* Move `COIN` and `CENT` to core.hWladimir J. van der Laan2014-08-261-0/+3
* Remove print() from core functionsWladimir J. van der Laan2014-08-201-5/+1
* Revert "Relay double-spends, subject to anti-DOS"Wladimir J. van der Laan2014-07-211-3/+0
* Move fee policy out of coreGavin Andresen2014-07-031-4/+2
* Use fee/priority estimates in wallet CreateTransactionGavin Andresen2014-07-031-1/+2
* Relay double-spends, subject to anti-DOSTom Harding2014-06-271-0/+3
* Code simplifications after CTransaction::GetHash() cachingPieter Wuille2014-06-221-6/+0
* Add CMutableTransaction and make CTransaction immutable.Pieter Wuille2014-06-211-31/+62
* estimatefee / estimatepriority RPC methodsGavin Andresen2014-06-061-0/+3
* Type-safe CFeeRate classGavin Andresen2014-06-061-7/+30
* remove CTransaction::IsNewerThan which is never usedKamil Domanski2014-05-201-1/+0
* 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