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
2023-02-10
refactor, txdb: Add CoinsViewOptions struct
Ryan Ofsky
2023-01-16
Merge bitcoin/bitcoin#26251: refactor: add kernel/cs_main.h
MarcoFalke
2023-01-10
[validation] remove PackageMempoolAcceptResult::m_package_feerate
glozow
2023-01-10
[validation] return wtxids of other transactions whose fees were used
glozow
2023-01-06
[validation] return effective feerate from mempool validation
glozow
2023-01-05
refactor: add kernel/cs_main.*
fanquake
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-08
Merge bitcoin/bitcoin#26513: Make static nLastFlush and nLastWrite Chainstate...
fanquake
2022-12-05
Merge bitcoin/bitcoin#19888: rpc, test: Improve getblockstats for unspendables
Andrew Chow
2022-11-16
Make static nLastFlush and nLastWrite Chainstate members
Aurèle Oulès
2022-10-26
Merge bitcoin/bitcoin#25704: refactor: Remove almost all validation option gl...
MacroFake
2022-10-23
validation, index: Add unspendable coinbase helper functions
Fabian Jahr
2022-10-19
Merge bitcoin/bitcoin#25830: refactor: Replace m_params with chainman.GetPara...
MacroFake
2022-10-18
Remove g_parallel_script_checks
MacroFake
2022-10-18
Move ::fCheckBlockIndex into ChainstateManager
MacroFake
2022-10-18
Move ::fCheckpointsEnabled into ChainstateManager
MacroFake
2022-10-18
Move ::nMinimumChainWork into ChainstateManager
MacroFake
2022-10-18
Move ::hashAssumeValid into ChainstateManager
MacroFake
2022-10-18
Move ::nMaxTipAge into ChainstateManager
MacroFake
2022-10-13
Merge bitcoin/bitcoin#25667: assumeutxo: snapshot initialization
Andrew Chow
2022-10-10
refactor: Replace m_params with chainman.GetParams()
Aurèle Oulès
2022-10-03
refactor: move DEFAULT_BLOCKFILTERINDEX from val to blockfilterindex
fanquake
2022-10-03
refactor: move DEFAULT_COINSTATSINDEX from validation to coinstatsindex
fanquake
2022-10-03
refactor: move DEFAULT_TXINDEX from validation to txindex
fanquake
2022-09-13
validation: add ResetChainstates()
James O'Beirne
2022-09-13
init: add utxo snapshot detection
James O'Beirne
2022-09-09
scripted-diff: rename CChainState -> Chainstate
James O'Beirne
2022-08-30
Merge bitcoin/bitcoin#25717: p2p: Implement anti-DoS headers sync
fanquake
2022-08-29
Track headers presync progress and log it
Pieter Wuille
2022-08-29
Require callers of AcceptBlockHeader() to perform anti-dos checks
Suhas Daftuar
2022-08-29
Utilize anti-DoS headers download strategy
Suhas Daftuar
2022-08-22
refactor: Move ChainstateManager options into m_options struct
Ryan Ofsky
2022-08-22
Merge bitcoin/bitcoin#25775: docs: remove non-signaling mentions of BIP125
fanquake
2022-08-22
Merge bitcoin/bitcoin#25786: refactor: Make adjusted time type safe
fanquake
2022-08-16
refactor: Add lock annotations to Active* methods
MacroFake
2022-08-16
Add ChainstateManager::GetMutex(), an alias for ::cs_main
MacroFake
2022-08-12
Merge bitcoin/bitcoin#25677: refactor: make active_chain_tip a reference
MacroFake
2022-08-09
Merge bitcoin/bitcoin#24564: doc: Clarify that CheckSequenceLocksAtTip is a v...
glozow
2022-08-05
Make adjusted time type safe
MacroFake
2022-08-04
[doc] remove non-signaling mentions of BIP125
glozow
2022-08-03
validationcaches: Use size_t for sizes
Carl Dong
2022-08-03
validationcaches: Add and use ValidationCacheSizes
Carl Dong
2022-08-03
cuckoocache: Return approximate memory size
Carl Dong
2022-08-02
Remove ::fRequireStandard global
MacroFake
2022-07-29
Merge bitcoin/bitcoin#25571: refactor: Make mapBlocksUnknownParent local, and...
fanquake
2022-07-22
refactor: make active_chain_tip a reference
Aurèle Oulès
2022-07-20
Merge bitcoin/bitcoin#25285: Add AutoFile without ser-type and ser-version an...
fanquake
2022-07-18
refactor: Make mapBlocksUnknownParent local, and rename it
Hennadii Stepanov
2022-07-18
Merge bitcoin/bitcoin#25487: [kernel 3b/n] Decouple `{Dump,Load}Mempool` from...
glozow
2022-07-15
Move {Load,Dump}Mempool to kernel namespace
Carl Dong
[next]