[Nitro][bug] Confirmed events overwrite added fields

We have an afterSave function that processes each event when itā€™s loaded. That processing includes storing a version number in the event data table. This used to work fine. Butā€¦ with a nitro server, when the Confirmed event is loaded into the table, it overwrites the entire event (wiping the version number storage). This makes our code double-count the data (and thereā€™s no way to prevent this, other than waiting for ā€œconfirmedā€, which takes >3 minutes on Polygon). I wouldnā€™t expect that confirmed events would overwrite changes to fields they donā€™t specifically change (they didnā€™t in the previous server version).

How does your afterSave function looks like?

what is the server url?