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
Several PRs such as onflow/atree#330 changed the way data is stored in accounts on Flow. Future PRs related to onflow/atree#292 will make further changes to Atree-based storage format. E.g.
Given this, we will need to migrate existing data to the new Atree storage format used by PRs related to epic onflow/atree#292.
onflow/atree#292 requires storage migration.
Several PRs such as onflow/atree#330 changed the way data is stored in accounts on Flow. Future PRs related to onflow/atree#292 will make further changes to Atree-based storage format. E.g.
Given this, we will need to migrate existing data to the new Atree storage format used by PRs related to epic onflow/atree#292.
Two main items are proceeding in parallel
TODO
A. Storage migration dry runs without Atree inlining:
time -a
)atree.CheckStorageHealth
(thanks @bluesign for suggestion)Equal()
#5204Next steps (external to this issue's main PR) that can proceed in parallel include:
B. Storage migration dry runs with Atree inlining:
These require Atree Inlining and Data Deduplication, Cadence Integration, etc. listed above.
C. Actual storage migration with atree register inlining:
TBD based on results of dry runs.
The text was updated successfully, but these errors were encountered: