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
2022-06-14
scripted-diff: Avoid incompatibility with CMake AUTOUIC feature
Hennadii Stepanov
2022-06-10
Merge bitcoin/bitcoin#24931: Strengthen thread safety assertions
MacroFake
2022-06-07
Merge bitcoin/bitcoin#25254: Move minRelayTxFee to policy/settings
MacroFake
2022-06-02
kernel: pass params to BlockManager rather than using a global
Cory Fields
2022-05-31
Move minRelayTxFee to policy/settings
MacroFake
2022-05-25
doc: remove misleading AreInputsStandard() comment
James O'Beirne
2022-05-23
kernel: Use ComputeUTXOStats in validation
Carl Dong
2022-05-23
style-only: Rearrange using decls after scripted-diff
Carl Dong
2022-05-23
scripted-diff: Move src/kernel/coinstats to kernel::
Carl Dong
2022-05-23
coinstats: Return purely out-param CCoinsStats
Carl Dong
2022-05-20
coinstats: Extract hash_type in-member to in-param
Carl Dong
2022-05-20
Add ChainstateManager::m_adjusted_time_callback
Carl Dong
2022-05-21
scripted-diff: Convert global Mutexes to GlobalMutexes
Anthony Towns
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-05-13
Merge bitcoin/bitcoin#24595: deploymentstatus: move g_versionbitscache global...
MacroFake
2022-05-12
scripted-diff: replace non-standard fixed width integer types (`u_int`...` ->...
Sebastian Falbesoner
2022-05-10
validation: move g_versionbitscache into ChainstateManager
Anthony Towns
2022-05-10
refactor: use chainman instead of chainParams for DeploymentActive*
Anthony Towns
2022-05-10
deploymentstatus: allow chainman in place of consensusParams
Anthony Towns
2022-05-10
validation: move UpdateUncommittedBlockStructures and GenerateCoinbaseCommitm...
Anthony Towns
2022-05-10
validation: replace ::Params() calls with chainstate/chainman member
Anthony Towns
2022-05-10
validation: remove redundant CChainParams params from ChainstateManager methods
Anthony Towns
2022-05-06
Merge bitcoin/bitcoin#24804: Sanity assert GetAncestor() != nullptr where app...
MacroFake
2022-05-05
Wrap boost::replace_all
MacroFake
2022-05-05
Sanity assert GetAncestor() != nullptr where appropriate
Adam Jonas
2022-05-03
Merge bitcoin/bitcoin#24470: Disallow more unsafe string->path conversions al...
MacroFake
2022-04-29
Merge bitcoin/bitcoin#25009: Crash debug builds on PCKG_MEMPOOL_ERROR
MacroFake
2022-04-27
Crash debug builds on PCKG_MEMPOOL_ERROR
MacroFake
2022-04-27
validation: Prune UnloadBlockIndex and callees
Carl Dong
2022-04-27
validation: No mempool clearing in UnloadBlockIndex
Carl Dong
2022-04-27
Clear {versionbits,warning}cache in ~Chainstatemanager
Carl Dong
2022-04-26
refactor: Convert warningcache to std::array
Carl Dong
2022-04-25
Index: Use prune locks for blockfilterindex
Fabian Jahr
2022-04-25
blockstorage: Add prune locks to BlockManager
Fabian Jahr
2022-04-21
Disallow more unsafe string->path conversions allowed by path append operators
Ryan Ofsky
2022-04-19
scripted-diff: Rename pindexBestHeader, fHavePruned
Carl Dong
2022-04-19
Clear fHavePruned in BlockManager::Unload()
Carl Dong
2022-04-19
move-mostly: Make fHavePruned a BlockMan member
Carl Dong
2022-04-19
Clear pindexBestHeader in ChainstateManager::Unload()
Carl Dong
2022-04-19
move-mostly: Make pindexBestHeader a ChainMan member
Carl Dong
2022-04-12
validation: Load pindexBestHeader in ChainMan
Carl Dong
2022-04-07
Merge bitcoin/bitcoin#24152: policy / validation: CPFP fee bumping within pac...
fanquake
2022-04-06
doc: Convert remaining comments to clang-tidy format
MarcoFalke
2022-04-05
[validation] don't package validate if not policy or missing inputs
glozow
2022-04-05
[validation] try individual validation before package validation
glozow
2022-04-05
[packages/policy] use package feerate in package validation
glozow
2022-04-05
Merge bitcoin/bitcoin#24216: validation: improve connect bench logging
laanwj
2022-03-25
Merge bitcoin/bitcoin#23536: Enforce Taproot script flags whenever WITNESS is...
laanwj
2022-03-17
Merge bitcoin/bitcoin#24515: Only load BlockMan in BlockMan member functions
MarcoFalke
2022-03-15
Add and use BlockManager::GetAllBlockIndices
Carl Dong
[next]