aboutsummaryrefslogtreecommitdiff
path: root/src/validation.h
AgeCommit message (Expand)Author
2017-11-02Deprecate confusing blockmaxsize, fix getmininginfo outputMatt Corallo
2017-11-02Disconnect outbound peers relaying invalid headersSuhas Daftuar
2017-11-02Allow setting nMinimumChainWork on command lineSuhas Daftuar
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-08-01Merge #10758: Fix some chainstate-init-order bugs.Wladimir J. van der Laan
2017-07-27More user-friendly error message if UTXO DB runs ahead of block DBMatt Corallo
2017-07-27Fix some LoadChainTip-related init-order bugs.Matt Corallo
2017-07-18Avoid redundant redeclaration of GetWarnings(const string&)practicalswift
2017-06-29Merge #10192: Cache full script execution results in addition to signaturesWladimir J. van der Laan
2017-06-26Non-atomic flushing using the blockchain as replay journalPieter Wuille
2017-06-20Merge #10503: Use REJECT_DUPLICATE for already known and conflicted txnPieter Wuille
2017-06-12Remove unnecessary forward class declarations in header filespracticalswift
2017-06-12Merge #10550: Don't return stale data from CCoinsViewCache::Cursor()Wladimir J. van der Laan
2017-06-07Don't return stale data from CCoinsViewCache::Cursor()Russell Yanofsky
2017-06-07Cache full script execution results in addition to signaturesMatt Corallo
2017-06-07Use std::unordered_{map,set} (C++11) instead of boost::unordered_{map,set}practicalswift
2017-06-06Make functions in validation.cpp static and pass chainparamsMario Dian
2017-06-02Use REJECT_DUPLICATE for already known and conflicted txnPieter Wuille
2017-06-01Merge #10195: Switch chainstate db and cache to per-txout modelPieter Wuille
2017-06-01Only pass things committed to by tx's witness hash to CScriptCheckMatt Corallo
2017-05-30Merge #9208: Improve DisconnectTip performanceWladimir J. van der Laan
2017-05-26Broadcast address every day, not 9 hoursPieter Wuille
2017-05-23Merge #9571: RPC: getblockchaininfo returns BIP signaling statisticsWladimir J. van der Laan
2017-05-18Merge #8329: Consensus: MOVEONLY: Move functions for tx verificationWladimir J. van der Laan
2017-05-04Store disconnected block transactions outside mempool during reorgSuhas Daftuar
2017-05-03Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus moduleJorge Timón
2017-05-03Merge #9966: Control mempool persistence using a command line parameterWladimir J. van der Laan
2017-04-27Add -stopatheight for benchmarkingPieter Wuille
2017-04-20Merge #10181: Include cleanupWladimir J. van der Laan
2017-04-20Merge #9942: Refactor CBlockPolicyEstimatorWladimir J. van der Laan
2017-04-13Trivial: Remove unneeded includes from .h:Jorge Timón
2017-04-10Make DisconnectBlock and ConnectBlock static in validation.cppMatt Corallo
2017-04-10Make feeEstimator its own global instance of CBlockPolicyEstimatorAlex Morcos
2017-04-06MOVEONLY: tx functions to consensus/tx_verify.oJorge Timón
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-03-24RPC: getblockchaininfo: BIP9 statsMatthew Zipkin
2017-03-22Control mempool persistence using a command line parameter.John Newbery
2017-03-19Fix parameter naming inconsistencies between .h and .cpp filespracticalswift
2017-03-03No longer allow "free" transactionsAlex Morcos
2017-02-17Return errors from importmulti if complete rescans are not successfulRussell Yanofsky
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 #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-12Merge #9472: Disentangle progress estimation from checkpoints and update itWladimir J. van der Laan
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-09Move ORPHAN constants from validation.h to net_processing.hMatt Corallo
2017-01-05Merge #9138: Improve fee estimationPieter Wuille