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
Problem: We are planning to run atree register inlining migration, as well as all migrations needed for Cadence 1.0 in a single network upgrade (crescendo release). This issue describes all tasks which we need to complete to have a complete migration for both features, including validation of all migrated Cadence values.
Performance optimization - Change the atree register inlining migration output to “intermediate” format - registers sorted by account, which will be an input into the Cadence 1.0 migrations (this is saving time as we’d need to sort the registers again to leverage the concurrent account-based migration extracted from the Atree register inlining migration PR here: Migrate-by-account changes flow-go#5128)
Issue to be solved
Problem: We are planning to run atree register inlining migration, as well as all migrations needed for Cadence 1.0 in a single network upgrade (crescendo release). This issue describes all tasks which we need to complete to have a complete migration for both features, including validation of all migrated Cadence values.
Critical Tasks:
Equal()
flow-go#5204Nice to have / optional / requested:
Suggested Solution
No response
The text was updated successfully, but these errors were encountered: