streamingfast / substreams

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

fix a possible panic() #456

Closed sduchesneau closed 5 months ago

sduchesneau commented 5 months ago

when an request is interrupted during the file loading phase of a squashing operation.

My logic was bad: a parent context being canceled could cause the code to continue with a nil partialKV.