aboutsummaryrefslogtreecommitdiff
path: root/src/validation.cpp
AgeCommit message (Expand)Author
2017-02-22Return errors from importmulti if complete rescans are not successfulRussell Yanofsky
2017-02-21Read/write mempool.dat as a binary.Pavel Janík
2017-02-15Harden against mistakes handling invalid blocksSuhas Daftuar
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
2017-01-19Use incrementalRelayFee for BIP 125 replacementAlex Morcos
2017-01-19Move wallet callbacks into cs_main (this effectively reverts #7946)Matt Corallo
2017-01-19Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...Wladimir J. van der Laan
2017-01-16Merge #9484: Introduce assumevalid setting to skip validation presumed valid ...Pieter Wuille
2017-01-13Merge #9490: Replace FindLatestBefore used by importmuti with FindEarliestAtL...Pieter Wuille
2017-01-13Merge #9375: Relay compact block messages prior to full block connectionPieter Wuille
2017-01-13Introduce assumevalid setting to skip presumed valid scripts.Gregory Maxwell
2017-01-12Add comment to describe callers to ActivateBestChainMatt Corallo
2017-01-12Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.Gregory Maxwell
2017-01-12Merge #9472: Disentangle progress estimation from checkpoints and update itWladimir J. van der Laan
2017-01-11Use a temp pindex to avoid a const_cast in ProcessNewBlockHeadersMatt Corallo
2017-01-11Shorten variable names and switch to tx/sPieter Wuille
2017-01-10Don't overwrite validation state with corruption checkAlex Morcos
2017-01-10Add pruneblockchain RPC to enable manual block file pruning.mrbandrews
2017-01-09Make ATMP optionally return the CTransactionRefs it replacedMatt Corallo
2017-01-06Merge #9408: Allow shutdown during LoadMempool, dump only when necessaryPieter Wuille
2017-01-05Merge #9138: Improve fee estimationPieter Wuille
2017-01-05Merge #8610: Share unused mempool memory with coincachePieter Wuille
2017-01-05Add a CValidationInterface::NewPoWValidBlock callbackMatt Corallo
2017-01-04Remove SIGCHECK_VERIFICATION_FACTORPieter Wuille
2017-01-04Move tx estimation data out of CCheckPointDataPieter Wuille
2017-01-04[MOVEONLY] Move progress estimation out of checkpointsPieter Wuille
2017-01-04Call AcceptBlock with the block's shared_ptr instead of CBlock&Matt Corallo
2017-01-04Make CBlockIndex*es in net_processing constMatt Corallo
2017-01-04Merge #9107: Safer modify new coinsPieter Wuille
2017-01-04Add IsCurrentForFeeEstimatationAlex Morcos
2017-01-04Always update fee estimates on new blocks.Alex Morcos
2017-01-04Remove member variable hadNoDependencies from CTxMemPoolEntryAlex Morcos
2017-01-04Don't track transactions at all during IBD.Alex Morcos
2017-01-04Fix dangerous condition in ModifyNewCoins.Alex Morcos
2016-12-23Allow shutdown during LoadMempool, dump only when necessaryJonas Schnelli
2016-12-22Share unused mempool memory with coincachePieter Wuille
2016-12-21Make AcceptToMemoryPool take CTransactionRefPieter Wuille
2016-12-21Merge #8589: Inline CTxInWitness inside CTxInWladimir J. van der Laan
2016-12-19Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runaw...Wladimir J. van der Laan
2016-12-14Merge #9273: Remove unused CDiskBlockPos* argument from ProcessNewBlockWladimir J. van der Laan