Age | Commit message (Expand) | Author |
2020-03-19 | Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si... | Wladimir J. van der Laan |
2020-03-17 | Merge #15283: log: Fix UB with bench on genesis block | MarcoFalke |
2020-03-14 | Replace remaining literals BTC with CURRENCY_UNIT | Daniel Kraft |
2020-03-11 | [validation] Remove pool member from ConnectTrace | John Newbery |
2020-03-11 | [validation] Remove NotifyEntryRemoved callback from ConnectTrace | John Newbery |
2020-03-11 | [validation] Remove conflictedTxs from PerBlockConnectTrace | John Newbery |
2020-03-11 | [validation interface] Remove vtxConflicted from BlockConnected | John Newbery |
2020-02-27 | Refactor FormatStateMessage into ValidationState | Jeffrey Czyz |
2020-02-03 | Merge #16974: Walk pindexBestHeader back to ChainActive().Tip() if it is invalid | Wladimir J. van der Laan |
2020-01-15 | scripted-diff: Bump copyright of files changed in 2020 | MarcoFalke |
2020-01-15 | scripted-diff: Replace CCriticalSection with RecursiveMutex | MarcoFalke |
2020-01-13 | Merge #16945: refactor: introduce CChainState::GetCoinsCacheSizeState | Wladimir J. van der Laan |
2020-01-02 | Merge #16658: validation: Rename CheckInputs to CheckInputScripts | MarcoFalke |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-12-12 | refactoring: introduce CChainState::GetCoinsCacheSizeState | James O'Beirne |
2019-11-20 | refactor: Remove unused COINBASE_FLAGS | Neha Narula |
2019-11-18 | Merge #17328: GuessVerificationProgress: cap the ratio to 1 | Wladimir J. van der Laan |
2019-11-08 | Merge #15931: Remove GetDepthInMainChain dependency on locked chain interface | Samuel Dobson |
2019-11-07 | [validation] fix comments in CheckInputScripts() | John Newbery |
2019-11-07 | scripted-diff: [validation] Rename CheckInputs to CheckInputScripts | John Newbery |
2019-11-07 | Merge #17342: refactor: Clean up nScriptCheckThreads | MarcoFalke |
2019-11-06 | [refactor] Replace global int nScriptCheckThreads with bool | John Newbery |
2019-11-05 | Merge #16805: logs: add timing information to FlushStateToDisk() | Wladimir J. van der Laan |
2019-11-05 | Pass block height in Chain::BlockConnected/Chain::BlockDisconnected | Antoine Riard |
2019-11-04 | logs: add timing information to FlushStateToDisk() | James O'Beirne |
2019-11-04 | doc: Fix some misspellings | randymcmillan |
2019-10-31 | GuessVerificationProgress: cap the ratio to 1 | darosior |
2019-10-30 | Walk pindexBestHeader back to ChainActive().Tip() if it is invalid | Matt Corallo |
2019-10-29 | [validation] Remove fMissingInputs from AcceptToMemoryPool() | John Newbery |
2019-10-29 | [validation] Remove unused first_invalid parameter from ProcessNewBlockHeaders() | John Newbery |
2019-10-29 | [validation] Remove useless ret parameter from Invalid() | John Newbery |
2019-10-29 | [validation] Remove error() calls from Invalid() calls | John Newbery |
2019-10-29 | [validation] Add CValidationState subclasses | John Newbery |
2019-10-25 | Merge #17242: refactor: Remove unused cacheSigStore from CheckInputsFromMempo... | fanquake |
2019-10-24 | consensus: Explain why fCheckDuplicateInputs can not be skipped and remove it | MarcoFalke |
2019-10-24 | [validation] Remove unused cacheSigStore from CheckInputsFromMempoolAndCache | John Newbery |
2019-10-24 | Merge #17004: validation: Remove REJECT code from CValidationState | Wladimir J. van der Laan |
2019-10-15 | Remove unused includes | practicalswift |
2019-10-10 | [validation] Remove REJECT code from CValidationState | John Newbery |
2019-10-02 | Merge #16908: txmempool: Make entry time type-safe (std::chrono) | Wladimir J. van der Laan |
2019-10-02 | Merge #16849: Fix block index inconsistency in InvalidateBlock() | Wladimir J. van der Laan |
2019-09-27 | Merge #16713: Ignore old versionbit activations to avoid 'unknown softforks' ... | MarcoFalke |
2019-09-24 | validation: Make GetWitnessCommitmentIndex public | MarcoFalke |
2019-09-23 | txmempool: Make entry time type-safe (std::chrono) | MarcoFalke |
2019-09-19 | Merge #16743: refactor: move LoadChainTip/RelayBlocks under CChainState | MarcoFalke |
2019-09-19 | Merge #16885: doc: Update tx-size-small comment with relevant CVE disclosure | fanquake |
2019-09-18 | Update tx-size-small comment with relevant CVE disclosure | Gregory Sanders |
2019-09-18 | Merge #16400: refactor: Rewrite AcceptToMemoryPoolWorker() using smaller parts | Wladimir J. van der Laan |
2019-09-18 | Merge #14696: qa: Add explicit references to related CVE's in p2p_invalid_blo... | Wladimir J. van der Laan |
2019-09-17 | refactoring: move ReplayBlocks under CChainState | James O'Beirne |