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.h
Age
Commit message (
Expand
)
Author
2021-03-30
validation: Make BlockManager::LookupBlockIndex const
Carl Dong
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
scripted-diff: remove Optional & nullopt
fanquake
2021-03-11
validation: Make DumpMempool(...) and LoadMempool(...) easier to test/fuzz/mock
practicalswift
2021-03-08
validation: Remove extraneous LoadGenesisBlock function prototype
Carl Dong
2021-03-03
validation: CVerifyDB::VerifyDB: Use locking annotation
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-02-22
validation: Remove global ::{{Precious,Invalidate}Block,ResetBlockFailureFlags}
Carl Dong
2021-02-18
style-only: Make CheckSequenceLock signature readable
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 ::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
Merge #15946: Allow maintaining the blockfilterindex when using prune
Jonas Schnelli
2021-02-16
Avoid pruning below the blockfilterindex sync height
Jonas Schnelli
2021-02-12
doc: remove potentially confusing ChainstateManager comment
James O'Beirne
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 #21062: refactor: return MempoolAcceptResult from ATMP
MarcoFalke
2021-02-09
[refactor] return MempoolAcceptResult
gzhao408
2021-02-01
validation: Guard all chainstates with cs_main
Carl Dong
2021-02-01
Fix -Wmismatched-tags warnings
Hennadii Stepanov
2021-01-28
style-only: Remove redundant sentence in ActivateBestChain comment
Carl Dong
2021-01-28
style-only: Make TestBlockValidity signature readable
Carl Dong
2021-01-28
validation: Move LoadExternalBlockFile to CChainState
Carl Dong
2021-01-28
validation: Remove global ::ActivateBestChain
Carl Dong
2021-01-28
validation: Pass in chainstate to TestBlockValidity
Carl Dong
2021-01-28
validation: Make CChainState.m_blockman public
Carl Dong
2021-01-28
validation: Move GetLastCheckpoint to BlockManager
Carl Dong
2021-01-28
validation: Move GetSpendHeight to BlockManager
Carl Dong
2021-01-28
validation: Move FindForkInGlobalIndex to BlockManager
Carl Dong
2021-01-28
validation: Remove global LookupBlockIndex
Carl Dong
2021-01-28
validation: Move LookupBlockIndex to BlockManager
Carl Dong
2021-01-28
validation: Guard the active_chainstate with cs_main
Carl Dong
2021-01-25
Merge #18710: Add local thread pool to CCheckQueue
Wladimir J. van der Laan
2021-01-13
Merge #19935: Move SaltedHashers to separate file and add some new ones
Wladimir J. van der Laan
2020-12-16
Merge #20575: Do not run functions with necessary side-effects in assert()
Wladimir J. van der Laan
2020-12-06
Make CanFlushToDisk a const member function
practicalswift
2020-12-03
Remove the remaining fee estimation globals
Antoine Poinsot
2020-11-10
Move Hashers to util/hasher.{cpp/h}
Andrew Chow
2020-11-07
test: Mock IBD in net_processing fuzzers
MarcoFalke
2020-10-05
[validation] Remove absurdfee from accepttomempool
John Newbery
[next]