aboutsummaryrefslogtreecommitdiff
path: root/src/validation.cpp
AgeCommit message (Expand)Author
2019-06-18Merge #16092: Don't use global (external) symbols for symbols that are used i...MarcoFalke
2019-06-08Remove -mempoolreplacement to prevent needless block prop slowness.Matt Corallo
2019-06-06Merge #16129: refactor: Remove unused includesMarcoFalke
2019-06-06Don't use global (external) symbols for symbols that are used in only one tra...practicalswift
2019-06-05Merge #15976: refactor: move methods under CChainState (pt. 1)Wladimir J. van der Laan
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-05-22Merge #16015: validation: Hold cs_main when reading chainActive in RewindBloc...MarcoFalke
2019-05-19Merge #12980: Allow quicker shutdowns during LoadBlockIndex()Jonas Schnelli
2019-05-17Merge #15999: init: Remove dead code in LoadChainTipMarcoFalke
2019-05-16refactoring: IsInitialBlockDownload -> CChainStateJames O'Beirne
2019-05-16refactoring: FlushStateToDisk -> CChainStateJames O'Beirne
2019-05-16refactoring: introduce ChainstateActive()James O'Beirne
2019-05-16move-only: make the CChainState interface publicJames O'Beirne
2019-05-15validation: Hold cs_main when reading chainActive in RewindBlockIndexpracticalswift
2019-05-13[refactor] interfaces: Add missing LockAnnotation for cs_mainMarcoFalke
2019-05-13init: Remove dead code in LoadChainTipMarcoFalke
2019-05-08Merge #15971: validation: Add compile-time checking for negative locking requ...MarcoFalke
2019-05-08Add LOCKS_EXCLUDED(cs_main) to LimitValidationInterfaceQueue(...) which does ...practicalswift
2019-05-07Merge #15948: refactor: rename chainActiveMarcoFalke
2019-05-04Merge #15141: Rewrite DoS interface between validation and net_processingWladimir J. van der Laan
2019-05-03refactoring: remove unused chainActiveJames O'Beirne
2019-05-03scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne
2019-05-03refactoring: introduce unused ChainActive()James O'Beirne
2019-05-03rename: CChainState.chainActive -> m_chainJames O'Beirne
2019-05-02Separate reason for premature spends (coinbase/locktime)Suhas Daftuar
2019-05-02Assert validation reasons are contextually correctSuhas Daftuar
2019-05-02[refactor] Update some comments in validation.cpp as we arent doing DoS thereMatt Corallo
2019-05-02scripted-diff: Remove DoS calls to CValidationStateMatt Corallo
2019-05-02[refactor] Prep for scripted-diff by removing some \ns which annoy sed.Matt Corallo
2019-05-02CorruptionPossible -> BLOCK_MUTATEDMatt Corallo
2019-05-02[refactor] Add useful-for-dos "reason" field to CValidationStateMatt Corallo
2019-05-02Ban all peers for all block script failuresSuhas Daftuar
2019-05-02Clean up banning levelsMatt Corallo
2019-05-02Drop obsolete sigops commentMatt Corallo
2019-05-01Merge #15323: rpc: Expose g_is_mempool_loaded via getmempoolinfoMarcoFalke
2019-04-30Merge #15849: Thread names in logs and deadlock debug toolsMarcoFalke
2019-04-29threads: introduce util/threadnames, refactor thread namingJames O'Beirne
2019-04-27Merge #15778: [wallet] Move maxtxfee from node to walletMarcoFalke
2019-04-26Merge #15267: doc: explain AcceptToMemoryPoolWorker's coins_to_uncacheMarcoFalke
2019-04-26doc: explain AcceptToMemoryPoolWorker's coins_to_uncacheJames O'Beirne
2019-04-19Merge #15655: Resolve the checkpoints <-> validation circular dependencyMarcoFalke
2019-04-18[wallet] Move maxTxFee to walletJohn Newbery
2019-04-10Merge #15638: Move-only: Pull wallet code out of libbitcoin_serverWladimir J. van der Laan
2019-04-09Merge #15629: init: Throw error when network specific config is ignoredMarcoFalke
2019-04-09[build] Add several util unitsJohn Newbery
2019-04-09[build] Move policy settings to new src/policy/settings unitJohn Newbery
2019-04-09[build] Move CheckTransaction from lib_server to lib_consensusJohn Newbery
2019-03-23Resolve the checkpoints <-> validation CD.251
2019-03-22doc: Fix all typos reported by codespellMarcoFalke
2019-03-22Move g_is_mempool_loaded into CTxMemPool::m_is_loadedBen Woosley