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
/
test
/
blockmanager_tests.cpp
Age
Commit message (
Expand
)
Author
2023-12-04
refactor: Remove calls to StartShutdown from KernelNotifications
Ryan Ofsky
2023-12-04
refactor: Add NodeContext::shutdown member
Ryan Ofsky
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-09-15
Return CAutoFile from BlockManager::Open*File()
MarcoFalke
2023-09-14
Merge bitcoin/bitcoin#27850: test: Add unit & functional test coverage for bl...
Andrew Chow
2023-09-08
refactor: remove clientversion include from dbwrapper.h
Cory Fields
2023-09-06
unit test: add coverage for BlockManager
Matthew Zipkin
2023-08-14
Rename script/standard.{cpp/h} to script/solver.{cpp/h}
Andrew Chow
2023-08-14
Clean up things that include script/standard.h
Andrew Chow
2023-07-14
Remove CChain dependency in node/blockstorage
Suhas Daftuar
2023-07-10
refactor: simplify pruning violation check
furszy
2023-07-10
make GetFirstStoredBlock assert that 'start_block' always has data
furszy
2023-06-28
kernel: Add fatalError method to notifications
TheCharlatan
2023-06-28
kernel: Add flushError method to notifications
TheCharlatan
2023-06-28
kernel: Pass interrupt reference to chainman
TheCharlatan
2023-05-10
refactor, blockstorage: Replace blocksdir arg
TheCharlatan
2023-05-10
refactor: Move functions to BlockManager methods
TheCharlatan
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-05-04
Remove unused chainparams from BlockManager methods
MarcoFalke
2023-05-04
Add BlockManagerOpts::chainparams reference
MarcoFalke
2023-03-15
Move ::nPruneTarget into BlockManager
MarcoFalke
2022-12-20
test: add unit test for ScanAndUnlinkAlreadyPrunedFiles
Andrew Toth
2022-05-07
reindex, log, test: fixes #21379
mruddy