I would like to understand a bit better how the the “Sync and watch contract events” works.
-
Sometimes the historical events are fetched. Other times only the events emitted after the Sync are fetched
-
Is there a way to manually force the system to fetch all the historical events? For example, I deleted some records from the collection target of the sync and I want to have all events back (without having to add a new sync)
-
I can spot two classes (automatically generated): “_EventSyncStatus” (with reference to all the 4 events I’m currently Syncing) and an “EventSync” (with only 3 of them, not the last one I added today)
Thank yoy for any clarification