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-04-13
Merge #21575: refactor: Create blockstorage module
fanquake
2021-04-05
move-only: Move *Disk functions to blockstorage
MarcoFalke
2021-04-04
move-only: Move AbortNode to shutdown
MarcoFalke
2021-04-04
Fix assumeutxo crash due to missing base_blockhash
MarcoFalke
2021-04-01
Merge #21567: docs: fix various misleading comments
W. J. van der Laan
2021-04-01
[doc] correct comment about ATMPW
glozow
2021-04-01
[doc] GetBestBlock() doesn't do nothing
gzhao408
2021-03-30
validation: Make BlockManager::LookupBlockIndex const
Carl Dong
2021-03-22
refactor: return std::nullopt instead of {}
fanquake
2021-03-20
Merge #20921: validation: don't try to invalidate genesis block in CChainStat...
MarcoFalke
2021-03-17
Merge #21415: refactor: remove Optional & nullopt
Wladimir J. van der Laan
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-15
Merge #19259: fuzz: Add fuzzing harness for LoadMempool(...) and DumpMempool(...
MarcoFalke
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-12
Merge #21404: refactor: Remove MakeUnique<T>()
MarcoFalke
2021-03-11
validation: Make DumpMempool(...) and LoadMempool(...) easier to test/fuzz/mock
practicalswift
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-03-08
node/coinstats: Pass in BlockManager to GetUTXOStats
Carl Dong
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
[next]