streamingfast / firehose-core

Firehose Integrators Tool Kit (for `firehose-<chain>` maintainers)
Apache License 2.0
12 stars 10 forks source link

Allow firehose tools check merged-block to run until it runs out of blocks #28

Closed matthewdarwin closed 8 months ago

matthewdarwin commented 9 months ago

Cannot give an open range of blocks to firehose tools check merged-blocks. I think this was allowed before?

$ firehose tools check merged-blocks s3://.... -s -r 0:
2024-01-26T03:50:01.340Z INFO (dtracing) registering development exporters from environment variables
Checking block holes on ....
Detailed printing requested: All block files will be read and checked for continuity. This may take a while...
Error: check merged blocks can only work with fully resolved range, got [#0, +∞]
2024-01-26T03:50:01.341Z ERRO (fireantelope) failed to run {"error": "check merged blocks can only work with fully resolved range, got [#0, +∞]"}