Ranged block reads #491
Labels
Block Node
Issues/PR related to the Block Node.
New Feature
A new feature, service, or documentation. Major changes that are not backwards compatible.
Phase 2
Issue/PR related to Phase 2
As part of the Streaming Historic Blocks story
I want to be able to read a range of blocks from the persistence service
So that I can more efficiently fetch a sequence of blocks
Tech notes
List<Block> read(long startBlockNumber, long endBlockNumber)
method to respond with what it can find in the range. So, requested: 1 - 10 blocks but available: 1 - 5 then return a list with 1 - 5The text was updated successfully, but these errors were encountered: