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.cpp
Age
Commit message (
Expand
)
Author
2021-02-17
[doc] Add a note about where lock annotations should go.
Amiti Uttarwar
2021-02-17
[validation] Move the lock annotation from function definition to declaration
Amiti Uttarwar
2021-02-16
Add debug startup parameter -fastprune for more effective pruning tests
Jonas Schnelli
2021-02-16
Avoid pruning below the blockfilterindex sync height
Jonas Schnelli
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 #21041: log: Move "Pre-allocating up to position 0x[…] in […].dat" ...
Wladimir J. van der Laan
2021-02-11
Merge #21062: refactor: return MempoolAcceptResult from ATMP
MarcoFalke
2021-02-10
log: Move "Leaving block file [...]: [...]" log message to debug category
practicalswift
2021-02-10
validation: don't try to invalidate genesis block
Sebastian Falbesoner
2021-02-09
[refactor] improve style for touched code
gzhao408
2021-02-09
[refactor] const ATMPArgs and non-const Workspace
gzhao408
2021-02-09
[refactor] return MempoolAcceptResult
gzhao408
2021-02-01
validation: Guard all chainstates with cs_main
Carl Dong
2021-02-01
Merge #20749: [Bundle 1/n] Prune g_chainman usage related to ::LookupBlockIndex
Wladimir J. van der Laan
2021-02-01
Merge #20868: validation: remove redundant check on pindex
MarcoFalke
2021-01-28
style-only: Make TestBlockValidity signature readable
Carl Dong
2021-01-28
validation: Use accessible chainstate in ChainstateManager::ProcessNewBlock
Carl Dong
2021-01-28
validation: Use existing chainstate in ChainstateManager::ProcessNewBlockHeaders
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 ::NotifyHeaderTip
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: Pass in blockman to ContextualCheckBlockHeader
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
validation: remove redundant check on pindex
jarolrod
2021-01-12
[doc] for CheckInputsFromMempoolAndCache
gzhao408
2021-01-12
lock annotations for MemPoolAccept functions
gzhao408
2021-01-07
Merge #20584: Declare de facto const reference variables/member functions as ...
MarcoFalke
2021-01-04
[mempool] Remove error suppression on upgrade
Amiti Uttarwar
2020-12-07
Merge #18766: Disable fee estimation in blocksonly mode (by removing the fee ...
MarcoFalke
2020-12-06
Don't declare de facto const reference variables as non-const
practicalswift
2020-12-06
Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...
practicalswift
2020-12-03
Remove the remaining fee estimation globals
Antoine Poinsot
2020-12-01
refactor: Improve use of explicit keyword
Fabian Jahr
2020-12-01
Merge #20207: Follow-up extra comments on taproot code and tests
MarcoFalke
2020-11-27
Handle rename failure in DumpMempool(...) by using RenameOver(...) return value
practicalswift
2020-11-26
Mention in validation that IsWitnessStandard tests for P2TR
Pieter Wuille
2020-11-19
Merge #20054: Remove confusing and useless "unexpected version" warning
Wladimir J. van der Laan
2020-11-18
Merge #19905: Remove dead CheckForkWarningConditionsOnNewFork
MarcoFalke
2020-11-11
Avoid signed integer overflow when loading a mempool.dat file with a malforme...
practicalswift
2020-11-03
doc: Clarify that vpindexToConnect is in reverse order
MarcoFalke
2020-11-03
Remove dead CheckForkWarningConditionsOnNewFork
MarcoFalke
[prev]
[next]