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-05-21
validation: Mark g_chainman DEPRECATED
MarcoFalke
2020-05-21
validation: Make ProcessNewBlock*() members of ChainstateManager
MarcoFalke
2020-05-21
validation: Make PruneOneBlockFile() a member of ChainstateManager
MarcoFalke
2020-05-21
validation: Make LoadBlockIndex() a member of ChainstateManager
MarcoFalke
2020-05-21
node: Add chainman alias for g_chainman
MarcoFalke
2020-05-19
refactor: Pass SynchronizationState enum to GUI
Hennadii Stepanov
2020-05-04
Merge #18786: init: Remove boost from ThreadImport
Wladimir J. van der Laan
2020-04-29
validation: Add minimum witness commitment size constant
fanquake
2020-04-27
init: Remove boost from ThreadImport
MarcoFalke
2020-04-23
[validation] Move all const declarations to top of validation.h
John Newbery
2020-04-23
[validation] Move validation-only consts to validation.cpp
John Newbery
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
[next]