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
2020-04-23
[net processing] Move net processing consts to net_processing.cpp
John Newbery
2020-03-17
protect g_chainman with cs_main
James O'Beirne
2020-03-17
use ChainstateManager to initialize chainstate
James O'Beirne
2020-03-17
refactor: move RewindBlockIndex to CChainState
James O'Beirne
2020-03-17
validation: introduce unused ChainstateManager
James O'Beirne
2020-03-17
validation: add CChainState.m_from_snapshot_blockhash
James O'Beirne
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2019-12-12
refactoring: introduce CChainState::GetCoinsCacheSizeState
James O'Beirne
2019-11-29
Use correct C++11 header for std::swap()
Hennadii Stepanov
2019-11-20
refactor: Remove unused COINBASE_FLAGS
Neha Narula
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 #16899: UTXO snapshot creation (dumptxoutset)
Wladimir J. van der Laan
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] Add CValidationState subclasses
John Newbery
2019-10-29
add unused SnapshotMetadata class
James O'Beirne
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
p2p: Remove BIP61 reject messages
MarcoFalke
2019-09-24
validation: Make GetWitnessCommitmentIndex public
MarcoFalke
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-17
doc: fix CChainState::ActivateBestChain doc
James O'Beirne
2019-09-10
doc: move-only ActivateBestChain doxygen comment to header
MarcoFalke
2019-09-03
doc: ActivateBestChainStep return value
MarcoFalke
2019-08-17
[Fix] The default whitelistrelay should be true
nicolas.dorier
2019-08-15
Merge #16060: Bury bip9 deployments
MarcoFalke
2019-08-15
Cover UTXO set access with lock annotations
James O'Beirne
2019-08-15
refactor: have CCoins* data managed under CChainState
James O'Beirne
2019-08-14
[Consensus] Bury segwit deployment
John Newbery
2019-08-06
refactor: pcoinsTip -> CChainState::CoinsTip()
James O'Beirne
2019-07-19
Merge #15681: [mempool] Allow one extra single-ancestor transaction per package
Wladimir J. van der Laan
2019-07-19
Merge #16152: Disable bloom filtering by default.
fanquake
2019-07-09
[mempool] Allow one extra single-ancestor transaction per package
Matt Corallo
2019-07-08
refactoring: remove mapBlockIndex global
James O'Beirne
2019-07-08
refactoring: make pindexBestInvalid internal to validation.cpp
James O'Beirne
2019-07-08
refactoring: add block_index_candidates arg to LoadBlockIndex
James O'Beirne
2019-07-08
refactoring: move block metadata structures into BlockManager
James O'Beirne
2019-07-02
Merge #14193: validation: Add missing mempool locks
Wladimir J. van der Laan
2019-06-08
Remove -mempoolreplacement to prevent needless block prop slowness.
Matt Corallo
2019-06-07
validation: Add missing mempool locks
MarcoFalke
2019-06-06
Move DEFAULT_PEERBLOOMFILTERS from validation.h to net_processing.h
Matt Corallo
2019-06-06
Disable bloom filtering by default.
Matt Corallo
2019-06-05
Merge #15976: refactor: move methods under CChainState (pt. 1)
Wladimir J. van der Laan
2019-05-16
refactoring: IsInitialBlockDownload -> CChainState
James O'Beirne
2019-05-16
refactoring: FlushStateToDisk -> CChainState
James O'Beirne
2019-05-16
refactoring: introduce ChainstateActive()
James O'Beirne
[next]