feat: new BlockReader implementation for block-as-file #349
Labels
Block Node
Issues/PR related to the Block Node.
Improvement
Code changes driven by non business requirements
P1
High priority issue. Required to be completed in the assigned milestone.
Milestone
Story
AS A Block Node Operator/User
I WANT to be able to retrieve blocks written as files
SO THAT I will be able to use the blocks
Tech Notes
DEPENDS ON feat: new BlockWriter implementation for block-as-file #281
See Design a directory structure #125 where we have deigned what the functionality of the
block-as-file
format should be.The scope of this issue is to be able to accurately, performantly and reliably read files from the file system, that represent any given
block-as-file
.Initially, we should be able to read only the raw files that are written to the file system, then, as the file writing logic gets extended where it is being compressed optionally and then also archived, we should extend the reading functionality to support that as well.
The text was updated successfully, but these errors were encountered: