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
In order to identify incompatible changes in the on-disk storage of LedgerTables, we decided to add versioning. On an old version detected, we will choose to either delete the snapshot or to upgrade the snapshot to the newer version if it is easy enough.
We also need golden tests to identify such changes, but they have to be exhaustive in the possible stored values, so they will need to be crafted with care.
The text was updated successfully, but these errors were encountered:
In order to identify incompatible changes in the on-disk storage of LedgerTables, we decided to add versioning. On an old version detected, we will choose to either delete the snapshot or to upgrade the snapshot to the newer version if it is easy enough.
We also need golden tests to identify such changes, but they have to be exhaustive in the possible stored values, so they will need to be crafted with care.
The text was updated successfully, but these errors were encountered: