index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
validation.cpp
Age
Commit message (
Expand
)
Author
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
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-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
2019-09-17
refactoring: move LoadChainTip to CChainState method
James O'Beirne
2019-09-16
[refactor] Rewrite AcceptToMemoryPoolWorker() using smaller parts
Suhas Daftuar
2019-09-16
Merge #16757: doc: CChainState return values
Wladimir J. van der Laan
2019-09-12
Prevent UpdateTip log message from being broken up
Steven Roose
2019-09-10
Fix block index inconsistency in InvalidateBlock()
Suhas Daftuar
2019-09-10
doc: move-only ActivateBestChain doxygen comment to header
MarcoFalke
2019-09-07
Merge #16421: Conservatively accept RBF bumps bumping one tx at the package l...
fanquake
2019-09-06
Merge #16793: refactor: Avoid locking cs_main in ProcessNewBlockHeaders
MarcoFalke
2019-09-06
refactor: Avoid locking cs_main in ProcessNewBlockHeaders
João Barbosa
2019-09-05
Ignore old versionbit activations
Anthony Towns
2019-09-04
Conservatively accept RBF bumps bumping one tx at the package limits
Matt Corallo
2019-09-03
Merge #16774: Avoid unnecessary "Synchronizing blockheaders" log messages
MarcoFalke
2019-09-03
doc: ActivateBestChainStep return value
MarcoFalke
2019-09-02
Merge #13868: Remove unused fScriptChecks parameter from CheckInputs
fanquake
2019-08-31
Avoid unnecessary "Synchronizing blockheaders" log messages
Jonas Schnelli
2019-08-29
Merge #15615: Add log output during initial header sync
Wladimir J. van der Laan
2019-08-26
Remove unused fScriptChecks parameter from CheckInputs
Matt Corallo
2019-08-15
Merge #16060: Bury bip9 deployments
MarcoFalke
[next]