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
/
node
/
blockstorage.cpp
Age
Commit message (
Expand
)
Author
2024-05-17
Merge bitcoin/bitcoin#29817: kernel: De-globalize fReindex
Ava Chow
2024-05-16
Merge bitcoin/bitcoin#29975: blockstorage: Separate reindexing from saving ne...
Ryan Ofsky
2024-05-16
kernel: De-globalize fReindex
TheCharlatan
2024-05-14
blockstorage: Don't move cursor backwards in UpdateBlockInfo
Ryan Ofsky
2024-05-14
blockstorage: Rename FindBlockPos and have it return a FlatFilePos
Martin Zumsande
2024-05-14
validation, blockstorage: Separate code paths for reindex and saving new blocks
Martin Zumsande
2024-05-14
blockstorage: split up FindBlockPos function
Martin Zumsande
2024-05-14
kernel: Remove batchpriority from kernel library
TheCharlatan
2024-05-08
blockstorage: Add Assume for fKnown / snapshot chainstate
Martin Zumsande
2024-03-21
node: Make translations of fatal errors consistent
TheCharlatan
2024-03-20
Merge bitcoin/bitcoin#27039: blockstorage: do not flush block to disk if it i...
Ava Chow
2024-03-12
blockstorage: check nPos in ReadRawBlockFromDisk before seeking back
Andrew Toth
2024-03-12
blockstorage: do not flush block to disk if it is already there
Matthew Zipkin
2024-03-11
scripted-diff: Replace error() with LogError()
MarcoFalke
2024-03-11
refactor: Make error() return type void
MarcoFalke
2024-03-11
scripted-diff: return error(...); ==> error(...); return false;
MarcoFalke
2024-01-25
Merge bitcoin/bitcoin#20827: During IBD, prune as much as possible until we g...
Ava Chow
2023-12-27
During IBD, prune as much as possible until we get close to where we will eve...
Luke Dashjr
2023-12-07
refactor: Use reference instead of pointer in IsBlockPruned
MarcoFalke
2023-11-18
blockstorage: switch from CAutoFile to AutoFile
Anthony Towns
2023-11-16
serialize: Drop useless version param from GetSerializeSize()
Anthony Towns
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-10-24
assumeutxo, blockstorage: prevent core dump on invalid hash
pablomartin4btc
2023-10-20
refactor: Remove CBlockFileInfo::SetNull
MarcoFalke
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-10-06
blockstorage: Let FlushChainstateBlockFile return true in case of missing cursor
Fabian Jahr
2023-10-06
doc: Add and edit some comments around assumeutxo
Fabian Jahr
2023-10-04
Merge bitcoin/bitcoin#27823: init: return error when block index is non-conti...
Andrew Chow
2023-09-30
blockstorage: segment normal/assumedvalid blockfiles
James O'Beirne
2023-09-30
validation: populate nChainTx value for assumedvalid chainstates
James O'Beirne
2023-09-30
validation: pruning for multiple chainstates
James O'Beirne
2023-09-29
Merge bitcoin/bitcoin#27866: blockstorage: Return on fatal flush errors
Ryan Ofsky
2023-09-15
Return CAutoFile from BlockManager::Open*File()
MarcoFalke
2023-09-15
Make BufferedFile to be a CAutoFile wrapper
MarcoFalke
2023-09-15
refactor: Drop unused fclose() from BufferedFile
MarcoFalke
2023-09-14
Merge bitcoin/bitcoin#28423: kernel: Remove protocol.h/netaddress.h/compat.h ...
fanquake
2023-09-12
[refactor] Add missing includes for next commit
TheCharlatan
2023-09-12
kernel: Move MessageStartChars to its own file
TheCharlatan
2023-09-12
[refactor] Define MessageStartChars as std::array
TheCharlatan
2023-09-12
Remove unused GetType() from CBufferedFile and CAutoFile
MarcoFalke
2023-09-05
Merge bitcoin/bitcoin#28195: blockstorage: Drop legacy -txindex check
fanquake
2023-08-31
blockstorage: Return on fatal undo file flush error
TheCharlatan
2023-08-31
blockstorage: Return on fatal block file flush error
TheCharlatan
2023-08-07
Merge bitcoin/bitcoin#28191: refactor: Remove unused MessageStartChars parame...
fanquake
2023-08-02
scripted-diff: Rename CBlockTreeDB -> BlockTreeDB
MarcoFalke
2023-08-01
Fixup style of moved code
MarcoFalke
2023-08-01
move-only: Move CBlockTreeDB to node/blockstorage
MarcoFalke
2023-07-31
Remove unused MessageStartChars parameters from BlockManager methods
MarcoFalke
2023-07-21
Move block-storage-related logic to ChainstateManager
Suhas Daftuar
2023-07-18
init: abort loading of blockindex in case of missing height.
Martin Zumsande
[next]