aboutsummaryrefslogtreecommitdiff
path: root/src/validation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge #18410: Docs: Improve commenting for coins.cpp|hWladimir J. van der Laan2020-04-221-4/+5
|\ \ \
| * | | [docs] use consistent naming for possible_overwriteJohn Newbery2020-04-211-4/+5
* | | | Merge #18401: Refactor: Initialize PrecomputedTransactionData in CheckInputSc...MarcoFalke2020-04-161-5/+12
|\ \ \ \
| * | | | [REFACTOR] Initialize PrecomputedTransactionData in CheckInputScriptsPieter Wuille2020-04-111-5/+12
| | |/ / | |/| |
* | | | Merge #17737: Add ChainstateManager, remove BlockManager globalMarcoFalke2020-04-101-54/+144
|\ \ \ \ | |/ / / |/| | |
| * | | protect g_chainman with cs_mainJames O'Beirne2020-03-171-1/+4
| * | | use ChainstateManager to initialize chainstateJames O'Beirne2020-03-171-36/+32
| * | | refactor: move RewindBlockIndex to CChainStateJames O'Beirne2020-03-171-19/+8
| * | | validation: introduce unused ChainstateManagerJames O'Beirne2020-03-171-0/+96
| * | | validation: add CChainState.m_from_snapshot_blockhashJames O'Beirne2020-03-171-1/+7
* | | | Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...Wladimir J. van der Laan2020-03-191-26/+4
|\ \ \ \
| * | | | [validation] Remove pool member from ConnectTraceJohn Newbery2020-03-111-3/+2
| * | | | [validation] Remove NotifyEntryRemoved callback from ConnectTraceJohn Newbery2020-03-111-8/+1
| * | | | [validation] Remove conflictedTxs from PerBlockConnectTraceJohn Newbery2020-03-111-15/+1
| * | | | [validation interface] Remove vtxConflicted from BlockConnectedJohn Newbery2020-03-111-1/+1
| | |/ / | |/| |
* | | | Merge #15283: log: Fix UB with bench on genesis blockMarcoFalke2020-03-171-2/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix UB with bench on genesis blockGregory Sanders2019-01-291-2/+3
* | | | Replace remaining literals BTC with CURRENCY_UNITDaniel Kraft2020-03-141-1/+1
* | | | Refactor FormatStateMessage into ValidationStateJeffrey Czyz2020-02-271-23/+22
| |/ / |/| |
* | | Merge #16974: Walk pindexBestHeader back to ChainActive().Tip() if it is invalidWladimir J. van der Laan2020-02-031-0/+6
|\ \ \ | |_|/ |/| |
| * | Walk pindexBestHeader back to ChainActive().Tip() if it is invalidMatt Corallo2019-10-301-0/+6
* | | scripted-diff: Bump copyright of files changed in 2020MarcoFalke2020-01-151-1/+1
* | | scripted-diff: Replace CCriticalSection with RecursiveMutexMarcoFalke2020-01-151-1/+1
* | | Merge #16945: refactor: introduce CChainState::GetCoinsCacheSizeStateWladimir J. van der Laan2020-01-131-6/+35
|\ \ \
| * | | refactoring: introduce CChainState::GetCoinsCacheSizeStateJames O'Beirne2019-12-121-6/+35
* | | | Merge #16658: validation: Rename CheckInputs to CheckInputScriptsMarcoFalke2020-01-021-20/+22
|\ \ \ \
| * | | | [validation] fix comments in CheckInputScripts()John Newbery2019-11-071-7/+9
| * | | | scripted-diff: [validation] Rename CheckInputs to CheckInputScriptsJohn Newbery2019-11-071-14/+14
* | | | | scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
| |/ / / |/| | |
* | | | refactor: Remove unused COINBASE_FLAGSNeha Narula2019-11-201-3/+0
* | | | Merge #17328: GuessVerificationProgress: cap the ratio to 1Wladimir J. van der Laan2019-11-181-1/+1
|\ \ \ \
| * | | | GuessVerificationProgress: cap the ratio to 1darosior2019-10-311-1/+1
| | |/ / | |/| |
* | | | Merge #15931: Remove GetDepthInMainChain dependency on locked chain interfaceSamuel Dobson2019-11-081-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Pass block height in Chain::BlockConnected/Chain::BlockDisconnectedAntoine Riard2019-11-051-1/+1
* | | | Merge #17342: refactor: Clean up nScriptCheckThreadsMarcoFalke2019-11-071-3/+3
|\ \ \ \
| * | | | [refactor] Replace global int nScriptCheckThreads with boolJohn Newbery2019-11-061-3/+3
| | |/ / | |/| |
* | | | Merge #16805: logs: add timing information to FlushStateToDisk()Wladimir J. van der Laan2019-11-051-3/+26
|\ \ \ \ | |_|/ / |/| | |
| * | | logs: add timing information to FlushStateToDisk()James O'Beirne2019-11-041-3/+26
* | | | doc: Fix some misspellingsrandymcmillan2019-11-041-1/+1
| |/ / |/| |
* | | [validation] Remove fMissingInputs from AcceptToMemoryPool()John Newbery2019-10-291-16/+7
* | | [validation] Remove unused first_invalid parameter from ProcessNewBlockHeaders()John Newbery2019-10-291-3/+1
* | | [validation] Remove useless ret parameter from Invalid()John Newbery2019-10-291-56/+56
* | | [validation] Remove error() calls from Invalid() callsJohn Newbery2019-10-291-26/+37
* | | [validation] Add CValidationState subclassesJohn Newbery2019-10-291-139/+133
* | | Merge #17242: refactor: Remove unused cacheSigStore from CheckInputsFromMempo...fanquake2019-10-251-3/+4
|\ \ \
| * | | [validation] Remove unused cacheSigStore from CheckInputsFromMempoolAndCacheJohn Newbery2019-10-241-3/+4
* | | | consensus: Explain why fCheckDuplicateInputs can not be skipped and remove itMarcoFalke2019-10-241-2/+1
|/ / /
* | | Merge #17004: validation: Remove REJECT code from CValidationStateWladimir J. van der Laan2019-10-241-57/+56
|\ \ \
| * | | [validation] Remove REJECT code from CValidationStateJohn Newbery2019-10-101-57/+56
* | | | Remove unused includespracticalswift2019-10-151-3/+0
|/ / /