Open TimDaub opened 2 years ago
/cc @sirnicolaz for visibility
In addition: music-os-accumulator is strictly dependent on the existence of e.g. a previous strategies files. So e.g. if we invoked call-block-logs with a block range that doesn't include a zora NFT mint, it means that music-os-accumulator probably fails as it won't find any prior files related to the zora crawl, e.g. zora-get-tokenuri.
With the more frequent block-logs crawl that may not contain any NFT mints for a run (e.g. when we run every ten minutes), we must consider this and appropriately log/error.
Here are two commits that already lessen this problematic:
/cc @il3ven for visibility too.