You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There is no notification of newly added fields, only of updates.
Having added and expecting contractAddresses, we encountered the issue where the relevant property was not cache. This caused validation to break. We had to therefore manually clear the cache, whereas this should happen automatically
Describe the solution you'd like
When a model changes, a hook event should be emitted.
This could be done comparitively (e.g. post-migration) or (if not possible) when the service restarts.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There is no notification of newly added fields, only of updates.
Having added and expecting
contractAddresses
, we encountered the issue where the relevant property was not cache. This caused validation to break. We had to therefore manually clear the cache, whereas this should happen automaticallyDescribe the solution you'd like
When a model changes, a hook event should be emitted.
This could be done comparitively (e.g. post-migration) or (if not possible) when the service restarts.
The text was updated successfully, but these errors were encountered: