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-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
2022-03-15
Add and use CBlockIndexHeightOnlyComparator
Carl Dong
2022-03-15
move-only: Move CBlockIndexWorkComparator to blockstorage
Carl Dong
2022-03-15
Only load BlockMan in BlockMan member functions
Carl Dong
2022-03-14
Merge bitcoin/bitcoin#24080: policy: Remove unused locktime flags
MarcoFalke
2022-03-10
Merge bitcoin/bitcoin#24404: refactor: Remove confusing P1008R1 violation in ...
fanquake
2022-03-09
refactor: more const annotations for uses of CBlockIndex*
Anthony Towns
2022-03-07
Merge bitcoin/bitcoin#24050: validation: Give `m_block_index` ownership of `C...
MarcoFalke
2022-03-07
Merge bitcoin/bitcoin#24299: validation, refactor: UnloadBlockIndex and Chain...
laanwj
2022-02-28
Merge bitcoin/bitcoin#24403: Avoid implicit-integer-sign-change in VerifyLoad...
MarcoFalke
2022-02-23
Remove confusing P1008R1 violation in ATMPArgs
MarcoFalke
2022-02-22
style: Modernize range-based loops over m_block_index
Carl Dong
2022-02-22
blockstorage: Make m_block_index own CBlockIndex's
Carl Dong
2022-02-22
Merge bitcoin/bitcoin#24367: User-facing content and codebase doc fixups from...
laanwj
2022-02-22
Merge bitcoin/bitcoin#24310: docs / fixups from RBF and packages
fanquake
2022-02-21
Replace "can not" with "cannot" in docs, user messages, and tests
Jon Atack
2022-02-21
Fixup style of VerifyDB
MarcoFalke
2022-02-20
Merge bitcoin/bitcoin#23907: tracing: utxocache tracepoints follow up for #22902
fanquake
2022-02-17
Merge bitcoin/bitcoin#23819: ConnectBlock: don't serialize block hash twice
laanwj
2022-02-17
Merge bitcoin/bitcoin#24177: validation, refactor: add missing thread safety ...
MarcoFalke
2022-02-14
[doc] clarify inaccurate comment about replacements paying higher feerate
glozow
2022-02-14
[validation] look up transaction by txid
glozow
2022-02-09
Add missing thread safety lock assertions in validation.cpp
Jon Atack
[next]