aboutsummaryrefslogtreecommitdiff
path: root/src/validation.cpp
AgeCommit message (Expand)Author
2020-05-08Merge #16224: gui: Bilingual GUI error messagesMarcoFalke
2020-05-05Make ThreadSafe{MessageBox|Question} bilingualHennadii Stepanov
2020-05-05Merge #18088: build: ensure we aren't using GNU extensionsfanquake
2020-05-04Merge #18786: init: Remove boost from ThreadImportWladimir J. van der Laan
2020-04-30Merge #18780: validation: add const for minimum witness commitment sizefanquake
2020-04-30Remove use of non-standard zero variadic macrosBen Woosley
2020-04-29Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w...fanquake
2020-04-29validation: Add minimum witness commitment size constantfanquake
2020-04-27init: Remove boost from ThreadImportMarcoFalke
2020-04-23[mempool] Persist unbroadcast set to mempool.datAmiti Uttarwar
2020-04-23[validation] Move validation-only consts to validation.cppJohn Newbery
2020-04-22Merge #18410: Docs: Improve commenting for coins.cpp|hWladimir J. van der Laan
2020-04-21[docs] use consistent naming for possible_overwriteJohn Newbery
2020-04-16Merge #18401: Refactor: Initialize PrecomputedTransactionData in CheckInputSc...MarcoFalke
2020-04-11[REFACTOR] Initialize PrecomputedTransactionData in CheckInputScriptsPieter Wuille
2020-04-10Merge #17737: Add ChainstateManager, remove BlockManager globalMarcoFalke
2020-03-19Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...Wladimir J. van der Laan
2020-03-17Merge #15283: log: Fix UB with bench on genesis blockMarcoFalke
2020-03-17protect g_chainman with cs_mainJames O'Beirne
2020-03-17use ChainstateManager to initialize chainstateJames O'Beirne
2020-03-17refactor: move RewindBlockIndex to CChainStateJames O'Beirne
2020-03-17validation: introduce unused ChainstateManagerJames O'Beirne
2020-03-17validation: add CChainState.m_from_snapshot_blockhashJames O'Beirne
2020-03-14Replace remaining literals BTC with CURRENCY_UNITDaniel Kraft
2020-03-11[validation] Remove pool member from ConnectTraceJohn Newbery
2020-03-11[validation] Remove NotifyEntryRemoved callback from ConnectTraceJohn Newbery
2020-03-11[validation] Remove conflictedTxs from PerBlockConnectTraceJohn Newbery
2020-03-11[validation interface] Remove vtxConflicted from BlockConnectedJohn Newbery
2020-02-27Refactor FormatStateMessage into ValidationStateJeffrey Czyz
2020-02-03Merge #16974: Walk pindexBestHeader back to ChainActive().Tip() if it is invalidWladimir J. van der Laan
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-15scripted-diff: Replace CCriticalSection with RecursiveMutexMarcoFalke
2020-01-13Merge #16945: refactor: introduce CChainState::GetCoinsCacheSizeStateWladimir J. van der Laan
2020-01-02Merge #16658: validation: Rename CheckInputs to CheckInputScriptsMarcoFalke
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-12-12refactoring: introduce CChainState::GetCoinsCacheSizeStateJames O'Beirne
2019-11-20refactor: Remove unused COINBASE_FLAGSNeha Narula
2019-11-18Merge #17328: GuessVerificationProgress: cap the ratio to 1Wladimir J. van der Laan
2019-11-08Merge #15931: Remove GetDepthInMainChain dependency on locked chain interfaceSamuel Dobson
2019-11-07[validation] fix comments in CheckInputScripts()John Newbery
2019-11-07scripted-diff: [validation] Rename CheckInputs to CheckInputScriptsJohn Newbery
2019-11-07Merge #17342: refactor: Clean up nScriptCheckThreadsMarcoFalke
2019-11-06[refactor] Replace global int nScriptCheckThreads with boolJohn Newbery
2019-11-05Merge #16805: logs: add timing information to FlushStateToDisk()Wladimir J. van der Laan
2019-11-05Pass block height in Chain::BlockConnected/Chain::BlockDisconnectedAntoine Riard
2019-11-04logs: add timing information to FlushStateToDisk()James O'Beirne
2019-11-04doc: Fix some misspellingsrandymcmillan
2019-10-31GuessVerificationProgress: cap the ratio to 1darosior
2019-10-30Walk pindexBestHeader back to ChainActive().Tip() if it is invalidMatt Corallo
2019-10-29[validation] Remove fMissingInputs from AcceptToMemoryPool()John Newbery