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
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
2019-05-16
move-only: make the CChainState interface public
James O'Beirne
2019-05-13
[refactor] interfaces: Add missing LockAnnotation for cs_main
MarcoFalke
2019-05-08
Merge #15971: validation: Add compile-time checking for negative locking requ...
MarcoFalke
2019-05-08
Add LOCKS_EXCLUDED(cs_main) to LimitValidationInterfaceQueue(...) which does ...
practicalswift
2019-05-03
refactoring: remove unused chainActive
James O'Beirne
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-03
refactoring: introduce unused ChainActive()
James O'Beirne
2019-05-01
Merge #15323: rpc: Expose g_is_mempool_loaded via getmempoolinfo
MarcoFalke
2019-04-30
Merge #15849: Thread names in logs and deadlock debug tools
MarcoFalke
2019-04-29
threads: introduce util/threadnames, refactor thread naming
James O'Beirne
2019-04-27
Merge #15778: [wallet] Move maxtxfee from node to wallet
MarcoFalke
[next]