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-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
2020-09-24
Add local thread pool to CCheckQueue
Hennadii Stepanov
2020-09-23
Merge #19927: validation: Reduce direct g_chainman usage
MarcoFalke
2020-09-21
Merge #18267: BIP-325: Signet [consensus]
Wladimir J. van der Laan
2020-09-21
docs: Move FindFilesToPrune{,Manual} doxygen comment
Carl Dong
2020-09-21
validation: Move FindFilesToPrune{,Manual} to BlockManager
Carl Dong
2020-09-15
[rpc] Return fee and vsize from testmempoolaccept
codeShark149
2020-09-15
validation: Move PruneOneBlockFile to BlockManager
Carl Dong
2020-09-15
validation: Pass in chainman to UnloadBlockIndex
Carl Dong
2020-09-14
validation: Move ~CMainCleanup logic to ~BlockManager
Carl Dong
2020-09-10
validation: move GetWitnessCommitmentIndex to consensus/validation
Karl-Johan Alm
2020-09-05
Remove mempool global
MarcoFalke
2020-09-05
Remove mempool global from init
MarcoFalke
2020-09-01
Merge #19668: Do not hide compile-time thread safety warnings
MarcoFalke
2020-08-29
sync.h: Make runtime lock checks require compile-time lock checks
Anthony Towns
2020-08-28
Pass mempool reference to chainstate constructor
MarcoFalke
2020-07-29
Pass mempool pointer to GetCoinsCacheSizeState
MarcoFalke
2020-07-29
Pass mempool pointer to UnloadBlockIndex
MarcoFalke
2020-07-29
Merge #18637: coins: allow cache resize after init
MarcoFalke
2020-07-26
rpc: Avoid useless mempool query in gettxoutproof
MarcoFalke
2020-07-11
net: rename DEFAULT_BANSCORE_THRESHOLD to DISCOURAGEMENT_THRESHOLD
Jon Atack
2020-07-11
net: remove -banscore configuration option
Jon Atack
2020-07-10
doc: Use precise permission flags where possible
MarcoFalke
2020-07-01
add ChainstateManager::MaybeRebalanceCaches()
James O'Beirne
2020-07-01
Add CChainState::ResizeCoinsCaches
James O'Beirne
2020-06-29
refactor: Remove confusing BlockIndex global
MarcoFalke
2020-06-19
Add ChainstateManager::ActiveChainstate
MarcoFalke
[next]