aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
AgeCommit message (Expand)Author
2015-03-27Add a consistency check for the block chain data structuresPieter Wuille
2015-03-26don't trickle for whitelisted nodesRuben de Vries
2014-12-22remove max orphan blocks config parameter since it is no longer functionalJameson Lopp
2014-12-05Merge pull request #5181Wladimir J. van der Laan
2014-12-05Move CMerkleBlock and CPartialMerkleTree to their own fileMatt Corallo
2014-12-04Merge pull request #5394Wladimir J. van der Laan
2014-12-03Merge pull request #5306Wladimir J. van der Laan
2014-12-03MOVEONLY: core/ -> primitives/Luke Dashjr
2014-12-02Report script evaluation failures in log and reject messagesPieter Wuille
2014-12-02Make comments in main an init doxygen compatibleMichael Ford
2014-11-28Merge pull request #5316Wladimir J. van der Laan
2014-11-27Remove -printblock, -printblocktree, and -printblockindexPieter Wuille
2014-11-26Add 'invalidateblock' and 'reconsiderblock' RPC commands.Pieter Wuille
2014-11-24Improve chainstate/blockindex disk writing policyPieter Wuille
2014-11-18TestBlockValidity function for CBlock proposals (used by CreateNewBlock)Luke Dashjr
2014-11-18Abstract context-dependent block checking from acceptanceLuke Dashjr
2014-11-03Merge pull request #5186Wladimir J. van der Laan
2014-11-03Merge pull request #5106Wladimir J. van der Laan
2014-10-31minor cleanup: include orders, end comments etc.Philip Kaufmann
2014-10-28Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and d...Luke Dashjr
2014-10-27MOVEONLY: core.o -> core/block.ojtimon
2014-10-27MOVEONLY: separate CTxUndo out of corejtimon
2014-10-27MOVEONLY: Separate CTransaction and dependencies from corejtimon
2014-10-27MOVEONLY: Move CFeeRate and Amount constants to amount.ojtimon
2014-10-22Merge pull request #4981Wladimir J. van der Laan
2014-10-21Add CValidationInterface::BlockChecked notificationLuke Dashjr
2014-10-20Rename CWalletInterface to CValidationInterfacePieter Wuille
2014-10-17script: add a slew of includes all around and drop includes from script.hCory Fields
2014-10-14RPC additions after headers-firstPieter Wuille
2014-10-14Headers-first synchronizationPieter Wuille
2014-10-06Merge pull request #5036Wladimir J. van der Laan
2014-10-02Don't translate state.Abort() messagesWladimir J. van der Laan
2014-10-02Replace SCRIPT_VERIFY_NOCACHE by flag directly to checkerPieter Wuille
2014-10-02Make signature cache optionalPieter Wuille
2014-10-01Merge pull request #4234Wladimir J. van der Laan
2014-09-29Merge pull request #4796Pieter Wuille
2014-09-26Use a typedef for monetary valuesMark Friedenbach
2014-09-17Merge pull request #4555Wladimir J. van der Laan
2014-09-16Merge pull request #4875Pieter Wuille
2014-09-12Remove CScriptCheck::nHashType (was always 0)jtimon
2014-09-12Remove unused function main:VerifySignaturejtimon
2014-09-10Store fewer orphan tx by default, add -maxorphantx optionGavin Andresen
2014-09-10When reindexing check for file before trying to open (refactored)Suhas Daftuar
2014-09-08Move CBlockIndex, CChain and related code out of mainjtimon
2014-09-08Decouple CChain from mapBlockIndexjtimon
2014-09-08Separate script/standardjtimon
2014-09-08Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon
2014-09-04Use boost::unordered_map for mapBlockIndexPieter Wuille
2014-09-04Introduce BlockMap type for mapBlockIndexPieter Wuille
2014-09-03Merge pull request #4808Pieter Wuille