aboutsummaryrefslogtreecommitdiff
path: root/src/validation.cpp
AgeCommit message (Expand)Author
2017-04-13Remove CValidationInterface::UpdatedTransactionMatt Corallo
2017-04-10Make DisconnectBlock and ConnectBlock static in validation.cppMatt Corallo
2017-04-10Merge #9725: CValidationInterface CleanupsWladimir J. van der Laan
2017-04-10Merge #10135: [p2p] Send the correct error code in reject messagesWladimir J. van der Laan
2017-04-07SyncTransaction->TxAddedToMempool/BlockConnected/DisconnectedMatt Corallo
2017-04-07Handle SyncTransaction in ActivateBestChain instead of ConnectTraceMatt Corallo
2017-04-07Keep conflictedTxs in ConnectTrace per-blockMatt Corallo
2017-04-07Handle conflicted transactions directly in ConnectTraceMatt Corallo
2017-04-07Make ConnectTrace::blocksConnected private, hide behind accessorsMatt Corallo
2017-04-07Add pblock to connectTrace at the end of ConnectTip, not startMatt Corallo
2017-04-06Merge #9902: Lightweight abstraction of boost::filesystemWladimir J. van der Laan
2017-04-05Merge #10133: Clean up calculations of pcoinsTip memory usageWladimir J. van der Laan
2017-04-03Use fsbridge for fopen and freopenWladimir J. van der Laan
2017-04-03Replace uses of boost::filesystem with fsWladimir J. van der Laan
2017-04-03Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan
2017-04-02Make GetWitnessCommitmentIndex callable on blocks without a coinbase txn.Gregory Maxwell
2017-04-01Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell
2017-03-31Make threshold for flushing more conservative.Alex Morcos
2017-03-31Send the correct error code in reject messagesJohn Newbery
2017-03-31Make pcoinsTip memory calculations consistentAlex Morcos
2017-03-30Compensate for memory peak at flush timePieter Wuille
2017-03-21[trivial] Fix typos in commentspracticalswift
2017-03-14Merge #8665: Assert all the things!Wladimir J. van der Laan
2017-03-07Merge #9548: Remove min reasonable feeWladimir J. van der Laan
2017-03-07Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan
2017-03-03[cleanup] Remove coin age priority completely.Alex Morcos
2017-03-03[rpc] Remove priorityDelta from prioritisetransactionAlex Morcos
2017-03-03No longer allow "free" transactionsAlex Morcos
2017-03-03Define 7200 second timestamp window constantRussell Yanofsky
2017-02-22Merge #9773: Return errors from importmulti if complete rescans are not succe...Wladimir J. van der Laan
2017-02-22Merge #9801: Removed redundant parameter from mempool.PrioritiseTransactionWladimir J. van der Laan
2017-02-21Removed redundant parameter from mempool.PrioritiseTransactiongubatron
2017-02-20Read/write mempool.dat as a binary.Pavel Janík
2017-02-19Assert ConnectBlock block and pIndex are the same blockNicolasDorier
2017-02-18Merge #9696: [trivial] Fix recently introduced typos in commentsMarcoFalke
2017-02-17Return errors from importmulti if complete rescans are not successfulRussell Yanofsky
2017-02-15Harden against mistakes handling invalid blocksSuhas Daftuar
2017-02-15ContextualCheckBlockHeader should never have pindexPrev to NULLNicolasDorier
2017-02-14[trivial] Fix recently introduced typos in commentspracticalswift
2017-01-30Merge #9644: [refactor] Remove using namespace <xxx> from src/MarcoFalke
2017-01-30Merge #9615: Wallet incremental feeWladimir J. van der Laan
2017-01-27Refactor: Remove using namespace <xxx> from src/*.cpp.Karl-Johan Alm
2017-01-26Merge #9519: Exclude RBF replacement txs from fee estimationWladimir J. van der Laan
2017-01-24[Trivial] fix logging typo in FlushStateToDisk()John Newbery
2017-01-23Introduce MemPoolConflictRemovalTrackerAlex Morcos
2017-01-23mempool: add notification for added/removed entriesWladimir J. van der Laan
2017-01-23Merge #9596: [bugfix] save feeDelta instead of priorityDelta in DumpMempoolPieter Wuille
2017-01-23Merge #9511: Don't overwrite validation state with corruption checkWladimir J. van der Laan
2017-01-20Exclude RBF txs from fee estimationAlex Morcos
2017-01-19[bugfix] save feeDelta instead of priorityDelta in DumpMempoolAlex Morcos