streamingfast / substreams

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

Make the squasher able to reload its store when it was squashed elsewhere #420

Closed sduchesneau closed 6 months ago

sduchesneau commented 6 months ago

Objective: reduce computing

Depends on #416 #417 #418

The squasher should be able to reload its stores if some else squashed in its place. Remove the trace_id from the partial files, so that any existing partial file can be used to squash Adjust the schedule accordingly

sduchesneau commented 6 months ago

Merged in develop from https://github.com/streamingfast/substreams/pull/441