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
2021-03-03
validation: CVerifyDB::VerifyDB: Use locking annotation
Carl Dong
2021-03-03
validation: Use existing chain member in CChainState::LoadGenesisBlock
Carl Dong
2021-03-03
validation: Use existing chain member in CChainState::AcceptBlock
Carl Dong
2021-03-03
validation: Pass in chain to FindBlockPos+SaveBlockToDisk
Carl Dong
2021-03-03
validation: Use *this in CChainState::ActivateBestChainStep
Carl Dong
2021-03-03
validation: Pass in chainstate to CTxMemPool::check
Carl Dong
2021-03-01
validation: Use *this in CChainState::InvalidateBlock
Carl Dong
2021-03-01
validation: Move LoadBlockIndexDB to CChainState
Carl Dong
2021-03-01
validation: Move invalid block handling to CChainState
Carl Dong
2021-03-01
validation: Pass in chainstate to CVerifyDB::VerifyDB
Carl Dong
2021-03-01
validation: Remove global ::VersionBitsTip{State,SinceHeight,Statistics}
Carl Dong
2021-03-01
validation: Pass in chainstate to ::PruneBlockFilesManual
Carl Dong
2021-03-01
validation: Pass in chainstate to UpdateTip
Carl Dong
2021-02-22
validation: Remove global ::{{Precious,Invalidate}Block,ResetBlockFailureFlags}
Carl Dong
2021-02-22
validation: Remove global ::LoadGenesisBlock
Carl Dong
2021-02-22
validation: Check chain tip is non-null in CheckFinalTx
Carl Dong
2021-02-22
Merge #21202: [validation] Two small clang lock annotation improvements
MarcoFalke
2021-02-18
style-only: Make AcceptToMemoryPool signature readable
Carl Dong
2021-02-18
style-only: Make CheckSequenceLock signature readable
Carl Dong
2021-02-18
validation: Use *this in CChainState::LoadMempool
Carl Dong
2021-02-18
validation: Pass in chainstate to UpdateMempoolForReorg
Carl Dong
2021-02-18
validation: Pass in chainstate to CTxMemPool::removeForReorg
Carl Dong
2021-02-18
validation: Pass in chain to ::TestLockPointValidity
Carl Dong
2021-02-18
validation: Remove old AcceptToMemoryPool w/o chainstate param
Carl Dong
2021-02-18
validation: Pass in chainstate to ::AcceptToMemoryPool
Carl Dong
2021-02-18
validation: Pass in chainstate to ::LoadMempool
Carl Dong
2021-02-18
validation: Pass in chainstate to AcceptToMemoryPoolWithTime
Carl Dong
2021-02-18
validation: Add chainstate member to MemPoolAccept
Carl Dong
2021-02-18
validation: Pass in chainstate to ::CheckSequenceLocks
Carl Dong
2021-02-18
validation: Remove old CheckFinalTx w/o chain tip param
Carl Dong
2021-02-18
validation: Pass in chain tip to ::CheckFinalTx
Carl Dong
2021-02-18
validation: Pass in coins tip to CheckInputsFromMempoolAndCache
Carl Dong
2021-02-18
validation: Pass in chainstate to IsCurrentForFeeEstimation
Carl Dong
2021-02-18
validation: Pass in coins cache to ::LimitMempoolSize
Carl Dong
2021-02-18
Merge #15946: Allow maintaining the blockfilterindex when using prune
Jonas Schnelli
2021-02-17
[doc] Add a note about where lock annotations should go.
Amiti Uttarwar
2021-02-17
[validation] Move the lock annotation from function definition to declaration
Amiti Uttarwar
2021-02-16
Add debug startup parameter -fastprune for more effective pruning tests
Jonas Schnelli
2021-02-16
Avoid pruning below the blockfilterindex sync height
Jonas Schnelli
2021-02-12
simplify ChainstateManager::SnapshotBlockhash() return semantics
James O'Beirne
2021-02-12
chainparams: add allowed assumeutxo values
James O'Beirne
2021-02-11
Merge #21041: log: Move "Pre-allocating up to position 0x[…] in […].dat" ...
Wladimir J. van der Laan
2021-02-11
Merge #21062: refactor: return MempoolAcceptResult from ATMP
MarcoFalke
2021-02-10
log: Move "Leaving block file [...]: [...]" log message to debug category
practicalswift
2021-02-09
[refactor] improve style for touched code
gzhao408
2021-02-09
[refactor] const ATMPArgs and non-const Workspace
gzhao408
2021-02-09
[refactor] return MempoolAcceptResult
gzhao408
2021-02-01
validation: Guard all chainstates with cs_main
Carl Dong
2021-02-01
Merge #20749: [Bundle 1/n] Prune g_chainman usage related to ::LookupBlockIndex
Wladimir J. van der Laan
2021-02-01
Merge #20868: validation: remove redundant check on pindex
MarcoFalke
[next]