streamingfast / substreams

Powerful Blockchain streaming data engine, based on StreamingFast Firehose technology.
Apache License 2.0
164 stars 45 forks source link

gui/run: target block when start block negative #216

Closed YaroShkvorets closed 1 year ago

YaroShkvorets commented 1 year ago

When running with negative block, uint64 underflows and makes no sense:

image image
sduchesneau commented 1 year ago

Ok, the substreams client does not know the actual "resolved target block"... we will have to send back this information from the server at the beginning, maybe in the Response_Session message... It can't be fixed only in the client.

sduchesneau commented 1 year ago

^ fixed in GUI, wait for deployment of updated server to see the fix in action. It will now show '0' until server is updated.