Describe the bug
The page params for getBlocks adds 1 additional item due to the metadata collection design for the final block.
Ex. PerPage=10
Result: perPage=11
Steps to reproduce
Steps to reproduce the behavior:
- Query
getBlocks via rpc or cli
- Set perPage
- Witness an additional item over perPage
Expected behavior
PerPage should remain unchanged
Environment
- Software Version: alpha-0.0.1
Required Tags
- Priority: Low
- Module: Store
Describe the bug
The page params for
getBlocksadds 1 additional item due to the metadata collection design for the final block.Ex. PerPage=10
Result: perPage=11
Steps to reproduce
Steps to reproduce the behavior:
getBlocksvia rpc or cliExpected behavior
PerPage should remain unchanged
Environment
Required Tags