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