aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-10-06 17:55:55 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-10-06 18:30:12 +0200
commitaedc74dfa688306c5a139a88782da74f69ba6757 (patch)
tree9e7b2fd87c426010465298c3ab5d72ba54bad66d /src
parent5505a1b13f75af9f0f6421b42d97c06e079db345 (diff)
downloadbitcoin-aedc74dfa688306c5a139a88782da74f69ba6757.tar.xz
contrib: make linearize-data.py cope with out-of-order blocks
Make it possible to read blocks in any order. This will be required after headers-first (#4468), so should be merged before that. - Read block header. For expected blocks, continue, else skip. - For in-order blocks: copy block contents directly. Write prior out-of-order blocks if this connects a consecutive span. - For out-of-order blocks, store extents of block data for later retrieval. Cache out-of-order blocks in memory up to 100MB (configurable).
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions